InquiryView
.@Deprecated public class InquiryDefinition extends DataDictionaryDefinitionBase
Modifier and Type | Field and Description |
---|---|
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.
|
embeddedDataObjectMetadata, generatedFromMetadata, id
componentCode, namespaceCode
Constructor and Description |
---|
InquiryDefinition()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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<InquirySectionDefinition> inquirySections
protected Class<? extends Inquirable> inquirableClass
protected Class<? extends InquiryPresentationController> presentationControllerClass
protected Class<? extends InquiryAuthorizer> authorizerClass
protected boolean translateCodes
public InquiryDefinition()
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)
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 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)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.