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, setScopeParametar
void deleteList(List<OperationRequestModel> list) throws ServiceManagerException
ServiceManagerException
void deleteByTargetId(String targetId, OperationType type) throws ServiceManagerException
ServiceManagerException
OperationRequestModel getByTargetId(String targetId, OperationType type) throws ServiceManagerException
ServiceManagerException