|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.service.impl.LegacyAppFrameworkAdapterServiceImpl
@Deprecated public class LegacyAppFrameworkAdapterServiceImpl
LegacyAppFrameworkAdapterService
Constructor Summary | |
---|---|
LegacyAppFrameworkAdapterServiceImpl()
Deprecated. |
Method Summary | |
---|---|
PersistableBusinessObjectExtension |
getExtension(Class<? extends PersistableBusinessObject> businessObjectClass)
Deprecated. Creates an instance of the extension for the given business object class. |
LegacyDataAdapter |
getLegacyDataAdapter()
Deprecated. |
boolean |
isPersistable(Class<?> objectClass)
Deprecated. Returns if the class is persistable or not |
void |
refresh(PersistableBusinessObjectBase persistableBusinessObjectBase)
Deprecated. |
void |
refreshNonUpdateableReferences(PersistableBusinessObjectBase persistableBusinessObjectBase)
Deprecated. |
void |
refreshReferenceObject(PersistableBusinessObject businessObject,
String referenceObjectName)
Deprecated. Refreshes the specified reference object on the given business object. |
void |
retrieveReferenceObject(PersistableBusinessObject persistableBusinessObject,
String referenceObjectName)
Deprecated. |
void |
setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyAppFrameworkAdapterServiceImpl()
Method Detail |
---|
public LegacyDataAdapter getLegacyDataAdapter()
public void setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
@Deprecated public void refresh(PersistableBusinessObjectBase persistableBusinessObjectBase)
LegacyAppFrameworkAdapterService
refresh
in interface LegacyAppFrameworkAdapterService
@Deprecated public void refreshNonUpdateableReferences(PersistableBusinessObjectBase persistableBusinessObjectBase)
LegacyAppFrameworkAdapterService
refreshNonUpdateableReferences
in interface LegacyAppFrameworkAdapterService
@Deprecated public void retrieveReferenceObject(PersistableBusinessObject persistableBusinessObject, String referenceObjectName)
LegacyAppFrameworkAdapterService
retrieveReferenceObject
in interface LegacyAppFrameworkAdapterService
public boolean isPersistable(Class<?> objectClass)
LegacyAppFrameworkAdapterService
isPersistable
in interface LegacyAppFrameworkAdapterService
public PersistableBusinessObjectExtension getExtension(Class<? extends PersistableBusinessObject> businessObjectClass) throws InstantiationException, IllegalAccessException
LegacyAppFrameworkAdapterService
getExtension
in interface LegacyAppFrameworkAdapterService
InstantiationException
IllegalAccessException
public void refreshReferenceObject(PersistableBusinessObject businessObject, String referenceObjectName)
LegacyAppFrameworkAdapterService
refreshReferenceObject
in interface LegacyAppFrameworkAdapterService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |