org.exoplatform.calendar.service.impl
Class NewUserListener

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.services.organization.UserEventListener
          extended by org.exoplatform.calendar.service.impl.NewUserListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class NewUserListener
extends org.exoplatform.services.organization.UserEventListener

Created by The eXo Platform SARL Author : Hung Nguyen Quang hung.nguyen@exoplatform.com Nov 23, 2007 3:09:21 PM


Field Summary
static java.lang.String CALENDAR_CATEGORIES
           
static java.lang.String CALENDAR_NAME
           
static java.lang.String COMA
           
static java.lang.String EVENT_CATEGORIES
           
static java.lang.String ST_BASE_URL
           
static java.lang.String ST_DATE_FORMAT
           
static java.lang.String ST_LOCALE
           
static java.lang.String ST_TIME_BEGIN
           
static java.lang.String ST_TIME_END
           
static java.lang.String ST_TIME_FORMAT
           
static java.lang.String ST_TIME_INTEVAL
           
static java.lang.String ST_TIMEZONE
           
static java.lang.String ST_USER_IGNORE
           
static java.lang.String ST_VIEW_TYPE
           
static java.lang.String ST_WEEK_START
           
static java.lang.String ST_WORKINGTIME
           
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
NewUserListener(CalendarService cservice, org.exoplatform.container.xml.InitParams params)
           
 
Method Summary
 void postSave(org.exoplatform.services.organization.User user, boolean isNew)
           
 
Methods inherited from class org.exoplatform.services.organization.UserEventListener
postDelete, preDelete, preSave
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_CATEGORIES

public static final java.lang.String EVENT_CATEGORIES

CALENDAR_CATEGORIES

public static final java.lang.String CALENDAR_CATEGORIES

CALENDAR_NAME

public static final java.lang.String CALENDAR_NAME

COMA

public static final java.lang.String COMA

ST_VIEW_TYPE

public static final java.lang.String ST_VIEW_TYPE

ST_TIME_INTEVAL

public static final java.lang.String ST_TIME_INTEVAL

ST_WEEK_START

public static final java.lang.String ST_WEEK_START

ST_DATE_FORMAT

public static final java.lang.String ST_DATE_FORMAT

ST_TIME_FORMAT

public static final java.lang.String ST_TIME_FORMAT

ST_LOCALE

public static final java.lang.String ST_LOCALE

ST_TIMEZONE

public static final java.lang.String ST_TIMEZONE

ST_BASE_URL

public static final java.lang.String ST_BASE_URL

ST_WORKINGTIME

public static final java.lang.String ST_WORKINGTIME

ST_TIME_BEGIN

public static final java.lang.String ST_TIME_BEGIN

ST_TIME_END

public static final java.lang.String ST_TIME_END

ST_USER_IGNORE

public static final java.lang.String ST_USER_IGNORE
Constructor Detail

NewUserListener

public NewUserListener(CalendarService cservice,
                       org.exoplatform.container.xml.InitParams params)
                throws java.lang.Exception
Parameters:
Calendar - service geeting from the Portlet Container
params - parameters defined in the cs-plugins-configuration.xml
Throws:
java.lang.Exception
Method Detail

postSave

public void postSave(org.exoplatform.services.organization.User user,
                     boolean isNew)
              throws java.lang.Exception
Overrides:
postSave in class org.exoplatform.services.organization.UserEventListener
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.