@Deprecated public class PersistedLookupMetadataDaoJpa extends Object implements PersistedLookupMetadataDao
| Constructor and Description | 
|---|
| PersistedLookupMetadataDaoJpa()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteOldLookupResults(Timestamp expirationDate)Deprecated.  removes all LookupResults BO where the lookup date attribute is older than
 the parameter | 
| void | deleteOldSelectedObjectIds(Timestamp expirationDate)Deprecated.  removes all LookupResults BO where the lookup date attribute is older than
 the parameter | 
| javax.persistence.EntityManager | getEntityManager()Deprecated.  | 
| void | setEntityManager(javax.persistence.EntityManager entityManager)Deprecated.  | 
public PersistedLookupMetadataDaoJpa()
public void deleteOldLookupResults(Timestamp expirationDate)
PersistedLookupMetadataDaodeleteOldLookupResults in interface PersistedLookupMetadataDaoexpirationDate - all LookupResults having a lookup date before this date 
 will be removedpublic void deleteOldSelectedObjectIds(Timestamp expirationDate)
PersistedLookupMetadataDaodeleteOldSelectedObjectIds in interface PersistedLookupMetadataDaoexpirationDate - all LookupResults having a lookup date before this date 
 will be removedpublic javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager - the entityManager to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.