org.kuali.rice.krad.dao.impl
Class PersistedLookupMetadataDaoJpa

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

public class PersistedLookupMetadataDaoJpa
extends Object
implements PersistedLookupMetadataDao


Constructor Summary
PersistedLookupMetadataDaoJpa()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistedLookupMetadataDaoJpa

public PersistedLookupMetadataDaoJpa()
Method Detail

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:
deleteOldLookupResults in 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:
deleteOldSelectedObjectIds in 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-2012 The Kuali Foundation. All Rights Reserved.