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