Uses of Class
org.kuali.rice.krad.datadictionary.BusinessObjectEntry
Packages that use BusinessObjectEntry
Package
Description
-
Uses of BusinessObjectEntry in org.kuali.rice.krad.datadictionary
Methods in org.kuali.rice.krad.datadictionary that return BusinessObjectEntryModifier and TypeMethodDescriptionDataDictionary.getBusinessObjectEntry(String className) Deprecated.DataDictionaryIndexMapper.getBusinessObjectEntry(DataDictionaryIndex index, String className) DataDictionaryMapper.getBusinessObjectEntry(DataDictionaryIndex index, String className) Deprecated.DataDictionary.getBusinessObjectEntryForConcreteClass(String className) This method gets the business object entry for a concrete classDataDictionaryIndexMapper.getBusinessObjectEntryForConcreteClass(DataDictionaryIndex ddIndex, String className) This method gets the business object entry for a concrete classDataDictionaryMapper.getBusinessObjectEntryForConcreteClass(DataDictionaryIndex index, String className) Deprecated.Methods in org.kuali.rice.krad.datadictionary that return types with arguments of type BusinessObjectEntryModifier and TypeMethodDescriptionDataDictionary.getBusinessObjectEntries()DataDictionaryIndex.getBusinessObjectEntries()DataDictionaryIndexMapper.getBusinessObjectEntries(DataDictionaryIndex index) DataDictionaryMapper.getBusinessObjectEntries(DataDictionaryIndex index) Deprecated. -
Uses of BusinessObjectEntry in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return BusinessObjectEntryModifier and TypeMethodDescriptionModuleService.getExternalizableBusinessObjectDictionaryEntry(Class businessObjectInterfaceClass) This method gets the business object dictionary entry for the passed in externalizable business object class. -
Uses of BusinessObjectEntry in org.kuali.rice.krad.service.impl
Methods in org.kuali.rice.krad.service.impl that return BusinessObjectEntryModifier and TypeMethodDescriptionRemoteModuleServiceBase.getExternalizableBusinessObjectDictionaryEntry(Class businessObjectInterfaceClass)