Interface IndexingOperationDAO

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,Long>
All Known Implementing Classes:
IndexingOperationDAOImpl

public interface IndexingOperationDAO extends org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,Long>
  • Method Details

    • findAllFirst

      List<IndexingOperation> findAllFirst(Integer maxResults)
    • deleteAllIndexingOperationsHavingIdLessThanOrEqual

      void deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id)
    • findAll

      List<IndexingOperation> findAll(int offset, int limit)