public class ContactListener
extends com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Contact>
| Constructor and Description |
|---|
ContactListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
exportToLDAP(com.liferay.portal.model.Contact contact) |
void |
onAfterCreate(com.liferay.portal.model.Contact contact) |
void |
onAfterUpdate(com.liferay.portal.model.Contact contact) |
public void onAfterCreate(com.liferay.portal.model.Contact contact)
throws com.liferay.portal.ModelListenerException
onAfterCreate in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.Contact>onAfterCreate in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Contact>com.liferay.portal.ModelListenerExceptionpublic void onAfterUpdate(com.liferay.portal.model.Contact contact)
throws com.liferay.portal.ModelListenerException
onAfterUpdate in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.Contact>onAfterUpdate in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Contact>com.liferay.portal.ModelListenerExceptionprotected void exportToLDAP(com.liferay.portal.model.Contact contact)
throws java.lang.Exception
java.lang.Exception