クラス ContentCacheInterceptor
java.lang.Object
org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
org.iplass.mtp.impl.entity.contentcache.ContentCacheInterceptor
- すべての実装されたインタフェース:
org.iplass.mtp.entity.interceptor.EntityInterceptor
public class ContentCacheInterceptor
extends org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidbulkUpdate(org.iplass.mtp.entity.interceptor.EntityBulkUpdateInvocation invocation) intcount(org.iplass.mtp.entity.interceptor.EntityCountInvocation invocation) voiddelete(org.iplass.mtp.entity.interceptor.EntityDeleteInvocation invocation) intdeleteAll(org.iplass.mtp.entity.interceptor.EntityDeleteAllInvocation invocation) insert(org.iplass.mtp.entity.interceptor.EntityInsertInvocation invocation) org.iplass.mtp.entity.Entityload(org.iplass.mtp.entity.interceptor.EntityLoadInvocation invocation) voidquery(org.iplass.mtp.entity.interceptor.EntityQueryInvocation invocation) org.iplass.mtp.entity.Entityrestore(org.iplass.mtp.entity.interceptor.EntityRestoreInvocation invocation) voidupdate(org.iplass.mtp.entity.interceptor.EntityUpdateInvocation invocation) intupdateAll(org.iplass.mtp.entity.interceptor.EntityUpdateAllInvocation invocation) クラスから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
getRecycleBin, intercept, lockByUser, normalize, purge, unlockByUser, validate
-
コンストラクタの詳細
-
ContentCacheInterceptor
public ContentCacheInterceptor()
-
-
メソッドの詳細
-
insert
- オーバーライド:
insertクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
update
public void update(org.iplass.mtp.entity.interceptor.EntityUpdateInvocation invocation) - オーバーライド:
updateクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
delete
public void delete(org.iplass.mtp.entity.interceptor.EntityDeleteInvocation invocation) - オーバーライド:
deleteクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
updateAll
public int updateAll(org.iplass.mtp.entity.interceptor.EntityUpdateAllInvocation invocation) - オーバーライド:
updateAllクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
bulkUpdate
public void bulkUpdate(org.iplass.mtp.entity.interceptor.EntityBulkUpdateInvocation invocation) - オーバーライド:
bulkUpdateクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
deleteAll
public int deleteAll(org.iplass.mtp.entity.interceptor.EntityDeleteAllInvocation invocation) - オーバーライド:
deleteAllクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
load
public org.iplass.mtp.entity.Entity load(org.iplass.mtp.entity.interceptor.EntityLoadInvocation invocation) - オーバーライド:
loadクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
query
public void query(org.iplass.mtp.entity.interceptor.EntityQueryInvocation invocation) - オーバーライド:
queryクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
count
public int count(org.iplass.mtp.entity.interceptor.EntityCountInvocation invocation) - オーバーライド:
countクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-
restore
public org.iplass.mtp.entity.Entity restore(org.iplass.mtp.entity.interceptor.EntityRestoreInvocation invocation) - オーバーライド:
restoreクラス内org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter
-