@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)
PersistedLookupMetadataDao
deleteOldLookupResults
in interface PersistedLookupMetadataDao
expirationDate
- all LookupResults having a lookup date before this date
will be removedpublic void deleteOldSelectedObjectIds(Timestamp expirationDate)
PersistedLookupMetadataDao
deleteOldSelectedObjectIds
in interface PersistedLookupMetadataDao
expirationDate
- 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–2015 The Kuali Foundation. All rights reserved.