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,Cloneable,Copyable,DataDictionaryEntry,DictionaryBean,Constrainable,MustOccurConstrainable
Deprecated.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InquiryDefinitionDeprecated.protected LookupDefinitionDeprecated.Fields inherited from class org.kuali.rice.krad.datadictionary.DataObjectEntry
baseDataObjectClass, boNotesEnabled, dataObjectClass, exporterClass, groupByAttributesForEffectiveDating, helpDefinition, inactivationBlockingDefinitions, mustOccurConstraints, name, objectDescription, objectLabel, primaryKeys, titleAttributeFields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
attributeMap, attributes, collectionMap, collections, complexAttributeMap, complexAttributes, dataObjectMetadata, EXCLUDED_PROPERTY_NAMES, relationshipMap, relationships, stateMappingFields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.voidsetInquiryDefinition(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.voidsetLookupDefinition(LookupDefinition lookupDefinition) Deprecated.The lookup element is used to specify the rules for "looking up" a business object.Methods inherited from class org.kuali.rice.krad.datadictionary.BusinessObjectEntry
completeValidation, dataDictionaryPostProcessing, getBaseBusinessObjectClass, getBusinessObjectClass, setBaseBusinessObjectClass, setBusinessObjectClassMethods inherited from class org.kuali.rice.krad.datadictionary.DataObjectEntry
getBaseDataObjectClass, getDataObjectClass, getEntryClass, getExporterClass, getFullClassName, getGroupByAttributesForEffectiveDating, getHelpDefinition, getInactivationBlockingDefinitions, getJstlKey, getMustOccurConstraints, getName, getObjectDescription, getObjectLabel, getPrimaryKeys, getTitleAttribute, isBoNotesEnabled, setBaseDataObjectClass, setBoNotesEnabled, setDataObjectClass, setExporterClass, setGroupByAttributesForEffectiveDating, setHelpDefinition, setInactivationBlockingDefinitions, setMustOccurConstraints, setName, setObjectDescription, setObjectLabel, setPrimaryKeys, setTitleAttributeMethods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
embedMetadata, getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getComplexAttributes, getDataObjectMetadata, getRelationshipDefinition, getRelationshipMap, getRelationshipNames, getRelationships, getStateMapping, hasEmbeddedDataObjectMetadata, injectMetadataIntoAttributes, injectMetadataIntoCollections, injectMetadataIntoRelationships, setAttributes, setCollections, setComplexAttributes, setDataObjectMetadata, setRelationshipMap, setRelationships, setStateMappingMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
-
Field Details
-
inquiryDefinition
Deprecated. -
lookupDefinition
Deprecated.
-
-
Constructor Details
-
BusinessObjectEntry
public BusinessObjectEntry()Deprecated.
-
-
Method Details
-
completeValidation
public void completeValidation()Deprecated.- Specified by:
completeValidationin interfaceDataDictionaryEntry- Overrides:
completeValidationin classBusinessObjectEntry
-
hasInquiryDefinition
public boolean hasInquiryDefinition()Deprecated.- Returns:
- true if this instance has an inquiryDefinition
-
getInquiryDefinition
Deprecated.- Returns:
- current inquiryDefinition for this BusinessObjectEntry, or null if there is none
-
setInquiryDefinition
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
Deprecated.- Returns:
- current lookupDefinition for this BusinessObjectEntry, or null if there is none
-
setLookupDefinition
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
-
BusinessObjectEntry.