パッケージ com.handywedge.role
クラス FWRoleService
- java.lang.Object
-
- com.handywedge.role.FWRoleService
-
@ApplicationScoped public class FWRoleService extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWRoleService()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 com.handywedge.role.FWActiongetActionCode(String preStatus, String postStatus, String role)List<String>getActions(String currentStatus, String role)
-
-
-
メソッドの詳細
-
getActions
public List<String> getActions(String currentStatus, String role) throws SQLException
- 例外:
SQLException
-
getActionCode
public com.handywedge.role.FWAction getActionCode(String preStatus, String postStatus, String role) throws SQLException
- 例外:
SQLException
-
-