public interface OperationRequestService extends DataService<OperationRequestModel>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByTargetId(String targetId,
OperationType type) |
void |
deleteList(List<OperationRequestModel> list) |
OperationRequestModel |
getByTargetId(String targetId,
OperationType type) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametarvoid deleteList(List<OperationRequestModel> list) throws ServiceManagerException
ServiceManagerExceptionvoid deleteByTargetId(String targetId, OperationType type) throws ServiceManagerException
ServiceManagerExceptionOperationRequestModel getByTargetId(String targetId, OperationType type) throws ServiceManagerException
ServiceManagerException