Package org.kuali.rice.krad.dao.impl
Class PersistedLookupMetadataDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
org.kuali.rice.krad.dao.impl.PersistedLookupMetadataDaoOjb
- All Implemented Interfaces:
org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao,PersistedLookupMetadataDao,org.springframework.beans.factory.InitializingBean
public class PersistedLookupMetadataDaoOjb
extends PlatformAwareDaoBaseOjb
implements PersistedLookupMetadataDao
-
Field Summary
Fields inherited from class org.springframework.dao.support.DaoSupport
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOldLookupResults(Timestamp expirationDate) removes all LookupResults BO where the lookup date attribute is older than the parametervoiddeleteOldSelectedObjectIds(Timestamp expirationDate) removes all LookupResults BO where the lookup date attribute is older than the parameterMethods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatformMethods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplateMethods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
-
Constructor Details
-
PersistedLookupMetadataDaoOjb
public PersistedLookupMetadataDaoOjb()
-
-
Method Details
-
deleteOldLookupResults
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- See Also:
-
deleteOldSelectedObjectIds
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- See Also:
-