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