Liferay 6.2.0-ce-rc3

com.liferay.portlet.polls.lar
Class PollsChoiceStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<PollsChoice>
      extended by com.liferay.portlet.polls.lar.PollsChoiceStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<PollsChoice>

public class PollsChoiceStagedModelDataHandler
extends BaseStagedModelDataHandler<PollsChoice>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
PollsChoiceStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, PollsChoice choice)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, PollsChoice choice)
           
 String[] getClassNames()
           
 String getDisplayName(PollsChoice choice)
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
countStagedModel, doImportCompanyStagedModel, doRestoreStagedModel, exportStagedModel, getExportableStatuses, importCompanyStagedModel, importStagedModel, isExportable, restoreStagedModel, 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

PollsChoiceStagedModelDataHandler

public PollsChoiceStagedModelDataHandler()
Method Detail

deleteStagedModel

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

getClassNames

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

getDisplayName

public String getDisplayName(PollsChoice choice)
Specified by:
getDisplayName in interface StagedModelDataHandler<PollsChoice>
Overrides:
getDisplayName in class BaseStagedModelDataHandler<PollsChoice>

doExportStagedModel

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

doImportStagedModel

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

Liferay 6.2.0-ce-rc3