com.liferay.portlet.usersadmin.lar
Class EmailAddressStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<EmailAddress>
com.liferay.portlet.usersadmin.lar.EmailAddressStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<EmailAddress>
public class EmailAddressStagedModelDataHandler
- extends BaseStagedModelDataHandler<EmailAddress>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAMES
public static final String[] CLASS_NAMES
EmailAddressStagedModelDataHandler
public EmailAddressStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
throws PortalException,
SystemException
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<EmailAddress>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<EmailAddress>
- Throws:
PortalException
SystemException
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<EmailAddress>- Specified by:
getClassNames in class BaseStagedModelDataHandler<EmailAddress>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
EmailAddress emailAddress)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<EmailAddress>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
EmailAddress emailAddress)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<EmailAddress>
- Throws:
Exception