com.jalios.jcms.workspace
Class WorkspaceListener

java.lang.Object
  extended by com.jalios.jcms.BasicStoreListener
      extended by com.jalios.jcms.workspace.WorkspaceListener
All Implemented Interfaces:
PluginComponent, StoreListener

public class WorkspaceListener
extends BasicStoreListener

This class represent a Listener for Workspace Objects

Since:
jcms-4.1
Version:
$Revision: 21413 $
Author:
Jean-Philippe Encausse

Field Summary
static String REVISION
           
 
Constructor Summary
WorkspaceListener()
           
 
Method Summary
 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 updateAdminMembers(Workspace workspace, int op)
           
protected  void updateDefaultWorkspace(Workspace workspace)
           
protected  void updateWKRoles(Workspace workspace)
           
 
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

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

WorkspaceListener

public WorkspaceListener()
Method Detail

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)

handleCreate

public void handleCreate(Storable storable,
                         boolean firstTime)
Description copied from interface: StoreListener
This method gets called when a storable is created.

Specified by:
handleCreate in interface StoreListener
Overrides:
handleCreate in class BasicStoreListener
Parameters:
storable - the storable
firstTime - true if it is the first time this operation is processed
See Also:
StoreListener.handleCreate(Storable, boolean)

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 storable
firstTime - true if it is the first time this operation is processed
See Also:
StoreListener.handleDelete(Storable, boolean)

updateDefaultWorkspace

protected void updateDefaultWorkspace(Workspace workspace)

updateWKRoles

protected void updateWKRoles(Workspace workspace)

updateAdminMembers

protected void updateAdminMembers(Workspace workspace,
                                  int op)
Parameters:
workspace - the workspace
op - 0 -> Remove It / 1 -> Add It / 2 -> Remove It only if it didn't belongs to group
Since:
jcms-5.0.0


Copyright © 2001-2007 Jalios SA. All Rights Reserved.