Package org.kuali.rice.krad.dao
Interface PersistedLookupMetadataDao
- All Known Implementing Classes:
PersistedLookupMetadataDaoJpa,PersistedLookupMetadataDaoOjb
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOldLookupResults(Timestamp expirationDate) Deprecated.removes all LookupResults BO where the lookup date attribute is older than the parametervoiddeleteOldSelectedObjectIds(Timestamp expirationDate) Deprecated.removes all LookupResults BO where the lookup date attribute is older than the parameter
-
Method Details
-
deleteOldLookupResults
Deprecated.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
Deprecated.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
-
DataObjectService