Liferay 6.2.0-ce-b3

com.liferay.portlet.mobiledevicerules.lar
Class MDRActionStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<MDRAction>
      extended by com.liferay.portlet.mobiledevicerules.lar.MDRActionStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<MDRAction>

public class MDRActionStagedModelDataHandler
extends BaseStagedModelDataHandler<MDRAction>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
MDRActionStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, MDRAction action)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, MDRAction action)
           
 String[] getClassNames()
           
 String getDisplayName(MDRAction action)
           
protected  void validateLayout(Element actionElement, MDRAction action)
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
countStagedModel, exportStagedModel, getExportableStatuses, 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

MDRActionStagedModelDataHandler

public MDRActionStagedModelDataHandler()
Method Detail

deleteStagedModel

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

getClassNames

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

getDisplayName

public String getDisplayName(MDRAction action)
Specified by:
getDisplayName in interface StagedModelDataHandler<MDRAction>
Overrides:
getDisplayName 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)

Liferay 6.2.0-ce-b3