org.exoplatform.contact.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.contact.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 ADDRESSESGROUP
           
static java.lang.String ADDRESSESGROUPNAME
           
static java.lang.String DEFAULTGROUP
           
static java.lang.String DEFAULTGROUPDES
           
static java.lang.String DEFAULTGROUPNAME
           
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
NewUserListener(ContactService cservice, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
           
 
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
 

Field Detail

DEFAULTGROUP

public static java.lang.String DEFAULTGROUP

ADDRESSESGROUP

public static java.lang.String ADDRESSESGROUP

ADDRESSESGROUPNAME

public static java.lang.String ADDRESSESGROUPNAME

DEFAULTGROUPNAME

public static java.lang.String DEFAULTGROUPNAME

DEFAULTGROUPDES

public static java.lang.String DEFAULTGROUPDES
Constructor Detail

NewUserListener

public NewUserListener(ContactService cservice,
                       org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
                throws java.lang.Exception
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

preDelete

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.