Interface QueryResultsManager

All Known Implementing Classes:
QueryResultsManagerImpl

@Deprecated(forRemoval=true) public interface QueryResultsManager
Deprecated, for removal: This API element is subject to removal in a future version.
DEPRECATED, will be removed in 3.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(int queryKey)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    insert(int queryKey, List idList)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • savePreviousQueryResults

      void savePreviousQueryResults(LoadContext loadContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • insert

      void insert(int queryKey, List idList)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • delete

      void delete(int queryKey)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • deleteForCurrentSession

      void deleteForCurrentSession()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • deleteForInactiveSessions

      void deleteForInactiveSessions()
      Deprecated, for removal: This API element is subject to removal in a future version.