com.liferay.portal.model
Class UserGroupListener

java.lang.Object
  extended by com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.UserGroup>
      extended by com.liferay.portal.model.UserGroupListener
All Implemented Interfaces:
com.liferay.portal.model.ModelListener<com.liferay.portal.model.UserGroup>

public class UserGroupListener
extends com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.UserGroup>

Author:
Marcellus Tavares

Constructor Summary
UserGroupListener()
           
 
Method Summary
protected  void exportToLDAP(long userId, long userGroupId)
           
 void onAfterAddAssociation(java.lang.Object userGroupId, java.lang.String associationClassName, java.lang.Object associationClassPK)
           
 
Methods inherited from class com.liferay.portal.model.BaseModelListener
onAfterCreate, onAfterRemove, onAfterRemoveAssociation, onAfterUpdate, onBeforeAddAssociation, onBeforeCreate, onBeforeRemove, onBeforeRemoveAssociation, onBeforeUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupListener

public UserGroupListener()
Method Detail

onAfterAddAssociation

public void onAfterAddAssociation(java.lang.Object userGroupId,
                                  java.lang.String associationClassName,
                                  java.lang.Object associationClassPK)
                           throws com.liferay.portal.ModelListenerException
Specified by:
onAfterAddAssociation in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.UserGroup>
Overrides:
onAfterAddAssociation in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.UserGroup>
Throws:
com.liferay.portal.ModelListenerException

exportToLDAP

protected void exportToLDAP(long userId,
                            long userGroupId)
                     throws java.lang.Exception
Throws:
java.lang.Exception