Liferay 6.2.0-ce-m5

com.liferay.portlet.messageboards.lar
Class MBBanStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<MBBan>
      extended by com.liferay.portlet.messageboards.lar.MBBanStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<MBBan>

public class MBBanStagedModelDataHandler
extends BaseStagedModelDataHandler<MBBan>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
MBBanStagedModelDataHandler()
           
 
Method Summary
protected  void doExportStagedModel(PortletDataContext portletDataContext, MBBan ban)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, MBBan ban)
           
 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

MBBanStagedModelDataHandler

public MBBanStagedModelDataHandler()
Method Detail

getClassNames

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

doExportStagedModel

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

doImportStagedModel

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

Liferay 6.2.0-ce-m5