|
Nautica Workflow | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
RoleManagerDAOは、権限管理関連の各種APIを定義する。 永続化されているデータにアクセスするためのインタフェースである。 実際には、任意の権限管理システムを利用するために、 このインタフェースを利用した具体実装を用意しなければならない。
メソッドの概要 | |
RoleBean[] |
findByOrganizationID(java.lang.String oid)
指定された組織の権限情報の配列を返す。 |
RoleBean |
findByRoleID(java.lang.String rid)
指定された権限IDの権限情報を返す。 |
RoleBean[] |
findByUserID(java.lang.String uid)
指定されたユーザの権限情報の配列を返す。 |
OrganizationBean[] |
findOrganizationsByRoleID(java.lang.String rid)
指定された権限を割り当てられている組織情報の配列を返す。 |
UserBean[] |
findUsersByRoleID(java.lang.String rid)
指定された権限を割り当てられているユーザ情報の配列を返す。 |
メソッドの詳細 |
public RoleBean findByRoleID(java.lang.String rid) throws java.sql.SQLException, DAOException
rid
- 権限ID
java.sql.SQLException
- 任意のSQL例外
DAOException
- DAO実行中に処理としてあげる場合がある例外public RoleBean[] findByOrganizationID(java.lang.String oid) throws java.sql.SQLException, DAOException
oid
- 組織ID
java.sql.SQLException
- 任意のSQL例外
DAOException
- DAO実行中に処理としてあげる場合がある例外public RoleBean[] findByUserID(java.lang.String uid) throws java.sql.SQLException, DAOException
uid
- ユーザID
java.sql.SQLException
- 任意のSQL例外
DAOException
- DAO実行中に処理としてあげる場合がある例外public OrganizationBean[] findOrganizationsByRoleID(java.lang.String rid) throws java.sql.SQLException, DAOException
rid
- 権限ID
java.sql.SQLException
- 任意のSQL例外
DAOException
- DAO実行中に処理としてあげる場合がある例外public UserBean[] findUsersByRoleID(java.lang.String rid) throws java.sql.SQLException, DAOException
rid
- 権限ID
java.sql.SQLException
- 任意のSQL例外
DAOException
- DAO実行中に処理としてあげる場合がある例外
|
株式会社アルゴ21 | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |