| org.kuali.core.dao.PersistedLookupMetadataDao
All known Subclasses: org.kuali.core.dao.ojb.PersistedLookupMetadataDaoOjb,
PersistedLookupMetadataDao | public interface PersistedLookupMetadataDao (Code) | | |
deleteOldLookupResults | public void deleteOldLookupResults(Timestamp expirationDate)(Code) | | 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 | public void deleteOldSelectedObjectIds(Timestamp expirationDate)(Code) | | 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 |
|
|