public class MatterPropertyDataManager
extends jp.co.intra_mart.system.workflow.common.AbstractBase
コンストラクタと説明 |
---|
MatterPropertyDataManager()
コンストラクタ
案件プロパティ定義情報管理マネージャを新しく生成します。 |
MatterPropertyDataManager(String loginGroupId)
非推奨です。
MatterPropertyDataManager() を使用してください。 |
修飾子とタイプ | メソッドと説明 |
---|---|
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)
案件プロパティ情報を更新します。
|
public MatterPropertyDataManager()
public MatterPropertyDataManager(String loginGroupId)
MatterPropertyDataManager()
を使用してください。loginGroupId
- ログイングループIDpublic 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
- ロケールIDWorkflowException
- ワークフロー例外クラスpublic int getMatterPropertyDataCount(String matterPropertyKey) throws WorkflowException
matterPropertyKey
- 案件プロパティキーWorkflowException
- ワークフロー例外クラスpublic int getMatterPropertyDataCountWithLocale(String matterPropertyKey, String localeId) throws WorkflowException
matterPropertyKey
- 案件プロパティキーlocaleId
- ロケールIDWorkflowException
- ワークフロー例外クラスpublic int getMatterPropertyUseCount(String matterPropertyKey, String matterPropertyType) throws WorkflowException
matterPropertyKey
- 案件プロパティキーmatterPropertyType
- 案件プロパティ使用種別WorkflowException
- ワークフロー例外クラスCopyright © 2012 NTT DATA INTRAMART CORPORATION