public class ImMailHistorySyncListener extends ImMailListenerPlugin
実施する検証、及び履歴操作処理は以下の通りです。
登録時(事前処理):
削除時(事前処理):
ImMailListenerPlugin
date
コンストラクタと説明 |
---|
ImMailHistorySyncListener() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
beforeCreate(ImMailAccount account)
IM-Mail アカウント登録処理の事前処理を実行します。
|
void |
beforeDelete(ImMailAccount account)
IM-Mail アカウント削除処理の事前処理を実行します。
|
afterCreate, afterDelete, afterModify, beforeModify, setDate
public void beforeCreate(ImMailAccount account) throws ImMailException
ImMailListenerPlugin
データストアへのアカウント登録、HTTP 同期のアカウント登録前に任意の検証処理等を実装します。
beforeCreate
クラス内 ImMailListenerPlugin
account
- 登録対象の IM-Mail アカウントImMailException
- 事前処理エラーpublic void beforeDelete(ImMailAccount account) throws ImMailException
ImMailListenerPlugin
データストアへのアカウント削除、HTTP 同期のアカウント削除前に任意の検証処理等を実装します。
beforeDelete
クラス内 ImMailListenerPlugin
account
- 削除対象の IM-Mail アカウントImMailException
- 事後処理エラーCopyright © 2013 NTT DATA INTRAMART CORPORATION