public interface PersistedLookupMetadataDao
Modifier and Type | Method and Description |
---|---|
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
|
void deleteOldLookupResults(Timestamp expirationDate)
expirationDate
- all LookupResults having a lookup date before this date
will be removedvoid deleteOldSelectedObjectIds(Timestamp expirationDate)
expirationDate
- all LookupResults having a lookup date before this date
will be removedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.