|
Nautica Workflow | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
ConcurrencyBlockBeanをデータとするDAOインタフェース。
| メソッドの概要 | |
void |
delete(java.lang.String pid,
java.lang.String bid)
並行性ブロックを削除する。 |
ConcurrencyBlockBean |
findByPrimaryKey(java.lang.String pid,
java.lang.String bid)
主キーにより、並行性ブロックを取得する。 |
int |
findSubblockExistenceByBlockID(java.lang.String pid,
java.lang.String bid)
ブロック直下のサブブロックの存在を取得する。 |
int |
findSubblockExistenceByProcessID(java.lang.String pid)
プロセス直下のサブブロックの存在を取得する。 |
void |
insert(ConcurrencyBlockBean bean)
並行性ブロックを挿入する。 |
| メソッドの詳細 |
public ConcurrencyBlockBean findByPrimaryKey(java.lang.String pid,
java.lang.String bid)
throws java.sql.SQLException,
DAOException
pid - プロセスIDbid - ブロックID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public int findSubblockExistenceByBlockID(java.lang.String pid,
java.lang.String bid)
throws java.sql.SQLException,
DAOException
pid - プロセスIDbid - ブロックID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public int findSubblockExistenceByProcessID(java.lang.String pid)
throws java.sql.SQLException,
DAOException
pid - プロセスID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void insert(ConcurrencyBlockBean bean)
throws java.sql.SQLException,
DAOException
bean - 並行性ブロック
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void delete(java.lang.String pid,
java.lang.String bid)
throws java.sql.SQLException,
DAOException
pid - プロセスIDbid - ブロックID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
|
株式会社アルゴ21 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||