org.kuali.rice.kns.dao.impl
Class PersistedLookupMetadataDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.rice.kns.dao.impl.PersistedLookupMetadataDaoOjb
All Implemented Interfaces:
PersistedLookupMetadataDao, PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class PersistedLookupMetadataDaoOjb
extends PlatformAwareDaoBaseOjb
implements PersistedLookupMetadataDao


Field Summary
private static org.apache.log4j.Logger LOG
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PersistedLookupMetadataDaoOjb()
           
 
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
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static org.apache.log4j.Logger LOG
Constructor Detail

PersistedLookupMetadataDaoOjb

public PersistedLookupMetadataDaoOjb()
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)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.