クラス AuditLogInterceptor
java.lang.Object
org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
org.iplass.mtp.impl.entity.auditlog.AuditLogInterceptor
- すべての実装されたインタフェース:
EntityInterceptor,ServiceInitListener<EntityService>
public class AuditLogInterceptor
extends EntityInterceptorAdapter
implements ServiceInitListener<EntityService>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidbulkUpdate(EntityBulkUpdateInvocation invocation) InvocationType.BULK_UPDATEの際、呼び出される。intcount(EntityCountInvocation invocation) InvocationType.COUNTの際、呼び出される。voiddelete(EntityDeleteInvocation invocation) InvocationType.DELETEの際、呼び出される。intdeleteAll(EntityDeleteAllInvocation invocation) InvocationType.DELETE_ALLの際、呼び出される。voidService破棄時に呼び出されます。voidinited(EntityService service, Config config) Service初期化時に呼び出されます。insert(EntityInsertInvocation invocation) InvocationType.INSERTの際、呼び出される。voidpurge(EntityPurgeInvocation invocation) InvocationType.PURGEの際、呼び出される。voidquery(EntityQueryInvocation invocation) restore(EntityRestoreInvocation invocation) InvocationType.RESTOREの際、呼び出される。voidupdate(EntityUpdateInvocation invocation) InvocationType.UPDATEの際、呼び出される。intupdateAll(EntityUpdateAllInvocation invocation) InvocationType.UPDATE_ALLの際、呼び出される。クラスから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
getRecycleBin, intercept, load, lockByUser, normalize, unlockByUser, validate
-
コンストラクタの詳細
-
AuditLogInterceptor
public AuditLogInterceptor()
-
-
メソッドの詳細
-
count
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.COUNTの際、呼び出される。- オーバーライド:
countクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
-
query
クラスからコピーされた説明:EntityInterceptorAdapter- オーバーライド:
queryクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
insert
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.INSERTの際、呼び出される。- オーバーライド:
insertクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
-
update
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.UPDATEの際、呼び出される。- オーバーライド:
updateクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
delete
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.DELETEの際、呼び出される。- オーバーライド:
deleteクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
updateAll
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.UPDATE_ALLの際、呼び出される。- オーバーライド:
updateAllクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
-
deleteAll
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.DELETE_ALLの際、呼び出される。- オーバーライド:
deleteAllクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
-
purge
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.PURGEの際、呼び出される。- オーバーライド:
purgeクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
restore
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.RESTOREの際、呼び出される。- オーバーライド:
restoreクラス内EntityInterceptorAdapter- パラメータ:
invocation-- 戻り値:
- Entity
-
bulkUpdate
クラスからコピーされた説明:EntityInterceptorAdapterInvocationType.BULK_UPDATEの際、呼び出される。- オーバーライド:
bulkUpdateクラス内EntityInterceptorAdapter- パラメータ:
invocation-
-
inited
インタフェースからコピーされた説明:ServiceInitListenerService初期化時に呼び出されます。- 定義:
initedインタフェース内ServiceInitListener<EntityService>- パラメータ:
service-config-
-
destroyed
public void destroyed()インタフェースからコピーされた説明:ServiceInitListenerService破棄時に呼び出されます。- 定義:
destroyedインタフェース内ServiceInitListener<EntityService>
-