Liferay 7.0-ce-m3

com.liferay.portal.model
Class ContactModelListener

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

public class ContactModelListener
extends BaseModelListener<Contact>


Constructor Summary
ContactModelListener()
           
 
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

ContactModelListener

public ContactModelListener()
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 7.0-ce-m3