InquiryView
.@Deprecated public class InquirySectionDefinition extends DataDictionaryDefinitionBase
Modifier and Type | Field and Description |
---|---|
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.
|
embeddedDataObjectMetadata, generatedFromMetadata, id
componentCode, namespaceCode
Constructor and Description |
---|
InquirySectionDefinition()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 List<FieldDefinition> inquiryFields
protected Map<String,FieldDefinition> inquiryFieldMap
protected Map inquiryCollections
protected Integer numberOfColumns
protected boolean defaultOpen
public InquirySectionDefinition()
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)
completeValidation
in interface DataDictionaryDefinition
completeValidation
in class DataDictionaryDefinitionBase
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 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 setCopyright © 2005–2015 The Kuali Foundation. All rights reserved.