public class ModelEventTableItemActionServiceImpl extends AbstractModelEventTableItemActionImpl
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static java.lang.String |
ACTION_TYPE_Service
アクションタイプ
|
commonService, errorPolicy, errorServiceInfoList, resource, sessionFactory| コンストラクタと説明 |
|---|
ModelEventTableItemActionServiceImpl(Resource resource,
ModelEventErrorPolicy errorPolicy,
java.util.List errorHandlerList,
java.util.List serviceInfoList)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ModelEventContext |
doActionLocal(ModelEvent event,
ModelEventContext context)
派生クラスで実装してください。
|
java.lang.String |
getActionType()
アクションタイプ名を返す
|
doAction, getCommonService, getErrorPolicy, getErrorServiceInfoList, getResource, getSessionFactory, initServiecSessionpublic static final java.lang.String ACTION_TYPE_Service
public ModelEventTableItemActionServiceImpl(Resource resource, ModelEventErrorPolicy errorPolicy, java.util.List errorHandlerList, java.util.List serviceInfoList)
resource - カーネルリソースerrorPolicy - エラー処理ポリシーerrorHandlerList - エラーハンドラサービス情報リストserviceInfoList - 実行サービスの情報リストpublic java.lang.String getActionType()
protected ModelEventContext doActionLocal(ModelEvent event, ModelEventContext context) throws ModelEventException
doActionLocal クラス内 AbstractModelEventTableItemActionImplevent - モデルイベントcontext - 実行コンテキストModelEventException - イベント処理実行でエラー発生