Package org.kuali.rice.krad.service
Interface LegacyDataAdapter
- All Superinterfaces:
LegacyDataAppAdapter
Deprecated.
This class is deprecated by default, applications should *never*
use this adapter directly
Adapter that supports "legacy" KNS/KRAD persistence, metadata, and object utility frameworks via runtime
argument inspection
- Author:
- Kuali Rice Team (rice.collab@kuali.org).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T extends Document>
TfindByDocumentHeaderId(Class<T> documentClass, String id) Deprecated.Finds the Document for the specified class with the given id.findByDocumentHeaderIds(Class<T> documentClass, List<String> ids) Deprecated.Finds the Documents for the specified class with the given list of ids.getDictionaryRelationship(Class<?> c, String attributeName) Deprecated.Methods inherited from interface org.kuali.rice.krad.service.LegacyDataAppAdapter
allForeignKeyValuesPopulatedForReference, allPrimaryKeyValuesPresentAndNotWildcard, areNotesSupported, createNewObjectFromClass, createQuickFinder, delete, deleteMatching, determineCollectionObjectType, equalsByPrimaryKeys, findAll, findAll, findByPrimaryKey, findBySinglePrimaryKey, findCollectionBySearchHelper, findCollectionBySearchHelper, findMatching, findMatching, findMatchingOrderBy, findMatchingOrderBy, findObjectBySearch, flush, getDataObjectIdentifierString, getDataObjectRelationship, getExtension, getExtensionAttributeClass, getForeignKeyFieldsPopulationState, getForeignKeysForReference, getInquiryObjectClassIfNotTitle, getInquiryParameters, getNestedValue, getPrimaryKeyFieldValues, getPrimaryKeyFieldValuesDOMDS, getPropertyType, getReferenceIfExists, getTitleAttribute, hasCollection, hasLocalInquiry, hasLocalLookup, hasPrimaryKeyFieldValues, hasReference, isCollectionUpdatable, isExtensionAttribute, isLockable, isNull, isPersistable, isProxied, isReferenceUpdatable, linkAndSave, listCollectionObjectTypes, listPrimaryKeyFieldNames, listReferenceObjectFields, materializeAllSubObjects, materializeClassForProxiedObject, refreshAllNonUpdatingReferences, refreshReferenceObject, resolveProxy, retrieve, retrieveNonKeyFields, retrieveReferenceObject, save, saveDocument, setObjectProperty, setObjectPropertyDeep, verifyVersionNumber
-
Field Details
-
CLASS_NOT_PERSISTABLE_OJB_EXCEPTION_CLASS
Deprecated.- See Also:
-
OPTIMISTIC_LOCK_OJB_EXCEPTION_CLASS
Deprecated.- See Also:
-
-
Method Details
-
getDictionaryRelationship
Deprecated. -
findByDocumentHeaderId
Deprecated.Finds the Document for the specified class with the given id. -
findByDocumentHeaderIds
Deprecated.Finds the Documents for the specified class with the given list of ids.
-