Liferay 6.2.0-ce-rc1

com.liferay.portlet.usersadmin.lar
Class WebsiteStagedModelDataHandler

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

public class WebsiteStagedModelDataHandler
extends BaseStagedModelDataHandler<Website>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
WebsiteStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, Website website)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, Website website)
           
 String[] getClassNames()
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
countStagedModel, doImportCompanyStagedModel, exportStagedModel, getDisplayName, getExportableStatuses, importCompanyStagedModel, importStagedModel, isExportable, 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

WebsiteStagedModelDataHandler

public WebsiteStagedModelDataHandler()
Method Detail

deleteStagedModel

public void deleteStagedModel(String uuid,
                              long groupId,
                              String className,
                              String extraData)
                       throws PortalException,
                              SystemException
Specified by:
deleteStagedModel in interface StagedModelDataHandler<Website>
Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<Website>
Throws:
PortalException
SystemException

getClassNames

public String[] getClassNames()
Specified by:
getClassNames in interface StagedModelDataHandler<Website>
Specified by:
getClassNames in class BaseStagedModelDataHandler<Website>

doExportStagedModel

protected void doExportStagedModel(PortletDataContext portletDataContext,
                                   Website website)
                            throws Exception
Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<Website>
Throws:
Exception

doImportStagedModel

protected void doImportStagedModel(PortletDataContext portletDataContext,
                                   Website website)
                            throws Exception
Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<Website>
Throws:
Exception

Liferay 6.2.0-ce-rc1