Package org.kuali.rice.krad.service
Interface LegacyAppFrameworkAdapterService
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetExtension(Class<? extends PersistableBusinessObject> businessObjectClass) Deprecated.Creates an instance of the extension for the given business object class.booleanisPersistable(Class<?> objectClass) Deprecated.Returns if the class is persistable or notvoidrefresh(PersistableBusinessObjectBase persistableBusinessObjectBase) Deprecated.Refresh persistableBusinessObjectvoidrefreshNonUpdateableReferences(PersistableBusinessObjectBase persistableBusinessObjectBase) Deprecated.Refresh Nonupdateable referencesvoidrefreshReferenceObject(PersistableBusinessObject businessObject, String referenceObjectName) Deprecated.Refreshes the specified reference object on the given business object.voidretrieveReferenceObject(PersistableBusinessObject persistableBusinessObject, String referenceObjectName) Deprecated.Retrieve reference object for persistable business object
-
Method Details
-
refresh
Deprecated.Refresh persistableBusinessObject- Parameters:
persistableBusinessObjectBase-
-
refreshNonUpdateableReferences
Deprecated.Refresh Nonupdateable references- Parameters:
persistableBusinessObjectBase-
-
retrieveReferenceObject
void retrieveReferenceObject(PersistableBusinessObject persistableBusinessObject, String referenceObjectName) Deprecated.Retrieve reference object for persistable business object- Parameters:
persistableBusinessObject-referenceObjectName-
-
isPersistable
Deprecated.Returns if the class is persistable or not- Parameters:
objectClass-- Returns:
-
getExtension
PersistableBusinessObjectExtension getExtension(Class<? extends PersistableBusinessObject> businessObjectClass) throws InstantiationException, IllegalAccessException Deprecated.Creates an instance of the extension for the given business object class. -
refreshReferenceObject
Deprecated.Refreshes the specified reference object on the given business object.
-