org.kuali.rice.krad.service.impl
Class LegacyAppFrameworkAdapterServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.LegacyAppFrameworkAdapterServiceImpl
All Implemented Interfaces:
LegacyAppFrameworkAdapterService

Deprecated.

@Deprecated
public class LegacyAppFrameworkAdapterServiceImpl
extends Object
implements LegacyAppFrameworkAdapterService

See Also:
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

LegacyAppFrameworkAdapterServiceImpl

public LegacyAppFrameworkAdapterServiceImpl()
Deprecated. 
Method Detail

getLegacyDataAdapter

public LegacyDataAdapter getLegacyDataAdapter()
Deprecated. 

setLegacyDataAdapter

public void setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
Deprecated. 

refresh

@Deprecated
public void refresh(PersistableBusinessObjectBase persistableBusinessObjectBase)
Deprecated. 

Description copied from interface: LegacyAppFrameworkAdapterService
Refresh persistableBusinessObject

Specified by:
refresh in interface LegacyAppFrameworkAdapterService

refreshNonUpdateableReferences

@Deprecated
public void refreshNonUpdateableReferences(PersistableBusinessObjectBase persistableBusinessObjectBase)
Deprecated. 

Description copied from interface: LegacyAppFrameworkAdapterService
Refresh Nonupdateable references

Specified by:
refreshNonUpdateableReferences in interface LegacyAppFrameworkAdapterService

retrieveReferenceObject

@Deprecated
public void retrieveReferenceObject(PersistableBusinessObject persistableBusinessObject,
                                               String referenceObjectName)
Deprecated. 

Description copied from interface: LegacyAppFrameworkAdapterService
Retrieve reference object for persistable business object

Specified by:
retrieveReferenceObject in interface LegacyAppFrameworkAdapterService

isPersistable

public boolean isPersistable(Class<?> objectClass)
Deprecated. 
Description copied from interface: LegacyAppFrameworkAdapterService
Returns if the class is persistable or not

Specified by:
isPersistable in interface LegacyAppFrameworkAdapterService
Returns:

getExtension

public PersistableBusinessObjectExtension getExtension(Class<? extends PersistableBusinessObject> businessObjectClass)
                                                throws InstantiationException,
                                                       IllegalAccessException
Deprecated. 
Description copied from interface: LegacyAppFrameworkAdapterService
Creates an instance of the extension for the given business object class.

Specified by:
getExtension in interface LegacyAppFrameworkAdapterService
Throws:
InstantiationException
IllegalAccessException

refreshReferenceObject

public void refreshReferenceObject(PersistableBusinessObject businessObject,
                                   String referenceObjectName)
Deprecated. 
Description copied from interface: LegacyAppFrameworkAdapterService
Refreshes the specified reference object on the given business object.

Specified by:
refreshReferenceObject in interface LegacyAppFrameworkAdapterService


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.