public class MemberSearchEngineListener extends BasicDBListenerStoreListener
| Modifier and Type | Field and Description |
|---|---|
protected Channel |
channel |
protected LuceneMemberSearchEngine |
mbrSearchEngine |
REVISIONALL_CATEGORIES_SET_FIELD, ATTACH_WS_SET_FIELD, AUTH_GRP_SET_FIELD, AUTH_MBR_SET_FIELD, AUTHOR_ID_FIELD, CATEGORIES_SET_FIELD, CDATE_FIELD, CHANNEL_JCMSDB_PROP, DBDATA_URID, HAS_ATTACH_WS_FIELD, HAS_NO_READ_RIGHTS, HIBERNATE_MAPPING_ADATE, HIBERNATE_MAPPING_AUTHOR, HIBERNATE_MAPPING_CDATE, HIBERNATE_MAPPING_EDATE, HIBERNATE_MAPPING_HAS_ATTACH_WS, HIBERNATE_MAPPING_HASNOREADRIGHTS, HIBERNATE_MAPPING_MAININSTANCE_ID, HIBERNATE_MAPPING_MAJORVERSION, HIBERNATE_MAPPING_MDATE, HIBERNATE_MAPPING_MERGE_DATE, HIBERNATE_MAPPING_MERGE_ID, HIBERNATE_MAPPING_MINORVERSION, HIBERNATE_MAPPING_PDATE, HIBERNATE_MAPPING_PSTATUS, HIBERNATE_MAPPING_READERCOUNT, HIBERNATE_MAPPING_TITLE, HIBERNATE_MAPPING_TRACKED, HIBERNATE_MAPPING_UDATE, HIBERNATE_MAPPING_VOTECOUNT, HIBERNATE_MAPPING_VOTESCORE, HIBERNATE_MAPPING_WORKFLOW_ID, HIBERNATE_MAPPING_WORKSPACE_ID, MAX_HIBERNATE_MAPPING_PUBLICATION, MDATE_FIELD, PSTATUS_FIELD, ROW_ID_FIELD, SCROLL_FETCH_SIZE, WORKFLOW_ID_FIELD, WORKSPACE_ID_FIELD| Constructor and Description |
|---|
MemberSearchEngineListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime)
This method gets called when after a storable has been updated.
|
void |
handleCreate(Storable storable,
boolean firstTime)
This method gets called when a storable is created.
|
void |
handleDelete(Storable storable,
boolean firstTime)
This method gets called when a storable is deleted.
|
void |
onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
handlePrepareUpdategetAdateFromState, getAuthorIdFromState, getCdateFromState, getDateFromState, getEdateFromState, getMdateFromState, getPdateFromState, getPrePstatus, getPrePstatus, getPstatusFromState, hasNoChange, hasNoChange, init, onPreUpdateprotected Channel channel
protected LuceneMemberSearchEngine mbrSearchEngine
public void onPostInsert(DBData data, org.hibernate.event.PostInsertEvent event, boolean firstTime)
onPostInsert in interface DBListeneronPostInsert in class BasicDBListenerDBListener.onPostInsert(DBData, PostInsertEvent, boolean)public void onPostUpdate(DBData data, org.hibernate.event.PostUpdateEvent event, boolean firstTime)
onPostUpdate in interface DBListeneronPostUpdate in class BasicDBListenerDBListener.onPostUpdate(DBData, PostUpdateEvent, boolean)public void onPostDelete(DBData data, org.hibernate.event.PostDeleteEvent event, boolean firstTime)
onPostDelete in interface DBListeneronPostDelete in class BasicDBListenerDBListener.onPostDelete(DBData, PostDeleteEvent, boolean)public void handleCreate(Storable storable, boolean firstTime)
StoreListenerhandleCreate in interface StoreListenerhandleCreate in class BasicDBListenerStoreListenerstorable - the storablefirstTime - true if it is the first time this operation is processedStoreListener.handleCreate(Storable, boolean)public void handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
StoreListenerhandleCommitUpdate in interface StoreListenerhandleCommitUpdate in class BasicDBListenerStoreListenerstorable - the storable, this instance is the object that was created
at first and that will be stored in jcms until deletion of the storable
with this ID.
You should always manipulate this object if you maintain any index.oldStorable - the previous version of the storable, it is a clone, do not use
in any index, it should only be used to access old values.firstTime - true if it is the first time this operation is processedStoreListener.handleCommitUpdate(Storable, Storable, boolean)public void handleDelete(Storable storable, boolean firstTime)
StoreListenerhandleDelete in interface StoreListenerhandleDelete in class BasicDBListenerStoreListenerstorable - the storablefirstTime - true if it is the first time this operation is processedStoreListener.handleDelete(Storable, boolean)Copyright © 2001-2017 Jalios SA. All Rights Reserved.