IM-Workflow

jp.co.intra_mart.foundation.workflow.administrator
クラス AlertManager

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.administrator.AlertManager

public class AlertManager
extends Object

アラート情報を管理するマネージャです。

アラート情報の取得を行います。

導入されたバージョン:
7.2

コンストラクタの概要
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
 

コンストラクタの詳細

AlertManager

public AlertManager(String loginGroupId)
コンストラクタ
引数で指定したログイングループIDでアラート情報管理マネージャを新しく生成します。

パラメータ:
loginGroupId - ログイングループID
メソッドの詳細

createAlertData

public void createAlertData(AlertDataModel... models)
                     throws WorkflowException
アラート情報を新規作成します。

パラメータ:
models - アラート情報の配列
例外:
WorkflowException - ワークフロー例外クラス

updateAlertData

public void updateAlertData(AlertDataModel... models)
                     throws WorkflowException
アラート情報を更新します。

パラメータ:
models - アラート情報の配列
例外:
WorkflowException - ワークフロー例外クラス

deleteAlertData

public void deleteAlertData(AlertDataModel... models)
                     throws WorkflowException
アラート情報を削除します。

パラメータ:
models - アラート情報の配列
例外:
WorkflowException - ワークフロー例外クラス

getAlertDataTotalInfoList

public AlertDataTotalModel[] getAlertDataTotalInfoList()
                                                throws WorkflowException
アラート件数集計情報を取得します。

アラート種類、アラートレベルごとのアラート発生件数を取得します。

戻り値:
AlertDataTotalModel[] アラート件数集計情報の配列
例外:
WorkflowException - ワークフローアプリケーション例外

getAlertDataList

public AlertDataModel[] getAlertDataList(AlertDataSearchConditionInfo condition)
                                  throws WorkflowException
指定したアラート情報検索条件でアラート情報を取得します。

アラート情報検索条件には、以下のみを含んでおり、
アラート情報としては情報の絞り込みは行わず、全件取得します。

アラート情報検索条件の項目
・レコード数
・レコードの取得位置
・ソート順情報オブジェクトの配列

パラメータ:
condition - アラート情報検索条件
戻り値:
AlertDataModel[] アラート情報の配列
例外:
WorkflowException - ワークフローアプリケーション例外

getAlertDataListCount

public int getAlertDataListCount()
                          throws WorkflowException
アラート情報全件の件数を取得します。

戻り値:
int アラート情報の件数
例外:
WorkflowException - ワークフローアプリケーション例外

IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.