public static class DescriptiveURLs.DescriptiveURLsListener extends BasicStoreListener
REVISION| Constructor and Description |
|---|
DescriptiveURLsListener() |
| 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 |
handleDelete(Storable storable,
boolean firstTime)
This method gets called when a storable is deleted.
|
handleCreate, handlePrepareUpdate, initpublic 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)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)Copyright © 2001-2017 Jalios SA. All Rights Reserved.