org.kuali.rice.kns.datadictionary
Class BusinessObjectEntry

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
          extended by org.kuali.rice.krad.datadictionary.DataObjectEntry
              extended by org.kuali.rice.krad.datadictionary.BusinessObjectEntry
                  extended by 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

Field Summary
protected  InquiryDefinition inquiryDefinition
          Deprecated.  
protected  LookupDefinition lookupDefinition
          Deprecated.  
 
Fields inherited from class org.kuali.rice.krad.datadictionary.BusinessObjectEntry
baseBusinessObjectClass
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataObjectEntry
boNotesEnabled, dataObjectClass, exporterClass, groupByAttributesForEffectiveDating, helpDefinition, inactivationBlockingDefinitions, mustOccurConstraints, name, objectDescription, objectLabel, primaryKeys, titleAttribute
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
attributeMap, attributes, collectionMap, collections, complexAttributeMap, complexAttributes, relationshipMap, relationships, stateMapping
 
Constructor Summary
BusinessObjectEntry()
          Deprecated.  
 
Method Summary
 void completeValidation()
          Deprecated. Directly validate simple fields, call completeValidation on Definition fields.
 InquiryDefinition getInquiryDefinition()
          Deprecated.  
 LookupDefinition getLookupDefinition()
          Deprecated.  
 boolean hasInquiryDefinition()
          Deprecated.  
 boolean hasLookupDefinition()
          Deprecated.  
 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.
 void setLookupDefinition(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
afterPropertiesSet, getBaseBusinessObjectClass, getBusinessObjectClass, setBaseBusinessObjectClass, setBusinessObjectClass, toString
 
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
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
copy, copyProperties, 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

inquiryDefinition

protected InquiryDefinition inquiryDefinition
Deprecated. 

lookupDefinition

protected LookupDefinition lookupDefinition
Deprecated. 
Constructor Detail

BusinessObjectEntry

public BusinessObjectEntry()
Deprecated. 
Method Detail

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.