|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jcms.BasicStoreListener com.jalios.jcms.PublicationListener
public class PublicationListener
This class listens to mutations of Publication
objects.
Publication
Field Summary | |
---|---|
static String |
REVISION
|
protected HashMap<String,HashSet<Publication>> |
titleToPubSetMap
|
Constructor Summary | |
---|---|
PublicationListener()
|
Method Summary | |
---|---|
HashSet<Publication> |
getPublicationSetFromTitle(String title)
Return a set of Publications matching the given title. |
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. |
protected void |
removeFriendlyURLs(Publication pub)
|
protected void |
removeWorkCopySet(Publication pub)
|
protected void |
replacePublicationInTitlesIndex(Publication oldPub,
Publication newPub)
Method to update the title to publications index Map. |
protected void |
updateCategoryIndex(Publication pub,
boolean isContent,
boolean add)
|
protected void |
updateFriendlyURLs(Publication pub)
|
protected void |
updateMemberIndex(Publication pub,
boolean isContent,
boolean add)
|
protected void |
updatePublicationTitlesIndex(Publication pub,
Publication indexedPub,
boolean add)
Method to update the title to publications index Map. |
protected void |
updateWorkCopySet(Publication pub)
|
void |
updateWorkspaceIndex(Publication pub,
boolean add)
|
Methods inherited from class com.jalios.jcms.BasicStoreListener |
---|
handlePrepareUpdate, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
protected HashMap<String,HashSet<Publication>> titleToPubSetMap
Constructor Detail |
---|
public PublicationListener()
Method Detail |
---|
public void handleCreate(Storable storable, boolean firstTime)
StoreListener
handleCreate
in interface StoreListener
handleCreate
in class BasicStoreListener
storable
- 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)
StoreListener
handleCommitUpdate
in interface StoreListener
handleCommitUpdate
in class BasicStoreListener
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 processedStoreListener.handleCommitUpdate(Storable, Storable, boolean)
public void handleDelete(Storable storable, boolean firstTime)
StoreListener
handleDelete
in interface StoreListener
handleDelete
in class BasicStoreListener
storable
- the storablefirstTime
- true if it is the first time this operation is processedStoreListener.handleDelete(Storable, boolean)
protected void updateMemberIndex(Publication pub, boolean isContent, boolean add)
protected void updateCategoryIndex(Publication pub, boolean isContent, boolean add)
public void updateWorkspaceIndex(Publication pub, boolean add)
protected void updateFriendlyURLs(Publication pub)
protected void removeFriendlyURLs(Publication pub)
protected void updateWorkCopySet(Publication pub)
protected void removeWorkCopySet(Publication pub)
protected void updatePublicationTitlesIndex(Publication pub, Publication indexedPub, boolean add)
pub
- the publication in which to look forindexedPub
- the publication to add or to remove to the indexadd
- whether to add (create) or to remove (delete) the publication from the indexprotected void replacePublicationInTitlesIndex(Publication oldPub, Publication newPub)
oldPub
- the publication as it was before the update (its title will be removed)newPub
- the publication as it is now (its title will be added)public HashSet<Publication> getPublicationSetFromTitle(String title)
title
- the title of the publications to find.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |