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