Uses of Class
org.kuali.rice.krad.datadictionary.DataObjectEntry
Packages that use DataObjectEntry
-
Uses of DataObjectEntry in org.kuali.rice.krad.datadictionary
Subclasses of DataObjectEntry in org.kuali.rice.krad.datadictionaryModifier and TypeClassDescriptionclassA single BusinessObject entry in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a BusinessObject and its attributes.Methods in org.kuali.rice.krad.datadictionary that return DataObjectEntryModifier and TypeMethodDescriptionDataDictionary.getDataObjectEntry(String className) DataDictionaryIndexMapper.getDataObjectEntry(DataDictionaryIndex index, String className) DataDictionaryMapper.getDataObjectEntry(DataDictionaryIndex index, String className) DataDictionaryIndexMapper.getDataObjectEntryForConcreteClass(DataDictionaryIndex ddIndex, String className) DataDictionaryMapper.getDataObjectEntryForConcreteClass(DataDictionaryIndex index, String className) This method gets the DataOjectEntry (or subclass) for a concrete classMethods in org.kuali.rice.krad.datadictionary that return types with arguments of type DataObjectEntryModifier and TypeMethodDescriptionDataDictionary.getDataObjectEntries()DataDictionaryIndex.getDataObjectEntries()DataDictionaryIndexMapper.getDataObjectEntries(DataDictionaryIndex index) DataDictionaryMapper.getDataObjectEntries(DataDictionaryIndex index) -
Uses of DataObjectEntry in org.kuali.rice.krad.web.controller
Methods in org.kuali.rice.krad.web.controller with parameters of type DataObjectEntryModifier and TypeMethodDescriptionprotected booleanUifExportController.canApplyCustomExport(DataObjectEntry dataObjectEntry) Checks if a custom exporter can be applied.