public class BatchManagerImpl extends Object implements BatchManager
ins| 构造器和说明 |
|---|
BatchManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Batch batch) |
BatchQuery |
createQuery() |
Batch |
get(Long id) |
void |
remove(Long id) |
void |
removeByGroupId(String groupId) |
void |
removeByProjectId(Long id) |
void |
update(Batch batch) |
void |
updateStatus(Long batchId,
BatchStatus status) |
public Batch get(Long id)
get 在接口中 BatchManagerpublic void add(Batch batch)
add 在接口中 BatchManagerpublic void update(Batch batch)
update 在接口中 BatchManagerpublic void remove(Long id)
remove 在接口中 BatchManagerpublic BatchQuery createQuery()
createQuery 在接口中 BatchManagerpublic void updateStatus(Long batchId, BatchStatus status)
updateStatus 在接口中 BatchManagerpublic void removeByProjectId(Long id)
removeByProjectId 在接口中 BatchManagerpublic void removeByGroupId(String groupId)
removeByGroupId 在接口中 BatchManagerCopyright © 2023 Bstek. All rights reserved.