|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.dao.hibernate.HibernateDao
jp.go.nict.langrid.dao.hibernate.HibernateOperationRequestDao
public class HibernateOperationRequestDao
操作要求情報を扱うDAO。
| 入れ子のクラスの概要 |
|---|
| クラス jp.go.nict.langrid.dao.hibernate.HibernateDao から継承された入れ子のクラス/インタフェース |
|---|
HibernateDao.DaoBlock, HibernateDao.DaoBlockR<R> |
| コンストラクタの概要 | |
|---|---|
HibernateOperationRequestDao(HibernateDaoContext context)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
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)
操作要求を検索する。 |
| クラス jp.go.nict.langrid.dao.hibernate.HibernateDao から継承されたメソッド |
|---|
createDeleteQuery, createDeleteQuery, deleteEntities, getContext, getSession, logAdditionalInfo, logWhenRollbacking, transact, transact |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public HibernateOperationRequestDao(HibernateDaoContext context)
context - DaoContext| メソッドの詳細 |
|---|
public void clear()
throws DaoException
OperationRequestDao の記述:
OperationRequestDao 内の clearDaoException - 処理に失敗した
public List<OperationRequest> listOperationRequest(String operationGridId)
throws DaoException
OperationRequestDao の記述:
OperationRequestDao 内の listOperationRequestDaoException - 処理に失敗した
public OperationRequestSearchResult searchOperationRequsests(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders)
throws DaoException
OperationRequestDao の記述:
OperationRequestDao 内の searchOperationRequsestsstartIndex - 開始インデックスmaxCount - 最大件数conditions - 条件orders - ソート順
DaoException - 処理に失敗した
public void addOperationRequest(OperationRequest operation)
throws DaoException
OperationRequestDao の記述:
OperationRequestDao 内の addOperationRequestoperation - 要求オブジェクト
DaoException - 処理に失敗した
public void deleteOperationRequest(String operationGridId,
int operationId)
throws DaoException
OperationRequestDao の記述:
OperationRequestDao 内の deleteOperationRequestoperationGridId - 指定するグリッドのIDoperationId - 指定する要求のID
DaoException - 処理に失敗した
public void deleteAllOperationRequest(String operationGridId)
throws DaoException
OperationRequestDao の記述:
OperationRequestDao 内の deleteAllOperationRequestoperationGridId - 指定するグリッドのID
DaoException - 処理に失敗した
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||