クラス EntityEventListenerInterceptor
java.lang.Object
org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
org.iplass.mtp.impl.entity.listener.EntityEventListenerInterceptor
- すべての実装されたインタフェース:
EntityInterceptor
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voiddelete(EntityDeleteInvocation invocation) InvocationType.DELETEの際、呼び出される。insert(EntityInsertInvocation invocation) InvocationType.INSERTの際、呼び出される。load(EntityLoadInvocation invocation) InvocationType.LOADの際、呼び出される。voidpurge(EntityPurgeInvocation invocation) InvocationType.PURGEの際、呼び出される。voidquery(EntityQueryInvocation invocation) restore(EntityRestoreInvocation invocation) InvocationType.RESTOREの際、呼び出される。voidupdate(EntityUpdateInvocation invocation) InvocationType.UPDATEの際、呼び出される。validate(EntityValidateInvocation invocation) InvocationType.VALIDATEの際、呼び出される。クラスから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
bulkUpdate, count, deleteAll, getRecycleBin, intercept, lockByUser, normalize, unlockByUser, updateAll
-
コンストラクタの詳細
-
EntityEventListenerInterceptor
public EntityEventListenerInterceptor()
-
-
メソッドの詳細
-
validate
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.VALIDATEの際、呼び出される。- オーバーライド:
validateクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
-
insert
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.INSERTの際、呼び出される。- オーバーライド:
insertクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
-
update
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.UPDATEの際、呼び出される。- オーバーライド:
updateクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
delete
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.DELETEの際、呼び出される。- オーバーライド:
deleteクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
load
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.LOADの際、呼び出される。- オーバーライド:
loadクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
-
query
クラスからコピーされた説明:EntityInterceptorAdapter- オーバーライド:
queryクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
restore
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.RESTOREの際、呼び出される。- オーバーライド:
restoreクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
- Entity
-
purge
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.PURGEの際、呼び出される。- オーバーライド:
purgeクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-