InquiryView
.@Deprecated public class InquiryCollectionDefinition extends FieldDefinition implements CollectionDefinitionI
Modifier and Type | Field and Description |
---|---|
protected Class<? extends BusinessObject> |
businessObjectClass
Deprecated.
|
protected Map<String,InquiryCollectionDefinition> |
inquiryCollectionMap
Deprecated.
|
protected List<InquiryCollectionDefinition> |
inquiryCollections
Deprecated.
|
protected Map<String,FieldDefinition> |
inquiryFieldMap
Deprecated.
|
protected List<FieldDefinition> |
inquiryFields
Deprecated.
|
protected Integer |
numberOfColumns
Deprecated.
|
protected Map<String,FieldDefinitionI> |
summaryFieldMap
Deprecated.
|
protected List<FieldDefinition> |
summaryFields
Deprecated.
|
protected String |
summaryTitle
Deprecated.
|
additionalDisplayAttributeName, alternateDisplayAttributeName, attributeName, defaultValue, defaultValueFinderClass, displayEditMode, displayMask, forceInquiry, forceLookup, hidden, maxLength, noDirectInquiry, noInquiry, noLookup, quickfinderParameterString, quickfinderParameterStringBuilderClass, readOnly, required, total, treatWildcardsAndOperatorsAsLiteral, triggerOnChange, useShortLabel
embeddedDataObjectMetadata, generatedFromMetadata, id
componentCode, namespaceCode
Constructor and Description |
---|
InquiryCollectionDefinition()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends BusinessObject> |
getBusinessObjectClass()
Deprecated.
|
List<? extends CollectionDefinitionI> |
getCollections()
Deprecated.
|
List<? extends FieldDefinitionI> |
getFields()
Deprecated.
|
boolean |
getIncludeAddLine()
Deprecated.
|
List<InquiryCollectionDefinition> |
getInquiryCollections()
Deprecated.
|
List<FieldDefinition> |
getInquiryFields()
Deprecated.
|
String |
getName()
Deprecated.
|
Integer |
getNumberOfColumns()
Deprecated.
|
List<FieldDefinition> |
getSummaryFields()
Deprecated.
|
String |
getSummaryTitle()
Deprecated.
|
boolean |
hasSummaryField(String key)
Deprecated.
|
boolean |
isAlwaysAllowCollectionDeletion()
Deprecated.
|
void |
setBusinessObjectClass(Class<? extends BusinessObject> businessObjectClass)
Deprecated.
This attribute is used in many contexts, for example, in maintenance docs, it's used to specify the classname
of the BO being maintained.
|
void |
setInquiryCollections(List<InquiryCollectionDefinition> inquiryCollections)
Deprecated.
inquirySections allows inquiry to be presented in sections.
|
void |
setInquiryFields(List<FieldDefinition> inquiryFields)
Deprecated.
JSTL: inquiryFields is a Map which is accessed using a
key of "inquiryFields".
|
void |
setNumberOfColumns(Integer numberOfColumns)
Deprecated.
numberOfColumns = the number of fields to be displayed in each row of the inquiry section.
|
void |
setSummaryFields(List<FieldDefinition> summaryFields)
Deprecated.
The inquirySummaryField indicates which fields are to appear in
the header line of each record in a collection.
|
void |
setSummaryTitle(String summaryTitle)
Deprecated.
The title element is used specify the title that will appear in the header
of an Inquiry or Lookup screen.
|
completeValidation, getAdditionalDisplayAttributeName, getAlternateDisplayAttributeName, getAttributeName, getDefaultValue, getDefaultValueFinderClass, getDisplayEditMode, getDisplayMask, getMaxLength, getQuickfinderParameterString, getQuickfinderParameterStringBuilderClass, isForceInquiry, isForceLookup, isHidden, isNoDirectInquiry, isNoInquiry, isNoLookup, isReadOnly, isReadOnlyAfterAdd, isRequired, isTotal, isTreatWildcardsAndOperatorsAsLiteral, isTriggerOnChange, isUseShortLabel, setAdditionalDisplayAttributeName, setAlternateDisplayAttributeName, setAttributeName, setDefaultValue, setDefaultValueFinderClass, setDisplayEditMode, setDisplayMask, setForceInquiry, setForceLookup, setHidden, setMaxLength, setNoDirectInquiry, setNoInquiry, setNoLookup, setQuickfinderParameterString, setQuickfinderParameterStringBuilderClass, setReadOnly, setRequired, setTotal, setTreatWildcardsAndOperatorsAsLiteral, setTriggerOnChange, setUseShortLabel, toString
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
protected Class<? extends BusinessObject> businessObjectClass
protected Integer numberOfColumns
protected Map<String,FieldDefinition> inquiryFieldMap
protected Map<String,InquiryCollectionDefinition> inquiryCollectionMap
protected Map<String,FieldDefinitionI> summaryFieldMap
protected List<FieldDefinition> inquiryFields
protected List<InquiryCollectionDefinition> inquiryCollections
protected List<FieldDefinition> summaryFields
protected String summaryTitle
public InquiryCollectionDefinition()
public Class<? extends BusinessObject> getBusinessObjectClass()
getBusinessObjectClass
in interface CollectionDefinitionI
public void setBusinessObjectClass(Class<? extends BusinessObject> businessObjectClass)
public Integer getNumberOfColumns()
public void setNumberOfColumns(Integer numberOfColumns)
public String getName()
getName
in interface CollectionDefinitionI
getName
in interface FieldDefinitionI
getName
in class FieldDefinition
public List<? extends CollectionDefinitionI> getCollections()
getCollections
in interface CollectionDefinitionI
public List<? extends FieldDefinitionI> getFields()
getFields
in interface CollectionDefinitionI
public boolean getIncludeAddLine()
getIncludeAddLine
in interface CollectionDefinitionI
public boolean isAlwaysAllowCollectionDeletion()
isAlwaysAllowCollectionDeletion
in interface CollectionDefinitionI
public boolean hasSummaryField(String key)
hasSummaryField
in interface CollectionDefinitionI
public void setSummaryTitle(String summaryTitle)
public String getSummaryTitle()
getSummaryTitle
in interface CollectionDefinitionI
public List<FieldDefinition> getInquiryFields()
public void setInquiryFields(List<FieldDefinition> inquiryFields)
public List<InquiryCollectionDefinition> getInquiryCollections()
public void setInquiryCollections(List<InquiryCollectionDefinition> inquiryCollections)
public List<FieldDefinition> getSummaryFields()
getSummaryFields
in interface CollectionDefinitionI
public void setSummaryFields(List<FieldDefinition> summaryFields)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.