|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface OperationRequestDao
操作要求情報を管理するDAO。
| メソッドの概要 | |
|---|---|
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
operation - 要求オブジェクト
DaoException - 処理に失敗した
OperationRequestSearchResult searchOperationRequsests(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders)
throws DaoException
startIndex - 開始インデックスmaxCount - 最大件数conditions - 条件orders - ソート順
DaoException - 処理に失敗した
List<OperationRequest> listOperationRequest(String operationGridId)
throws DaoException
serviceId - 指定するグリッドのID
DaoException - 処理に失敗した
void deleteOperationRequest(String operationGridId,
int operationId)
throws DaoException
operationGridId - 指定するグリッドのIDoperationId - 指定する要求のID
DaoException - 処理に失敗した
void deleteAllOperationRequest(String operationGridId)
throws DaoException
operationGridId - 指定するグリッドのID
DaoException - 処理に失敗した
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||