Liferay 6.2-ce-ga5

com.liferay.portlet.usersadmin.lar
Class EmailAddressStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<EmailAddress>
      extended by com.liferay.portlet.usersadmin.lar.EmailAddressStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<EmailAddress>

public class EmailAddressStagedModelDataHandler
extends BaseStagedModelDataHandler<EmailAddress>


Field Summary
static String[] CLASS_NAMES
           
 
Fields inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
sessionFactory, STAGING_HIBERNATE_CACHE_FLUSH_FREQUENCY
 
Constructor Summary
EmailAddressStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, EmailAddress emailAddress)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, EmailAddress emailAddress)
           
 String[] getClassNames()
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
countStagedModel, doImportCompanyStagedModel, doRestoreStagedModel, exportStagedModel, getDisplayName, getExportableStatuses, getReferenceAttributes, importCompanyStagedModel, importCompanyStagedModel, importStagedModel, maintainSessionCache, restoreStagedModel, validateExport, validateMissingReference, validateReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAMES

public static final String[] CLASS_NAMES
Constructor Detail

EmailAddressStagedModelDataHandler

public EmailAddressStagedModelDataHandler()
Method Detail

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

Liferay 6.2-ce-ga5