|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.BasicStoreListener
com.jalios.jcms.DescriptiveURLs.DescriptiveURLsListener
public static class DescriptiveURLs.DescriptiveURLsListener
| Field Summary |
|---|
| Fields inherited from class com.jalios.jcms.BasicStoreListener |
|---|
REVISION |
| Constructor Summary | |
|---|---|
DescriptiveURLs.DescriptiveURLsListener()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.jalios.jcms.BasicStoreListener |
|---|
handleCreate, handlePrepareUpdate, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescriptiveURLs.DescriptiveURLsListener()
| Method Detail |
|---|
public void handleDelete(Storable storable,
boolean firstTime)
StoreListener
handleDelete 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)
StoreListener
handleCommitUpdate 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||