public class PersistedLookupMetadataDaoJpa extends Object implements PersistedLookupMetadataDao
Constructor and Description |
---|
PersistedLookupMetadataDaoJpa() |
Modifier and Type | Method and Description |
---|---|
void |
deleteOldLookupResults(Timestamp expirationDate)
removes all LookupResults BO where the lookup date attribute is older than
the parameter
|
void |
deleteOldSelectedObjectIds(Timestamp expirationDate)
removes all LookupResults BO where the lookup date attribute is older than
the parameter
|
javax.persistence.EntityManager |
getEntityManager() |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public PersistedLookupMetadataDaoJpa()
public void deleteOldLookupResults(Timestamp expirationDate)
PersistedLookupMetadataDao
deleteOldLookupResults
in interface PersistedLookupMetadataDao
expirationDate
- all LookupResults having a lookup date before this date
will be removedPersistedLookupMetadataDao.deleteOldLookupResults(java.sql.Timestamp)
public void deleteOldSelectedObjectIds(Timestamp expirationDate)
PersistedLookupMetadataDao
deleteOldSelectedObjectIds
in interface PersistedLookupMetadataDao
expirationDate
- all LookupResults having a lookup date before this date
will be removedPersistedLookupMetadataDao.deleteOldSelectedObjectIds(java.sql.Timestamp)
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager
- the entityManager to setCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.