DataObjectService@Deprecated public interface PersistedLookupMetadataDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteOldLookupResults(Timestamp expirationDate)
Deprecated.
removes all LookupResults BO where the lookup date attribute is older than
the parameter
|
void |
deleteOldSelectedObjectIds(Timestamp expirationDate)
Deprecated.
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–2015 The Kuali Foundation. All rights reserved.