org.kuali.rice.krad.dao
Interface PersistedLookupMetadataDao

All Known Implementing Classes:
PersistedLookupMetadataDaoJpa, PersistedLookupMetadataDaoOjb, PersistedLookupMetadataDaoProxy

public interface PersistedLookupMetadataDao


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
 

Method Detail

deleteOldLookupResults

void deleteOldLookupResults(Timestamp expirationDate)
removes all LookupResults BO where the lookup date attribute is older than the parameter

Parameters:
expirationDate - all LookupResults having a lookup date before this date will be removed

deleteOldSelectedObjectIds

void deleteOldSelectedObjectIds(Timestamp expirationDate)
removes all LookupResults BO where the lookup date attribute is older than the parameter

Parameters:
expirationDate - all LookupResults having a lookup date before this date will be removed


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