org.kuali.rice.kns.datadictionary
Class InquirySectionDefinition

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.InquirySectionDefinition
All Implemented Interfaces:
Serializable, DataDictionaryDefinition, DictionaryBean, org.springframework.beans.factory.InitializingBean

Deprecated.

@Deprecated
public class InquirySectionDefinition
extends DataDictionaryDefinitionBase

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.

See Also:
Serialized Form

Field Summary
protected  boolean defaultOpen
          Deprecated.  
protected  Map inquiryCollections
          Deprecated.  
protected  Map<String,FieldDefinition> inquiryFieldMap
          Deprecated.  
protected  List<FieldDefinition> inquiryFields
          Deprecated.  
protected  Integer numberOfColumns
          Deprecated.  
protected  String title
          Deprecated.  
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, 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, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
copy, copyProperties, getComponentCode, getLabelFromCamelCasedName, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
 

Field Detail

title

protected String title
Deprecated. 

inquiryFields

protected List<FieldDefinition> inquiryFields
Deprecated. 

inquiryFieldMap

protected Map<String,FieldDefinition> inquiryFieldMap
Deprecated. 

inquiryCollections

protected Map inquiryCollections
Deprecated. 

numberOfColumns

protected Integer numberOfColumns
Deprecated. 

defaultOpen

protected boolean defaultOpen
Deprecated. 
Constructor Detail

InquirySectionDefinition

public InquirySectionDefinition()
Deprecated. 
Method Detail

getTitle

public String getTitle()
Deprecated. 
Returns:
title

setTitle

public void setTitle(String title)
Deprecated. 
Sets title to the given value.

Parameters:
title -
Throws:
IllegalArgumentException - if the given title is blank

getInquiryFieldNames

public List<String> getInquiryFieldNames()
Deprecated. 
Returns:
List of attributeNames of all FieldDefinitions associated with this InquirySection, in the order in which they were added

getInquiryFields

public List<FieldDefinition> getInquiryFields()
Deprecated. 
Returns:
Collection of all FieldDefinitions associated with this InquirySection, in the order in which they were added

completeValidation

public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
Deprecated. 
Directly validate simple fields, call completeValidation on Definition fields.

Parameters:
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definition
otherBusinessObjectClass - other stuff required to complete validation
See Also:
org.kuali.rice.krad.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

getInquiryCollections

public Map getInquiryCollections()
Deprecated. 

setInquiryCollections

public 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. 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)


getNumberOfColumns

public Integer getNumberOfColumns()
Deprecated. 

setNumberOfColumns

public void setNumberOfColumns(Integer numberOfColumns)
Deprecated. 
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.


setInquiryFields

public void setInquiryFields(List<FieldDefinition> inquiryFields)
Deprecated. 
JSTL: inquiryFields is a Map which is accessed using a key of "inquiryFields". This map contains the following types of elements: inquirySubSectionHeader field inquiryCollection Each of these entries are keyed by "attributeName". The associated value is the attributeName of the mapped element. The inquirySubSectionHeader allows a separator containing text to separate groups of fields. The name attribute is the displayed text. JSTL: inquirySubSectionHeader appears in the inquiryFields map as: key = "attributeName" value = name of inquirySubSectionHeader The field element defines the attributes of a single data field. DD: See FieldDefinition.java JSTL: The field element is a Map which is accessed using a key of the attributeName. This map contains the following keys: attributeName (String) forceInquiry (boolean String) noInquiry (boolean String) maxLength (String) forceInquiry = true means that the displayed field value will always be made inquirable (this attribute is not used within the code). noInquiry = true means that the displayed field will never be made inquirable. maxLength = the maximum allowable length of the field in the lookup result fields. In other contexts, like inquiries, this field has no effect.


isDefaultOpen

public boolean isDefaultOpen()
Deprecated. 
Returns:
the defaultOpen

setDefaultOpen

public void setDefaultOpen(boolean defaultOpen)
Deprecated. 
Parameters:
defaultOpen - the defaultOpen to set


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.