com.liferay.portal.model
Class UserGroupModelListener
java.lang.Object
com.liferay.portal.model.BaseModelListener<UserGroup>
com.liferay.portal.model.UserGroupModelListener
- All Implemented Interfaces:
- ModelListener<UserGroup>
public class UserGroupModelListener
- extends BaseModelListener<UserGroup>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupModelListener
public UserGroupModelListener()
onAfterAddAssociation
public void onAfterAddAssociation(Object userGroupId,
String associationClassName,
Object associationClassPK)
throws ModelListenerException
- Specified by:
onAfterAddAssociation in interface ModelListener<UserGroup>- Overrides:
onAfterAddAssociation in class BaseModelListener<UserGroup>
- Throws:
ModelListenerException
onAfterRemoveAssociation
public void onAfterRemoveAssociation(Object userGroupId,
String associationClassName,
Object associationClassPK)
throws ModelListenerException
- Specified by:
onAfterRemoveAssociation in interface ModelListener<UserGroup>- Overrides:
onAfterRemoveAssociation in class BaseModelListener<UserGroup>
- Throws:
ModelListenerException
exportToLDAP
protected void exportToLDAP(long userId,
long userGroupId,
UserOperation userOperation)
throws Exception
- Throws:
Exception