com.liferay.portal.model
Class UserModelListener
java.lang.Object
com.liferay.portal.model.BaseModelListener<User>
com.liferay.portal.model.UserModelListener
- All Implemented Interfaces:
- ModelListener<User>
public class UserModelListener
- extends BaseModelListener<User>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserModelListener
public UserModelListener()
onAfterAddAssociation
public void onAfterAddAssociation(Object classPK,
String associationClassName,
Object associationClassPK)
throws ModelListenerException
- Specified by:
onAfterAddAssociation in interface ModelListener<User>- Overrides:
onAfterAddAssociation in class BaseModelListener<User>
- Throws:
ModelListenerException
onAfterCreate
public void onAfterCreate(User user)
throws ModelListenerException
- Specified by:
onAfterCreate in interface ModelListener<User>- Overrides:
onAfterCreate in class BaseModelListener<User>
- Throws:
ModelListenerException
onAfterUpdate
public void onAfterUpdate(User user)
throws ModelListenerException
- Specified by:
onAfterUpdate in interface ModelListener<User>- Overrides:
onAfterUpdate in class BaseModelListener<User>
- Throws:
ModelListenerException
onBeforeUpdate
public void onBeforeUpdate(User user)
- Specified by:
onBeforeUpdate in interface ModelListener<User>- Overrides:
onBeforeUpdate in class BaseModelListener<User>
exportToLDAP
protected void exportToLDAP(User user)
throws Exception
- Throws:
Exception
updateMembershipRequestStatus
protected void updateMembershipRequestStatus(long userId,
long groupId)
throws Exception
- Throws:
Exception