クラス 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
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    bulkUpdate(org.iplass.mtp.entity.interceptor.EntityBulkUpdateInvocation invocation)
     
    int
    count(org.iplass.mtp.entity.interceptor.EntityCountInvocation invocation)
     
    void
    delete(org.iplass.mtp.entity.interceptor.EntityDeleteInvocation invocation)
     
    int
    deleteAll(org.iplass.mtp.entity.interceptor.EntityDeleteAllInvocation invocation)
     
    insert(org.iplass.mtp.entity.interceptor.EntityInsertInvocation invocation)
     
    org.iplass.mtp.entity.Entity
    load(org.iplass.mtp.entity.interceptor.EntityLoadInvocation invocation)
     
    void
    query(org.iplass.mtp.entity.interceptor.EntityQueryInvocation invocation)
     
    org.iplass.mtp.entity.Entity
    restore(org.iplass.mtp.entity.interceptor.EntityRestoreInvocation invocation)
     
    void
    update(org.iplass.mtp.entity.interceptor.EntityUpdateInvocation invocation)
     
    int
    updateAll(org.iplass.mtp.entity.interceptor.EntityUpdateAllInvocation invocation)
     

    クラスから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInterceptorAdapter

    getRecycleBin, intercept, lockByUser, normalize, purge, unlockByUser, validate

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • ContentCacheInterceptor

      public ContentCacheInterceptor()
  • メソッドの詳細

    • insert

      public String insert(org.iplass.mtp.entity.interceptor.EntityInsertInvocation invocation)
      オーバーライド:
      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