|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.workflow.administrator.AlertManager
public class AlertManager
アラート情報を管理するマネージャです。
アラート情報の取得を行います。
コンストラクタの概要 | |
---|---|
AlertManager(String loginGroupId)
コンストラクタ 引数で指定したログイングループIDでアラート情報管理マネージャを新しく生成します。 |
メソッドの概要 | |
---|---|
void |
createAlertData(AlertDataModel... models)
アラート情報を新規作成します。 |
void |
deleteAlertData(AlertDataModel... models)
アラート情報を削除します。 |
AlertDataModel[] |
getAlertDataList(AlertDataSearchConditionInfo condition)
指定したアラート情報検索条件でアラート情報を取得します。 |
int |
getAlertDataListCount()
アラート情報全件の件数を取得します。 |
AlertDataTotalModel[] |
getAlertDataTotalInfoList()
アラート件数集計情報を取得します。 |
void |
updateAlertData(AlertDataModel... models)
アラート情報を更新します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AlertManager(String loginGroupId)
loginGroupId
- ログイングループIDメソッドの詳細 |
---|
public 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
- ワークフローアプリケーション例外
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |