| java.lang.Object org.kuali.core.datadictionary.DataDictionary
DataDictionary | public class DataDictionary implements Serializable(Code) | | Collection of named BusinessObjectEntry objects, each of which contains
information relating to the display, validation, and general maintenance of a
BusinessObject.
|
forceCompleteDataDictionaryLoad | public void forceCompleteDataDictionaryLoad()(Code) | | |
getBusinessObjectClassNames | public List<String> getBusinessObjectClassNames()(Code) | | List of businessObject classnames |
getBusinessObjectEntry | public BusinessObjectEntry getBusinessObjectEntry(String className)(Code) | | Parameters: className - BusinessObjectEntry for the named class, or null if none exists |
getBusinessObjectEntry | public BusinessObjectEntry getBusinessObjectEntry(String className, boolean parseOnFail)(Code) | | Parameters: className - BusinessObjectEntry for the named class, or null if none exists |
getComponentNamesByClassName | protected Map<String, Set<String>> getComponentNamesByClassName()(Code) | | This method provides the Map of all "components" (i.e. lookup, inquiry, and document titles), keyed by business object or document class names
map of component names, keyed by class name |
getDictionaryObjectEntry | public DataDictionaryEntry getDictionaryObjectEntry(String className)(Code) | | Parameters: className - DataDictionaryEntryBase for the named class, or null if noneexists |
getMaintenanceDocumentEntryForBusinessObjectClass | public MaintenanceDocumentEntry getMaintenanceDocumentEntryForBusinessObjectClass(Class businessObjectClass)(Code) | | Note: only MaintenanceDocuments are indexed by businessObject Class
This is a special case that is referenced in one location. Do we need
another map for this stuff??
Parameters: businessObjectClass - DocumentEntry associated with the given Class, or null if thereis none |
isAllowOverrides | public boolean isAllowOverrides()(Code) | | |
setAllowOverrides | public void setAllowOverrides(boolean allowOverrides)(Code) | | |
|
|