Interface LegacyDataAdapter

All Superinterfaces:
LegacyDataAppAdapter

@Deprecated public interface LegacyDataAdapter extends 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 Details

    • CLASS_NOT_PERSISTABLE_OJB_EXCEPTION_CLASS

      static final String CLASS_NOT_PERSISTABLE_OJB_EXCEPTION_CLASS
      Deprecated.
      See Also:
    • OPTIMISTIC_LOCK_OJB_EXCEPTION_CLASS

      static final String OPTIMISTIC_LOCK_OJB_EXCEPTION_CLASS
      Deprecated.
      See Also:
  • Method Details

    • getDictionaryRelationship

      RelationshipDefinition getDictionaryRelationship(Class<?> c, String attributeName)
      Deprecated.
    • findByDocumentHeaderId

      <T extends Document> T findByDocumentHeaderId(Class<T> documentClass, String id)
      Deprecated.
      Finds the Document for the specified class with the given id.
    • findByDocumentHeaderIds

      <T extends Document> List<T> findByDocumentHeaderIds(Class<T> documentClass, List<String> ids)
      Deprecated.
      Finds the Documents for the specified class with the given list of ids.