public class AlertManager
extends jp.co.intra_mart.system.workflow.common.AbstractBase
コンストラクタと説明 |
---|
AlertManager()
コンストラクタ
アラート情報管理マネージャを新しく生成します。 |
AlertManager(String loginGroupId)
非推奨です。
AlertManager() を使用してください。 |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
createAlertData(AlertDataModel... models)
アラート情報を新規作成します。
|
void |
deleteAlertData(AlertDataModel... models)
アラート情報を削除します。
|
AlertDataModel[] |
getAlertDataList(AlertDataSearchConditionInfo condition)
指定したアラート情報検索条件でアラート情報を取得します。
|
int |
getAlertDataListCount()
アラート情報全件の件数を取得します。
|
AlertDataTotalModel[] |
getAlertDataTotalInfoList()
アラート件数集計情報を取得します。
|
void |
updateAlertData(AlertDataModel... models)
アラート情報を更新します。
|
public AlertManager()
public AlertManager(String loginGroupId)
AlertManager()
を使用してください。loginGroupId
- ログイングループIDpublic void createAlertData(AlertDataModel... models) throws WorkflowException
models
- アラート情報の配列WorkflowException
- ワークフロー例外クラスpublic void updateAlertData(AlertDataModel... models) throws WorkflowException
models
- アラート情報の配列WorkflowException
- ワークフロー例外クラスpublic void deleteAlertData(AlertDataModel... models) throws WorkflowException
models
- アラート情報の配列WorkflowException
- ワークフロー例外クラスpublic AlertDataTotalModel[] getAlertDataTotalInfoList() throws WorkflowException
WorkflowException
- ワークフローアプリケーション例外public AlertDataModel[] getAlertDataList(AlertDataSearchConditionInfo condition) throws WorkflowException
condition
- アラート情報検索条件WorkflowException
- ワークフローアプリケーション例外public int getAlertDataListCount() throws WorkflowException
WorkflowException
- ワークフローアプリケーション例外Copyright © 2012 NTT DATA INTRAMART CORPORATION