Uses of Class
org.kuali.rice.krad.util.LegacyDataFramework

Packages that use LegacyDataFramework
org.kuali.rice.kns.service Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.service.impl   
org.kuali.rice.krad.bo   
org.kuali.rice.krad.criteria   
org.kuali.rice.krad.dao   
org.kuali.rice.krad.dao.impl   
org.kuali.rice.krad.exception   
org.kuali.rice.krad.service   
org.kuali.rice.krad.service.impl   
 

Uses of LegacyDataFramework in org.kuali.rice.kns.service
 

Classes in org.kuali.rice.kns.service with annotations of type LegacyDataFramework
 interface BusinessObjectAuthorizationService
          Deprecated. Use DataObjectAuthorizationService.
 

Uses of LegacyDataFramework in org.kuali.rice.kns.service.impl
 

Classes in org.kuali.rice.kns.service.impl with annotations of type LegacyDataFramework
 class BusinessObjectAuthorizationServiceImpl
          Deprecated. Use DataObjectAuthorizationServiceImpl.
 class BusinessObjectMetaDataServiceImpl
          Deprecated. Only use DataObjectMetaDataServiceImpl if still using legacy data framework, otherwise use new KRAD Data framework.
 

Uses of LegacyDataFramework in org.kuali.rice.krad.bo
 

Methods in org.kuali.rice.krad.bo with annotations of type LegacyDataFramework
 void PersistableBusinessObjectBase.afterDelete(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
          Deprecated. Implementation of the OJB afterDelete hook which delegates to PersistableBusinessObjectBase.postRemove().
 void PersistableBusinessObjectBase.afterInsert(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
          Deprecated. Implementation of the OJB afterInsert hook which delegates to PersistableBusinessObjectBase.postPersist().
 void PersistableBusinessObjectBase.afterUpdate(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
          Deprecated. Implementation of the OJB afterUpdate hook which delegates to PersistableBusinessObjectBase.postUpdate().
 void PersistableBusinessObjectBase.beforeDelete(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
          Deprecated. Implementation of the OJB beforeDelete hook which delegates to PersistableBusinessObjectBase.preRemove().
 void PersistableBusinessObjectBase.beforeInsert(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
          Deprecated. Implementation of the OJB beforeInsert hook which delegates to PersistableBusinessObjectBase.prePersist().
 void PersistableBusinessObjectBase.beforeUpdate(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
          Deprecated. Implementation of the OJB beforeUpdate hook which delegates to PersistableBusinessObjectBase.preUpdate().
 

Uses of LegacyDataFramework in org.kuali.rice.krad.criteria
 

Classes in org.kuali.rice.krad.criteria with annotations of type LegacyDataFramework
 interface CriteriaLookupDao
          Deprecated. use new KRAD Data framework DataObjectService
 

Uses of LegacyDataFramework in org.kuali.rice.krad.dao
 

Classes in org.kuali.rice.krad.dao with annotations of type LegacyDataFramework
 interface BusinessObjectDao
          Deprecated. use new KRAD Data framework DataObjectService
 interface DocumentDao
          Deprecated. use new KRAD Data framework DataObjectService
 interface LookupDao
          Deprecated. use new KRAD Data framework DataObjectService
 interface MaintenanceDocumentDao
          Deprecated. use new KRAD Data framework DataObjectService
 interface PersistedLookupMetadataDao
          Deprecated. use new KRAD Data framework DataObjectService
 interface PersistenceDao
          Deprecated. use new KRAD Data framework DataObjectService
 interface SessionDocumentDao
          Deprecated. use new KRAD Data framework DataObjectService
 

Uses of LegacyDataFramework in org.kuali.rice.krad.dao.impl
 

Classes in org.kuali.rice.krad.dao.impl with annotations of type LegacyDataFramework
 class PersistenceDaoOjb
          Deprecated. 
 

Uses of LegacyDataFramework in org.kuali.rice.krad.exception
 

Classes in org.kuali.rice.krad.exception with annotations of type LegacyDataFramework
 class ReferenceAttributeNotAnOjbReferenceException
          Deprecated. 
 

Uses of LegacyDataFramework in org.kuali.rice.krad.service
 

Classes in org.kuali.rice.krad.service with annotations of type LegacyDataFramework
 interface BusinessObjectService
          Deprecated. use new KRAD Data framework DataObjectService
 interface PersistenceService
          Deprecated. use new KRAD Data framework DataObjectService
 interface PersistenceStructureService
          Deprecated. use new KRAD Data framework DataObjectService
 

Uses of LegacyDataFramework in org.kuali.rice.krad.service.impl
 

Classes in org.kuali.rice.krad.service.impl with annotations of type LegacyDataFramework
 class BusinessObjectServiceImpl
          Deprecated. use new KRAD Data framework DataObjectService
 class DataObjectMetaDataServiceImpl
          Deprecated. use new KRAD Data framework DataObjectService, replaced by metadata provider framework
 class PersistenceServiceImpl
          Deprecated. 
 class PersistenceServiceImplBase
          Deprecated. 
 class PersistenceServiceOjbImpl
          Deprecated. 
 class PersistenceServiceStructureImplBase
          Deprecated. 
 class PersistenceStructureServiceImpl
          Deprecated. use new KRAD Data framework DataObjectService
 class PersistenceStructureServiceOjbImpl
          Deprecated. 
 



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