|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ServiceActionScheduleDao
操作予約情報を管理するDAO。
メソッドの概要 | |
---|---|
void |
addServiceActionSchedule(ServiceActionSchedule actionSchedule)
操作予約を追加する |
void |
clear()
全ての操作予約情報を削除する。 |
void |
deleteAllServiceActionSchedule(String gridId)
指定したグリッドの操作予約を全て削除する |
void |
deleteServiceActionSchedule(String gridId,
int scheduleId)
指定したグリッドの指定した操作予約を削除する |
List<ServiceActionSchedule> |
listServiceActionSchedule(String gridId)
指定したグリッドの操作予約を全て取得する |
ServiceActionScheduleSearchResult |
searchServiceActionSchedule(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders)
操作予約を検索する。 |
メソッドの詳細 |
---|
void clear() throws DaoException
DaoException
- 処理に失敗したvoid addServiceActionSchedule(ServiceActionSchedule actionSchedule) throws DaoException
actionSchedule
- 操作予約オブジェクト
DaoException
- 処理に失敗したList<ServiceActionSchedule> listServiceActionSchedule(String gridId) throws DaoException
gridId
- 指定するグリッドのID
DaoException
- 処理に失敗したServiceActionScheduleSearchResult searchServiceActionSchedule(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
startIndex
- 開始インデックスmaxCount
- 最大件数conditions
- 条件orders
- ソート順
DaoException
- 処理に失敗したvoid deleteServiceActionSchedule(String gridId, int scheduleId) throws DaoException
gridId
- 指定するグリッドのIDscheduleId
- 指定する操作予約のID
DaoException
- 処理に失敗したvoid deleteAllServiceActionSchedule(String gridId) throws DaoException
gridId
- 指定するグリッドのID
DaoException
- 処理に失敗した
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |