public class AdminGroupManager
extends jp.co.intra_mart.system.workflow.common.AbstractBase
| コンストラクタと説明 |
|---|
AdminGroupManager()
コンストラクタ
管理グループ定義情報管理マネージャを新しく生成します。 |
AdminGroupManager(String loginGroupId)
非推奨です。
AdminGroupManager() を使用してください。 |
public AdminGroupManager()
@Deprecated public AdminGroupManager(String loginGroupId)
AdminGroupManager() を使用してください。loginGroupId - ログイングループIDpublic void createAdminGroup(AdminGroupModel... models) throws WorkflowException
models - 管理グループ情報の配列WorkflowException - ワークフロー例外の親クラスpublic void createAdminGroupAuth(AdminGroupAuthModel... models) throws WorkflowException
models - 管理グループ権限プラグイン情報の配列WorkflowException - ワークフロー例外の親クラスpublic void createAdminGroupFamily(AdminGroupModel... models) throws WorkflowException
models - 管理グループ情報の配列WorkflowException - ワークフロー例外の親クラスpublic void createAdminGroupManage(AdminGroupManageModel... models) throws WorkflowException
models - 管理グループ管理対象情報の配列WorkflowException - ワークフロー例外の親クラスpublic void createAdminGroupOrgz(AdminGroupOrgzModel... models) throws WorkflowException
models - 管理グループ標準組織情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteAdminGroup(AdminGroupModel... models) throws WorkflowException
models - 管理グループ情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteAdminGroupAuth(AdminGroupAuthModel... models) throws WorkflowException
models - 管理グループ権限プラグイン情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteAdminGroupFamily(AdminGroupModel... models) throws WorkflowException
models - 管理グループ情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteAdminGroupManage(AdminGroupManageModel... models) throws WorkflowException
models - 管理グループ管理対象情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteAdminGroupManageWithTarget(String adminType, String adminTargetId) throws WorkflowException
adminType - 管理種別adminTargetId - 管理対象項目IDWorkflowException - ワークフロー例外の親クラスpublic void deleteAdminGroupOrgz(AdminGroupOrgzModel... models) throws WorkflowException
models - 管理グループ標準組織情報の配列WorkflowException - ワークフロー例外の親クラスpublic AdminGroupModel[] getAdminGroup(String adminGroupId) throws WorkflowException
adminGroupId - 管理グループIDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupAuthModel[] getAdminGroupAuth(String adminGroupId) throws WorkflowException
adminGroupId - 管理グループIDWorkflowException - ワークフロー例外の親クラスpublic int getAdminGroupCount(String adminGroupId, String localeId) throws WorkflowException
adminGroupId - 管理グループIDlocaleId - ロケールIDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupModel getAdminGroupFamilyWithLocale(String adminGroupId, String localeId) throws WorkflowException
adminGroupId - 管理グループIDlocaleId - ロケールIDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupModel[] getAdminGroupList(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic int getAdminGroupListCount(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic int getAdminGroupListCountWithAccessAuth(AdminGroupManageTargetListSearchConditionInfo condition, TargetModel... models) throws WorkflowException
condition - 管理グループ一覧情報検索条件models - 対象情報の配列WorkflowException - ワークフロー例外の親クラス@Deprecated public int getAdminGroupListCountWithAccessRole(AdminGroupManageTargetListSearchConditionInfo condition, String... accessRoles) throws WorkflowException
getAdminGroupListCountWithAccessAuth(AdminGroupManageTargetListSearchConditionInfo, TargetModel...)
を使用してください。condition - 管理グループ一覧情報検索条件accessRoles - アクセスロールの配列WorkflowException - ワークフロー例外の親クラスpublic AdminGroupModel[] getAdminGroupListFamilyWithLocale(String localeId) throws WorkflowException
localeId - ロケールIDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupModel[] getAdminGroupListWithAccessAuth(AdminGroupManageTargetListSearchConditionInfo condition, TargetModel... models) throws WorkflowException
condition - 管理グループ一覧情報検索条件models - 対象情報の配列WorkflowException - ワークフロー例外の親クラス@Deprecated public AdminGroupModel[] getAdminGroupListWithAccessRole(AdminGroupManageTargetListSearchConditionInfo condition, String... accessRoles) throws WorkflowException
getAdminGroupListWithAccessAuth(AdminGroupManageTargetListSearchConditionInfo, TargetModel...)
を使用してください。condition - 管理グループ一覧情報検索条件accessRoles - アクセスロールの配列WorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageModel[] getAdminGroupManage(String adminGroupId) throws WorkflowException
adminGroupId - 管理グループIDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageModel[] getAdminGroupManageWithAdminTypeTargetId(String adminType, String targetId) throws WorkflowException
adminType - 管理種別targetId - 管理対象項目IDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageModel[] getAdminGroupManageWithTargetId(String targetId) throws WorkflowException
targetId - 管理対象項目IDWorkflowException - ワークフロー例外の親クラスpublic String getAdminGroupName(String adminGroupId, String localeId) throws WorkflowException
adminGroupId - 管理グループIDlocaleId - ロケールIDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupOrgzModel[] getAdminGroupOrgz(String adminGroupId) throws WorkflowException
adminGroupId - 管理グループIDWorkflowException - ワークフロー例外の親クラスpublic AdminGroupModel[] getAdminGroupWithAccessAuth(String localeId, TargetModel... models) throws WorkflowException
localeId - ロケールIDmodels - 対象情報の配列WorkflowException - ワークフロー例外の親クラス@Deprecated public AdminGroupModel[] getAdminGroupWithAccessRole(String localeId, String... accessRole) throws WorkflowException
getAdminGroupWithAccessAuth(String, TargetModel...) を使用してください。localeId - ロケールIDaccessRole - アクセスロールの配列WorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageTargetListModel[] getContentsDataList(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ定義マネージャ フロー/ルート/コンテンツ/メール 一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageTargetListModel[] getFlowDataList(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ定義マネージャ フロー/ルート/コンテンツ/メール 一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageTargetListModel[] getImBoxDataList(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ定義マネージャ フロー/ルート/コンテンツ/IMBox一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageTargetListModel[] getMailDataList(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ定義マネージャ フロー/ルート/コンテンツ/メール 一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic jp.co.intra_mart.system.workflow.notice.model.AdminGroupMessageModel[] getMessages()
throws WorkflowException
WorkflowException - ロケールが不正または、管理対象メッセージ定義の取得に失敗した場合public AdminGroupManageTargetListModel[] getMessageTemplateDataList(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ定義マネージャ フロー/ルート/コンテンツ/メール/IMBox/メッセージ 一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic AdminGroupManageTargetListModel[] getRouteDataList(AdminGroupManageTargetListSearchConditionInfo condition) throws WorkflowException
condition - 管理グループ定義マネージャ フロー/ルート/コンテンツ/メール 一覧情報検索条件WorkflowException - ワークフロー例外の親クラスpublic void updateAdminGroup(AdminGroupModel... models) throws WorkflowException
models - 管理グループ情報の配列WorkflowException - ワークフロー例外の親クラスpublic void updateAdminGroupAuth(AdminGroupAuthModel... models) throws WorkflowException
models - 管理グループ権限プラグイン情報の配列WorkflowException - ワークフロー例外の親クラスpublic void updateAdminGroupFamily(AdminGroupModel... models) throws WorkflowException
models - 管理グループ情報の配列WorkflowException - ワークフロー例外の親クラスpublic void updateAdminGroupManage(AdminGroupManageModel... models) throws WorkflowException
models - 管理グループ管理対象情報の配列WorkflowException - ワークフロー例外の親クラスpublic void updateAdminGroupOrgz(AdminGroupOrgzModel... models) throws WorkflowException
models - 管理グループ標準組織情報の配列WorkflowException - ワークフロー例外の親クラスCopyright © 2012 NTT DATA INTRAMART CORPORATION