DataObjectService
@Deprecated public interface PersistenceService
Modifier and Type | Method and Description |
---|---|
boolean |
allForeignKeyValuesPopulatedForReference(PersistableBusinessObject bo,
String referenceName)
Deprecated.
|
void |
clearCache()
Deprecated.
|
String |
getFlattenedPrimaryKeyFieldValues(Object persistableObject)
Deprecated.
|
Map |
getPrimaryKeyFieldValues(Object persistableObject)
Deprecated.
|
Map |
getPrimaryKeyFieldValues(Object persistableObject,
boolean sortFieldNames)
Deprecated.
|
boolean |
isJpaEnabledForKradClass(Class clazz)
Deprecated.
|
boolean |
isProxied(Object object)
Deprecated.
|
void |
linkObjects(Object persistableObject)
Deprecated.
|
void |
loadRepositoryDescriptor(String ojbRepositoryFilePath)
Deprecated.
|
void |
refreshAllNonUpdatingReferences(PersistableBusinessObject bo)
Deprecated.
|
Object |
resolveProxy(Object o)
Deprecated.
|
void |
retrieveNonKeyFields(Object persistableObject)
Deprecated.
|
void |
retrieveReferenceObject(Object persistableObject,
String referenceObjectName)
Deprecated.
|
void |
retrieveReferenceObjects(List persistableObjects,
List referenceObjectNames)
Deprecated.
|
void |
retrieveReferenceObjects(Object persistableObject,
List referenceObjectNames)
Deprecated.
|
@Deprecated void loadRepositoryDescriptor(String ojbRepositoryFilePath)
@Deprecated void clearCache()
@Deprecated Object resolveProxy(Object o)
@Deprecated Map getPrimaryKeyFieldValues(Object persistableObject)
persistableObject
- object whose primary key field name,value pairs you wantIllegalArgumentException
- if the given Object is nullClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated Map getPrimaryKeyFieldValues(Object persistableObject, boolean sortFieldNames)
persistableObject
- object whose primary key field name,value pairs you wantsortFieldNames
- if true, the returned Map will iterate through its entries sorted by fieldNameIllegalArgumentException
- if the given Object is nullClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveNonKeyFields(Object persistableObject)
persistableObject
- object whose objects need to be filled in based on primary keysIllegalArgumentException
- if the given Object is nullClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveReferenceObject(Object persistableObject, String referenceObjectName)
persistableObject
- object whose specified reference object needs to be filled in based on primary keysreferenceObjectName
- the name of the reference object that will be filled in based on primary key valuesIllegalArgumentException
- if the given Object is nullClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveReferenceObjects(Object persistableObject, List referenceObjectNames)
persistableObject
- object whose specified reference objects need to be filled in based on primary keysreferenceObjectNames
- the names of the reference objects that will be filled in based on primary key valuesIllegalArgumentException
- if either of the given lists is null or empty, or if any of the referenceObjectNames is
blankClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void retrieveReferenceObjects(List persistableObjects, List referenceObjectNames)
persistableObjects
- objects whose specified reference objects need to be filled in based on primary keysreferenceObjectNames
- the names of the reference objects that will be filled in based on primary key valuesIllegalArgumentException
- if either of the given lists is null or empty, or if any of the referenceObjectNames is
blankClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated void linkObjects(Object persistableObject)
persistableObject
- object whose objects need to have keys filledIllegalArgumentException
- if the given Object is nullClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated String getFlattenedPrimaryKeyFieldValues(Object persistableObject)
persistableObject
- object whose primary key field name,value pairs you wantbounded
- - whether to restrict the number of rows returnedIllegalArgumentException
- if the given Object is nullClassNotPersistableException
- if the given object is of a type not described in the OJB repository@Deprecated boolean allForeignKeyValuesPopulatedForReference(PersistableBusinessObject bo, String referenceName)
bo
- referenceName
- @Deprecated void refreshAllNonUpdatingReferences(PersistableBusinessObject bo)
bo
- - the businessObject to be refreshed@Deprecated boolean isProxied(Object object)
object
- the object to determine if it is a proxy@Deprecated boolean isJpaEnabledForKradClass(Class clazz)
clazz
- the class to check for JPA enabling ofCopyright © 2005–2016 The Kuali Foundation. All rights reserved.