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