org.exoplatform.calendar.service.impl
Class NewUserListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
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
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
|
Method Summary |
void |
postSave(org.exoplatform.services.organization.User user,
boolean isNew)
|
void |
preDelete(org.exoplatform.services.organization.User user)
|
| Methods inherited from class org.exoplatform.services.organization.UserEventListener |
postDelete, 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 |
EVENT_CATEGORIES
public static final String EVENT_CATEGORIES
COMA
public static final String COMA
DEFAULTGROUP
public static String DEFAULTGROUP
ADDRESSESGROUP
public static String ADDRESSESGROUP
ADDRESSESGROUPNAME
public static String ADDRESSESGROUPNAME
DEFAULTGROUPNAME
public static String DEFAULTGROUPNAME
DEFAULTGROUPDES
public static String DEFAULTGROUPDES
ST_VIEW_TYPE
public static final String ST_VIEW_TYPE
ST_TIME_INTEVAL
public static final String ST_TIME_INTEVAL
ST_WEEK_START
public static final String ST_WEEK_START
ST_DATE_FORMAT
public static final String ST_DATE_FORMAT
ST_TIME_FORMAT
public static final String ST_TIME_FORMAT
ST_LOCALE
public static final String ST_LOCALE
ST_TIMEZONE
public static final String ST_TIMEZONE
ST_BASE_URL
public static final String ST_BASE_URL
ST_WORKINGTIME
public static final String ST_WORKINGTIME
ST_TIME_BEGIN
public static final String ST_TIME_BEGIN
ST_TIME_END
public static final String ST_TIME_END
ST_USER_IGNORE
public static final String ST_USER_IGNORE
DEFAULT_CALENDAR_ID
public static final String DEFAULT_CALENDAR_ID
- See Also:
- Constant Field Values
DEFAULT_CALENDAR_NAME
public static final String DEFAULT_CALENDAR_NAME
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_ID_ALL
public static final String DEFAULT_EVENTCATEGORY_ID_ALL
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_ID_MEETING
public static final String DEFAULT_EVENTCATEGORY_ID_MEETING
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_ID_CALLS
public static final String DEFAULT_EVENTCATEGORY_ID_CALLS
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_ID_CLIENTS
public static final String DEFAULT_EVENTCATEGORY_ID_CLIENTS
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_ID_HOLIDAY
public static final String DEFAULT_EVENTCATEGORY_ID_HOLIDAY
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_ID_ANNIVERSARY
public static final String DEFAULT_EVENTCATEGORY_ID_ANNIVERSARY
- See Also:
- Constant Field Values
defaultEventCategoryIds
public static String[] defaultEventCategoryIds
DEFAULT_EVENTCATEGORY_NAME_ALL
public static final String DEFAULT_EVENTCATEGORY_NAME_ALL
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_NAME_MEETING
public static final String DEFAULT_EVENTCATEGORY_NAME_MEETING
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_NAME_CALLS
public static final String DEFAULT_EVENTCATEGORY_NAME_CALLS
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_NAME_CLIENTS
public static final String DEFAULT_EVENTCATEGORY_NAME_CLIENTS
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_NAME_HOLIDAY
public static final String DEFAULT_EVENTCATEGORY_NAME_HOLIDAY
- See Also:
- Constant Field Values
DEFAULT_EVENTCATEGORY_NAME_ANNIVERSARY
public static final String DEFAULT_EVENTCATEGORY_NAME_ANNIVERSARY
- See Also:
- Constant Field Values
defaultEventCategoryNames
public static String[] defaultEventCategoryNames
defaultCalendarId
public static String defaultCalendarId
defaultCalendarName
public static String defaultCalendarName
NewUserListener
public NewUserListener()
NewUserListener
public NewUserListener(CalendarService cservice,
org.exoplatform.container.xml.InitParams params)
throws Exception
- Parameters:
cservice - : pass throw create objectparams - : given by config xml
- Throws:
Exception
postSave
public void postSave(org.exoplatform.services.organization.User user,
boolean isNew)
throws Exception
- Overrides:
postSave in class org.exoplatform.services.organization.UserEventListener
- Throws:
Exception
preDelete
public void preDelete(org.exoplatform.services.organization.User user)
throws Exception
- Overrides:
preDelete in class org.exoplatform.services.organization.UserEventListener
- Throws:
Exception
Copyright © 2013 eXo Platform SAS. All Rights Reserved.