| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.InquirySectionDefinition
@Deprecated public class InquirySectionDefinition
inquirySection defines the format and content of one section of the inquiry. DD: See InquirySectionDefinition.java numberOfColumns = the number of fields to be displayed in each row of the inquiry section. For example, numberOfColumns = 2 indicates that the label and values for two fields will be displayed in each row as follows: field1label field1value | field2label field2value field3label field3value | field4label field4value etc. Contains section-related information for inquiry sections Note: the setters do copious amounts of validation, to facilitate generating errors during the parsing process.
| Field Summary | |
|---|---|
| protected  boolean | defaultOpenDeprecated. | 
| protected  Map | inquiryCollectionsDeprecated. | 
| protected  Map<String,FieldDefinition> | inquiryFieldMapDeprecated. | 
| protected  List<FieldDefinition> | inquiryFieldsDeprecated. | 
| protected  Integer | numberOfColumnsDeprecated. | 
| protected  String | titleDeprecated. | 
| Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase | 
|---|
| id | 
| Constructor Summary | |
|---|---|
| InquirySectionDefinition()Deprecated. | |
| Method Summary | |
|---|---|
|  void | completeValidation(Class rootBusinessObjectClass,
                                     Class otherBusinessObjectClass)Deprecated. Directly validate simple fields, call completeValidation on Definition fields. | 
|  Map | getInquiryCollections()Deprecated. | 
|  List<String> | getInquiryFieldNames()Deprecated. | 
|  List<FieldDefinition> | getInquiryFields()Deprecated. | 
|  Integer | getNumberOfColumns()Deprecated. | 
|  String | getTitle()Deprecated. | 
|  boolean | isDefaultOpen()Deprecated. | 
|  void | setDefaultOpen(boolean defaultOpen)Deprecated. | 
|  void | setInquiryCollections(Map inquiryCollections)Deprecated. The inquiryCollection defines a collection within the Business Object which contains data that should be displayed with the BO when the inquiry is performed. | 
|  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 | setTitle(String title)Deprecated. Sets title to the given value. | 
|  String | toString()Deprecated. | 
| 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 String title
protected List<FieldDefinition> inquiryFields
protected Map<String,FieldDefinition> inquiryFieldMap
protected Map inquiryCollections
protected Integer numberOfColumns
protected boolean defaultOpen
| Constructor Detail | 
|---|
public InquirySectionDefinition()
| Method Detail | 
|---|
public String getTitle()
public void setTitle(String title)
title - 
IllegalArgumentException - if the given title is blankpublic List<String> getInquiryFieldNames()
public List<FieldDefinition> getInquiryFields()
public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationorg.kuali.rice.krad.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)public String toString()
toString in class Objectpublic Map getInquiryCollections()
public void setInquiryCollections(Map inquiryCollections)
public Integer getNumberOfColumns()
public void setNumberOfColumns(Integer numberOfColumns)
public void setInquiryFields(List<FieldDefinition> inquiryFields)
public boolean isDefaultOpen()
public void setDefaultOpen(boolean defaultOpen)
defaultOpen - the defaultOpen to set| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||