Class PersistedLookupMetadataDaoJpa

java.lang.Object
org.kuali.rice.krad.dao.impl.PersistedLookupMetadataDaoJpa
All Implemented Interfaces:
PersistedLookupMetadataDao

@Deprecated public class PersistedLookupMetadataDaoJpa extends Object implements PersistedLookupMetadataDao
Deprecated.
  • Constructor Details

    • PersistedLookupMetadataDaoJpa

      public PersistedLookupMetadataDaoJpa()
      Deprecated.
  • Method Details

    • deleteOldLookupResults

      public void deleteOldLookupResults(Timestamp expirationDate)
      Deprecated.
      Description copied from interface: PersistedLookupMetadataDao
      removes all LookupResults BO where the lookup date attribute is older than the parameter
      Specified by:
      deleteOldLookupResults in interface PersistedLookupMetadataDao
      Parameters:
      expirationDate - all LookupResults having a lookup date before this date will be removed
    • deleteOldSelectedObjectIds

      public void deleteOldSelectedObjectIds(Timestamp expirationDate)
      Deprecated.
      Description copied from interface: PersistedLookupMetadataDao
      removes all LookupResults BO where the lookup date attribute is older than the parameter
      Specified by:
      deleteOldSelectedObjectIds in interface PersistedLookupMetadataDao
      Parameters:
      expirationDate - all LookupResults having a lookup date before this date will be removed
    • getEntityManager

      public javax.persistence.EntityManager getEntityManager()
      Deprecated.
      Returns:
      the entityManager
    • setEntityManager

      public void setEntityManager(javax.persistence.EntityManager entityManager)
      Deprecated.
      Parameters:
      entityManager - the entityManager to set