|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DictionaryBeanBase org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase org.kuali.rice.kns.datadictionary.InquiryDefinition
@Deprecated public class InquiryDefinition
The inquiry element is used to specify the fields that will be displayed on the inquiry screen for this business object and the order in which they will appear. JSTL: The inquiry element is a Map which is accessed using a key of "inquiry". This map contains the following keys: title (String) inquiryFields (Map)
Field Summary | |
---|---|
protected Class<? extends InquiryAuthorizer> |
authorizerClass
Deprecated. |
protected Class<? extends Inquirable> |
inquirableClass
Deprecated. |
protected List<InquirySectionDefinition> |
inquirySections
Deprecated. |
protected Class<? extends InquiryPresentationController> |
presentationControllerClass
Deprecated. |
protected String |
title
Deprecated. |
protected boolean |
translateCodes
Deprecated. |
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
InquiryDefinition()
Deprecated. |
Method Summary | |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Deprecated. Directly validate simple fields, call completeValidation on Definition fields. |
Class<? extends InquiryAuthorizer> |
getAuthorizerClass()
Deprecated. |
FieldDefinition |
getFieldDefinition(String fieldName)
Deprecated. Returns the FieldDefinition associated with the field attribute name |
Class<? extends Inquirable> |
getInquirableClass()
Deprecated. |
InquirySectionDefinition |
getInquirySection(String sectionTitle)
Deprecated. |
List<InquirySectionDefinition> |
getInquirySections()
Deprecated. |
Class<? extends InquiryPresentationController> |
getPresentationControllerClass()
Deprecated. |
String |
getTitle()
Deprecated. |
boolean |
isTranslateCodes()
Deprecated. |
void |
setAuthorizerClass(Class<? extends InquiryAuthorizer> authorizerClass)
Deprecated. |
void |
setInquirableClass(Class<? extends Inquirable> inquirableClass)
Deprecated. inquirableClass is required if a custom inquirable is required which will show additional data other than the business object attributes. |
void |
setInquirySections(List<InquirySectionDefinition> inquirySections)
Deprecated. inquirySections allows inquiry to be presented in sections. |
void |
setPresentationControllerClass(Class<? extends InquiryPresentationController> presentationControllerClass)
Deprecated. |
void |
setTitle(String title)
Deprecated. The title element is used specify the title that will appear in the header of an Inquiry or Lookup screen. |
void |
setTranslateCodes(boolean translateCodes)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
afterPropertiesSet, getId, setId |
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
getComponentCode, 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 |
---|
protected String title
protected List<InquirySectionDefinition> inquirySections
protected Class<? extends Inquirable> inquirableClass
protected Class<? extends InquiryPresentationController> presentationControllerClass
protected Class<? extends InquiryAuthorizer> authorizerClass
protected boolean translateCodes
Constructor Detail |
---|
public InquiryDefinition()
Method Detail |
---|
public String getTitle()
public void setTitle(String title)
IllegalArgumentException
- if the given title is blankpublic List<InquirySectionDefinition> getInquirySections()
public FieldDefinition getFieldDefinition(String fieldName)
fieldName
-
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 InquirySectionDefinition getInquirySection(String sectionTitle)
public String toString()
toString
in class Object
Object.toString()
public Class<? extends Inquirable> getInquirableClass()
public void setInquirableClass(Class<? extends Inquirable> inquirableClass)
public void setInquirySections(List<InquirySectionDefinition> inquirySections)
public Class<? extends InquiryPresentationController> getPresentationControllerClass()
public void setPresentationControllerClass(Class<? extends InquiryPresentationController> presentationControllerClass)
public Class<? extends InquiryAuthorizer> getAuthorizerClass()
public void setAuthorizerClass(Class<? extends InquiryAuthorizer> authorizerClass)
public boolean isTranslateCodes()
public void setTranslateCodes(boolean translateCodes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |