Interface PersistedLookupMetadataDao

All Known Implementing Classes:
PersistedLookupMetadataDaoJpa, PersistedLookupMetadataDaoOjb

@Deprecated public interface PersistedLookupMetadataDao
Deprecated.
use new KRAD Data framework DataObjectService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    removes all LookupResults BO where the lookup date attribute is older than the parameter
    void
    Deprecated.
    removes all LookupResults BO where the lookup date attribute is older than the parameter
  • Method Details

    • deleteOldLookupResults

      void deleteOldLookupResults(Timestamp expirationDate)
      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

      void deleteOldSelectedObjectIds(Timestamp expirationDate)
      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