Liferay 6.0.5

com.liferay.portal.model
Class ContactListener

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

public class ContactListener
extends BaseModelListener<Contact>


Constructor Summary
ContactListener()
           
 
Method Summary
protected  void exportToLDAP(Contact contact)
           
 void onAfterCreate(Contact contact)
           
 void onAfterUpdate(Contact contact)
           
 
Methods inherited from class com.liferay.portal.model.BaseModelListener
onAfterAddAssociation, onAfterRemove, onAfterRemoveAssociation, 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

ContactListener

public ContactListener()
Method Detail

onAfterCreate

public void onAfterCreate(Contact contact)
                   throws ModelListenerException
Specified by:
onAfterCreate in interface ModelListener<Contact>
Overrides:
onAfterCreate in class BaseModelListener<Contact>
Throws:
ModelListenerException

onAfterUpdate

public void onAfterUpdate(Contact contact)
                   throws ModelListenerException
Specified by:
onAfterUpdate in interface ModelListener<Contact>
Overrides:
onAfterUpdate in class BaseModelListener<Contact>
Throws:
ModelListenerException

exportToLDAP

protected void exportToLDAP(Contact contact)
                     throws Exception
Throws:
Exception

Liferay 6.0.5