|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase org.kuali.rice.kns.datadictionary.FieldDefinition org.kuali.rice.kns.datadictionary.InquiryCollectionDefinition
@Deprecated public class InquiryCollectionDefinition
The inquiryCollection defines a collection within the Business Object which contains data that should be displayed with the BO when the inquiry is performed. Each inquiryCollection defines a set of data fields, nested inquiryCollections and summaryFields. The summaryFields will be reported in the header of this inquiryCollection, . DD: See InquiryCollectionDefinition.java JSTL: The inquiryCollection element is a Map with the following keys: name (String) dataObjectClass (String) numberOfColumns (String) inquiryFields (Map) inquiryCollections (Map, optional) summaryTitle (String) summaryFields (Map, optional)
Field Summary | |
---|---|
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. |
Fields inherited from class org.kuali.rice.kns.datadictionary.FieldDefinition |
---|
additionalDisplayAttributeName, alternateDisplayAttributeName, attributeName, defaultValue, defaultValueFinderClass, displayEditMode, displayMask, forceInquiry, forceLookup, hidden, maxLength, noDirectInquiry, noInquiry, noLookup, quickfinderParameterString, quickfinderParameterStringBuilderClass, readOnly, required, total, treatWildcardsAndOperatorsAsLiteral, triggerOnChange, useShortLabel |
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
InquiryCollectionDefinition()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
afterPropertiesSet, getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public InquiryCollectionDefinition()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |