Liferay 6.2.0-ce-m5

com.liferay.portlet.rolesadmin.lar
Class RoleStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<Role>
      extended by com.liferay.portlet.rolesadmin.lar.RoleStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<Role>

public class RoleStagedModelDataHandler
extends BaseStagedModelDataHandler<Role>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
RoleStagedModelDataHandler()
           
 
Method Summary
protected  void doExportStagedModel(PortletDataContext portletDataContext, Role role)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, Role role)
           
 String[] getClassNames()
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
exportStagedModel, importStagedModel
 
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

RoleStagedModelDataHandler

public RoleStagedModelDataHandler()
Method Detail

getClassNames

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

doExportStagedModel

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

doImportStagedModel

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

Liferay 6.2.0-ce-m5