com.jalios.jcms
Class LimitControllerListener
java.lang.Object
com.jalios.jcms.db.BasicDBListener
com.jalios.jcms.db.BasicDBListenerStoreListener
com.jalios.jcms.LimitControllerListener
- All Implemented Interfaces:
- DBConstants, DBListener, PluginComponent, StoreListener
public class LimitControllerListener
- extends BasicDBListenerStoreListener
Fields inherited from interface com.jalios.jcms.db.DBConstants |
ALL_CATEGORIES_SET_FIELD, AUTH_GRP_SET_FIELD, AUTH_MBR_SET_FIELD, AUTHOR_ID_FIELD, CATEGORIES_SET_FIELD, CDATE_FIELD, CHANNEL_JCMSDB_PROP, DBDATA_URID, HAS_NO_READ_RIGHTS, HIBERNATE_MAPPING_ADATE, HIBERNATE_MAPPING_AUTHOR, HIBERNATE_MAPPING_CDATE, HIBERNATE_MAPPING_EDATE, HIBERNATE_MAPPING_MDATE, HIBERNATE_MAPPING_PDATE, HIBERNATE_MAPPING_PSTATUS, HIBERNATE_MAPPING_TITLE, HIBERNATE_MAPPING_WORKFLOW_ID, HIBERNATE_MAPPING_WORKSPACE_ID, MDATE_FIELD, PSTATUS_FIELD, ROW_ID_FIELD, SCROLL_FETCH_SIZE, WORKFLOW_ID_FIELD, WORKSPACE_ID_FIELD |
Method Summary |
void |
handleCreate(Storable storable,
boolean firstTime)
This method gets called when a storable is created. |
void |
onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime)
|
Methods inherited from class com.jalios.jcms.db.BasicDBListener |
getAdateFromState, getAuthorIdFromState, getCdateFromState, getEdateFromState, getMdateFromState, getPdateFromState, getPrePstatus, getPrePstatus, getPstatusFromState, hasNoChange, hasNoChange, init, onPostDelete, onPostUpdate, onPreUpdate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LimitControllerListener
public LimitControllerListener(LimitController limitController)
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 BasicDBListenerStoreListener
- Parameters:
storable
- the storablefirstTime
- true if it is the first time this operation is processed- See Also:
StoreListener.handleCreate(Storable, boolean)
onPostInsert
public void onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime)
- Specified by:
onPostInsert
in interface DBListener
- Overrides:
onPostInsert
in class BasicDBListener
- See Also:
DBListener.onPostInsert(DBData, PostInsertEvent, boolean)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.