org.kuali.rice.kns.datadictionary
Class BusinessObjectEntry
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
org.kuali.rice.krad.datadictionary.DataObjectEntry
org.kuali.rice.krad.datadictionary.BusinessObjectEntry
org.kuali.rice.kns.datadictionary.BusinessObjectEntry
- All Implemented Interfaces:
- Serializable, DataDictionaryEntry, DictionaryBean, Constrainable, MustOccurConstrainable, org.springframework.beans.factory.InitializingBean
Deprecated.
@Deprecated
public class BusinessObjectEntry
- extends BusinessObjectEntry
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.datadictionary.DataObjectEntry |
boNotesEnabled, dataObjectClass, exporterClass, groupByAttributesForEffectiveDating, helpDefinition, inactivationBlockingDefinitions, mustOccurConstraints, name, objectDescription, objectLabel, primaryKeys, titleAttribute |
Methods inherited from class org.kuali.rice.krad.datadictionary.DataObjectEntry |
completeValidation, getDataObjectClass, getEntryClass, getExporterClass, getFullClassName, getGroupByAttributesForEffectiveDating, getHelpDefinition, getInactivationBlockingDefinitions, getJstlKey, getMustOccurConstraints, getName, getObjectDescription, getObjectLabel, getPrimaryKeys, getTitleAttribute, isBoNotesEnabled, setBoNotesEnabled, setDataObjectClass, setExporterClass, setGroupByAttributesForEffectiveDating, setHelpDefinition, setInactivationBlockingDefinitions, setMustOccurConstraints, setName, setObjectDescription, setObjectLabel, setPrimaryKeys, setTitleAttribute |
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase |
getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getComplexAttributes, getRelationshipDefinition, getRelationshipNames, getRelationships, getStateMapping, setAttributes, setCollections, setComplexAttributes, setRelationships, setStateMapping |
inquiryDefinition
protected InquiryDefinition inquiryDefinition
- Deprecated.
lookupDefinition
protected LookupDefinition lookupDefinition
- Deprecated.
BusinessObjectEntry
public BusinessObjectEntry()
- Deprecated.
completeValidation
public void completeValidation()
- Deprecated.
- Description copied from class:
BusinessObjectEntry
- Directly validate simple fields, call completeValidation on Definition fields.
- Specified by:
completeValidation
in interface DataDictionaryEntry
- Overrides:
completeValidation
in class BusinessObjectEntry
hasInquiryDefinition
public boolean hasInquiryDefinition()
- Deprecated.
- Returns:
- true if this instance has an inquiryDefinition
getInquiryDefinition
public InquiryDefinition getInquiryDefinition()
- Deprecated.
- Returns:
- current inquiryDefinition for this BusinessObjectEntry, or null if there is none
setInquiryDefinition
public void setInquiryDefinition(InquiryDefinition inquiryDefinition)
- Deprecated.
- 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.
DD: See InquiryDefinition.java
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)
See InquiryMapBuilder.java
hasLookupDefinition
public boolean hasLookupDefinition()
- Deprecated.
- Returns:
- true if this instance has a lookupDefinition
getLookupDefinition
public LookupDefinition getLookupDefinition()
- Deprecated.
- Returns:
- current lookupDefinition for this BusinessObjectEntry, or null if there is none
setLookupDefinition
public void setLookupDefinition(LookupDefinition lookupDefinition)
- Deprecated.
- The lookup element is used to specify the rules for "looking up"
a business object. These specifications define the following:
How to specify the search criteria used to locate a set of business objects
How to display the search results
DD: See LookupDefinition.java
JSTL: The lookup element is a Map which is accessed using
a key of "lookup". This map contains the following keys:
lookupableID (String, optional)
title (String)
menubar (String, optional)
defaultSort (Map, optional)
lookupFields (Map)
resultFields (Map)
resultSetLimit (String, optional)
See LookupMapBuilder.java
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.