Package org.kuali.rice.krad.dao.impl
Class PersistedLookupMetadataDaoJpa
java.lang.Object
org.kuali.rice.krad.dao.impl.PersistedLookupMetadataDaoJpa
- All Implemented Interfaces:
PersistedLookupMetadataDao
@Deprecated
public class PersistedLookupMetadataDaoJpa
extends Object
implements PersistedLookupMetadataDao
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOldLookupResults(Timestamp expirationDate) Deprecated.removes all LookupResults BO where the lookup date attribute is older than the parametervoiddeleteOldSelectedObjectIds(Timestamp expirationDate) Deprecated.removes all LookupResults BO where the lookup date attribute is older than the parameterjavax.persistence.EntityManagerDeprecated.voidsetEntityManager(javax.persistence.EntityManager entityManager) Deprecated.
-
Constructor Details
-
PersistedLookupMetadataDaoJpa
public PersistedLookupMetadataDaoJpa()Deprecated.
-
-
Method Details
-
deleteOldLookupResults
Deprecated.Description copied from interface:PersistedLookupMetadataDaoremoves all LookupResults BO where the lookup date attribute is older than the parameter- Specified by:
deleteOldLookupResultsin interfacePersistedLookupMetadataDao- Parameters:
expirationDate- all LookupResults having a lookup date before this date will be removed
-
deleteOldSelectedObjectIds
Deprecated.Description copied from interface:PersistedLookupMetadataDaoremoves all LookupResults BO where the lookup date attribute is older than the parameter- Specified by:
deleteOldSelectedObjectIdsin interfacePersistedLookupMetadataDao- Parameters:
expirationDate- all LookupResults having a lookup date before this date will be removed
-
getEntityManager
public javax.persistence.EntityManager getEntityManager()Deprecated.- Returns:
- the entityManager
-
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager) Deprecated.- Parameters:
entityManager- the entityManager to set
-