@Deprecated public interface LegacyDataAdapter extends LegacyDataAppAdapter
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_NOT_PERSISTABLE_OJB_EXCEPTION_CLASS
Deprecated.
|
static String |
OPTIMISTIC_LOCK_OJB_EXCEPTION_CLASS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends Document> |
findByDocumentHeaderId(Class<T> documentClass,
String id)
Deprecated.
Finds the Document for the specified class with the given id.
|
<T extends Document> |
findByDocumentHeaderIds(Class<T> documentClass,
List<String> ids)
Deprecated.
Finds the Documents for the specified class with the given list of ids.
|
RelationshipDefinition |
getDictionaryRelationship(Class<?> c,
String attributeName)
Deprecated.
|
allForeignKeyValuesPopulatedForReference, allPrimaryKeyValuesPresentAndNotWildcard, areNotesSupported, createNewObjectFromClass, createQuickFinder, delete, deleteMatching, determineCollectionObjectType, equalsByPrimaryKeys, findAll, findByPrimaryKey, findBySinglePrimaryKey, findCollectionBySearchHelper, findCollectionBySearchHelper, findMatching, findMatchingOrderBy, findObjectBySearch, 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
static final String CLASS_NOT_PERSISTABLE_OJB_EXCEPTION_CLASS
static final String OPTIMISTIC_LOCK_OJB_EXCEPTION_CLASS
RelationshipDefinition getDictionaryRelationship(Class<?> c, String attributeName)
<T extends Document> T findByDocumentHeaderId(Class<T> documentClass, String id)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.