public interface BatchPartDataManager extends DataManager<BatchPartEntity>
| Modifier and Type | Method and Description |
|---|---|
long |
findBatchPartCountByQueryCriteria(BatchPartQueryImpl batchPartQuery) |
List<BatchPart> |
findBatchPartsByBatchId(String batchId) |
List<BatchPart> |
findBatchPartsByBatchIdAndStatus(String batchId,
String status) |
List<BatchPart> |
findBatchPartsByQueryCriteria(BatchPartQueryImpl batchPartQuery) |
List<BatchPart> |
findBatchPartsByScopeIdAndType(String scopeId,
String scopeType) |
List<BatchPart> findBatchPartsByBatchIdAndStatus(String batchId, String status)
List<BatchPart> findBatchPartsByScopeIdAndType(String scopeId, String scopeType)
List<BatchPart> findBatchPartsByQueryCriteria(BatchPartQueryImpl batchPartQuery)
long findBatchPartCountByQueryCriteria(BatchPartQueryImpl batchPartQuery)
Copyright © 2021 Flowable. All rights reserved.