public interface OperationRequestDao
Modifier and Type | Method and Description |
---|---|
void |
addOperationRequest(OperationRequest operation) |
void |
clear() |
void |
deleteAllOperationRequest(String operationGridId) |
void |
deleteOperationRequest(String operationGridId,
int operationId) |
List<OperationRequest> |
listOperationRequest(String operationGridId) |
OperationRequestSearchResult |
searchOperationRequsests(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders) |
void clear() throws DaoException
DaoException
void addOperationRequest(OperationRequest operation) throws DaoException
DaoException
OperationRequestSearchResult searchOperationRequsests(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
DaoException
List<OperationRequest> listOperationRequest(String operationGridId) throws DaoException
DaoException
void deleteOperationRequest(String operationGridId, int operationId) throws DaoException
DaoException
void deleteAllOperationRequest(String operationGridId) throws DaoException
DaoException