com.liferay.portlet.messageboards.lar
Class MBCategoryStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<MBCategory>
com.liferay.portlet.messageboards.lar.MBCategoryStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<MBCategory>
public class MBCategoryStagedModelDataHandler
- extends BaseStagedModelDataHandler<MBCategory>
| 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
MBCategoryStagedModelDataHandler
public MBCategoryStagedModelDataHandler()
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<MBCategory>- Specified by:
getClassNames in class BaseStagedModelDataHandler<MBCategory>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
MBCategory category)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<MBCategory>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
MBCategory category)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<MBCategory>
- Throws:
Exception