Interface BatchEntityManager
- All Superinterfaces:
EntityManager<BatchEntity>
- All Known Implementing Classes:
BatchEntityManagerImpl
-
Method Summary
Modifier and TypeMethodDescriptioncompleteBatch(String batchId, String status) createBatch(BatchBuilder batchBuilder) voiddeleteBatches(BatchQueryImpl batchQuery) longfindBatchCountByQueryCriteria(BatchQueryImpl batchQuery) findBatchesByQueryCriteria(BatchQueryImpl batchQuery) findBatchesBySearchKey(String searchKey)
-
Method Details
-
findBatchesBySearchKey
-
findAllBatches
-
findBatchesByQueryCriteria
-
findBatchCountByQueryCriteria
-
createBatch
-
completeBatch
-
deleteBatches
-