org.kuali.rice.krad.dao.impl
Class PersistedLookupMetadataDaoJpa
java.lang.Object
   org.kuali.rice.krad.dao.impl.PersistedLookupMetadataDaoJpa
org.kuali.rice.krad.dao.impl.PersistedLookupMetadataDaoJpa
- All Implemented Interfaces: 
- PersistedLookupMetadataDao
- public class PersistedLookupMetadataDaoJpa 
- extends Object- implements PersistedLookupMetadataDao
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistedLookupMetadataDaoJpa
public PersistedLookupMetadataDaoJpa()
deleteOldLookupResults
public void deleteOldLookupResults(Timestamp expirationDate)
- Description copied from interface: PersistedLookupMetadataDao
- removes all LookupResults BO where the lookup date attribute is older than
 the parameter
 
- 
- Specified by:
- deleteOldLookupResultsin interface- PersistedLookupMetadataDao
 
- 
- Parameters:
- expirationDate- all LookupResults having a lookup date before this date 
 will be removed
- See Also:
- PersistedLookupMetadataDao.deleteOldLookupResults(java.sql.Timestamp)
 
deleteOldSelectedObjectIds
public void deleteOldSelectedObjectIds(Timestamp expirationDate)
- Description copied from interface: PersistedLookupMetadataDao
- removes all LookupResults BO where the lookup date attribute is older than
 the parameter
 
- 
- Specified by:
- deleteOldSelectedObjectIdsin interface- PersistedLookupMetadataDao
 
- 
- Parameters:
- expirationDate- all LookupResults having a lookup date before this date 
 will be removed
- See Also:
- PersistedLookupMetadataDao.deleteOldSelectedObjectIds(java.sql.Timestamp)
 
getEntityManager
public javax.persistence.EntityManager getEntityManager()
- 
 
- 
- Returns:
- the entityManager
 
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
- 
 
- 
- Parameters:
- entityManager- the entityManager to set
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.