com.jalios.jcms
Class DescriptiveURLs.DescriptiveURLsListener
java.lang.Object
com.jalios.jcms.BasicStoreListener
com.jalios.jcms.DescriptiveURLs.DescriptiveURLsListener
- All Implemented Interfaces:
- PluginComponent, StoreListener
- Enclosing class:
- DescriptiveURLs
public static class DescriptiveURLs.DescriptiveURLsListener
- extends BasicStoreListener
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptiveURLs.DescriptiveURLsListener
public DescriptiveURLs.DescriptiveURLsListener()
handleDelete
public void handleDelete(Storable storable,
boolean firstTime)
- Description copied from interface:
StoreListener
- This method gets called when a storable is deleted.
- Specified by:
handleDelete
in interface StoreListener
- Overrides:
handleDelete
in class BasicStoreListener
- Parameters:
storable
- the storablefirstTime
- true if it is the first time this operation is processed- See Also:
StoreListener.handleDelete(Storable, boolean)
handleCommitUpdate
public void handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime)
- Description copied from interface:
StoreListener
- This method gets called when after a storable has been updated.
- Specified by:
handleCommitUpdate
in interface StoreListener
- Overrides:
handleCommitUpdate
in class BasicStoreListener
- Parameters:
storable
- 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 processed- See Also:
StoreListener.handleCommitUpdate(Storable, Storable, boolean)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.