public class AccessControlListListener extends BasicStoreListener
REVISION| Constructor and Description |
|---|
AccessControlListListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearMemberIsWorkerCache()
Clears Member isWorker status cache.
|
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.
|
handlePrepareUpdate, initpublic void handleCreate(Storable storable, boolean firstTime)
StoreListenerhandleCreate in interface StoreListenerhandleCreate in class BasicStoreListenerstorable - 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 BasicStoreListenerstorable - 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 BasicStoreListenerstorable - the storablefirstTime - true if it is the first time this operation is processedStoreListener.handleDelete(Storable, boolean)protected void clearMemberIsWorkerCache()
Copyright © 2001-2017 Jalios SA. All Rights Reserved.