|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.workflow.administrator.MatterPropertyDataManager
public class MatterPropertyDataManager
案件プロパティ定義情報を管理するマネージャです。
案件プロパティ定義情報の登録、更新、削除、取得を行います。
コンストラクタの概要 | |
---|---|
MatterPropertyDataManager(String loginGroupId)
コンストラクタ 引数で指定したログイングループIDで案件プロパティ定義情報管理マネージャを新しく生成します。 |
メソッドの概要 | |
---|---|
void |
createMatterPropertyData(MatterPropertyDataModel... models)
案件プロパティ情報を新規作成します。 |
void |
deleteMatterPropertyData(MatterPropertyDataModel... models)
案件プロパティ情報を削除します。 |
MatterPropertyDataModel[] |
getMatterPropertyData(String matterPropertyKey)
案件プロパティ情報を全ロケール分取得します。 |
int |
getMatterPropertyDataCount(String matterPropertyKey)
案件プロパティ情報の全ロケール分の件数を取得します。 |
int |
getMatterPropertyDataCountWithLocale(String matterPropertyKey,
String localeId)
指定したロケールIDで案件プロパティ情報の件数を取得します。 |
MatterPropertyDataModel[] |
getMatterPropertyDataList(MatterPropertyDataSearchConditionInfo condition)
指定した検索条件で案件プロパティ情報を検索します。 |
int |
getMatterPropertyDataListCount(MatterPropertyDataSearchConditionInfo condition)
指定した検索条件で案件プロパティ情報の検索結果件数を取得します。 |
MatterPropertyDataModel |
getMatterPropertyDataWithLocale(String matterPropertyKey,
String localeId)
指定したロケールIDで案件プロパティ情報を1件取得します。 |
int |
getMatterPropertyUseCount(String matterPropertyKey,
String matterPropertyType)
指定した案件プロパティキーと案件プロパティ使用種別で案件プロパティ情報を使用している一覧情報、ルールの件数を取得します。 |
void |
updateMatterPropertyData(MatterPropertyDataModel... models)
案件プロパティ情報を更新します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MatterPropertyDataManager(String loginGroupId)
loginGroupId
- ログイングループIDメソッドの詳細 |
---|
public void createMatterPropertyData(MatterPropertyDataModel... models) throws WorkflowException
models
- 案件プロパティ情報の配列
WorkflowException
- ワークフロー例外クラスpublic void updateMatterPropertyData(MatterPropertyDataModel... models) throws WorkflowException
models
- 案件プロパティ情報の配列
WorkflowException
- ワークフロー例外クラスpublic void deleteMatterPropertyData(MatterPropertyDataModel... models) throws WorkflowException
models
- 案件プロパティ情報の配列
WorkflowException
- ワークフロー例外クラスpublic MatterPropertyDataModel[] getMatterPropertyDataList(MatterPropertyDataSearchConditionInfo condition) throws WorkflowException
condition
- 案件プロパティ一覧情報検索条件
WorkflowException
- ワークフロー例外クラスpublic int getMatterPropertyDataListCount(MatterPropertyDataSearchConditionInfo condition) throws WorkflowException
condition
- 案件プロパティ一覧情報検索条件
WorkflowException
- ワークフロー例外クラスpublic MatterPropertyDataModel[] getMatterPropertyData(String matterPropertyKey) throws WorkflowException
matterPropertyKey
- 案件プロパティキー
WorkflowException
- ワークフロー例外クラスpublic MatterPropertyDataModel getMatterPropertyDataWithLocale(String matterPropertyKey, String localeId) throws WorkflowException
matterPropertyKey
- 案件プロパティキーlocaleId
- ロケールID
WorkflowException
- ワークフロー例外クラスpublic int getMatterPropertyDataCount(String matterPropertyKey) throws WorkflowException
matterPropertyKey
- 案件プロパティキー
WorkflowException
- ワークフロー例外クラスpublic int getMatterPropertyDataCountWithLocale(String matterPropertyKey, String localeId) throws WorkflowException
matterPropertyKey
- 案件プロパティキーlocaleId
- ロケールID
WorkflowException
- ワークフロー例外クラスpublic int getMatterPropertyUseCount(String matterPropertyKey, String matterPropertyType) throws WorkflowException
matterPropertyKey
- 案件プロパティキーmatterPropertyType
- 案件プロパティ使用種別
WorkflowException
- ワークフロー例外クラス
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |