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>
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/29/15
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteAllIndexingOperationsHavingIdLessThanOrEqual(long id)List<IndexingOperation>findAll(int offset, int limit)List<IndexingOperation>findAllFirst(Integer maxResults)
-
-
-
Method Detail
-
findAllFirst
List<IndexingOperation> findAllFirst(Integer maxResults)
-
deleteAllIndexingOperationsHavingIdLessThanOrEqual
void deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id)
-
findAll
List<IndexingOperation> findAll(int offset, int limit)
-
-