Liferay 6.2-ce-ga5

com.liferay.portlet.polls.lar
Class PollsQuestionStagedModelDataHandler

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

public class PollsQuestionStagedModelDataHandler
extends BaseStagedModelDataHandler<PollsQuestion>


Field Summary
static String[] CLASS_NAMES
           
 
Fields inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
sessionFactory, STAGING_HIBERNATE_CACHE_FLUSH_FREQUENCY
 
Constructor Summary
PollsQuestionStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, PollsQuestion question)
           
protected  void doImportCompanyStagedModel(PortletDataContext portletDataContext, String uuid, long questionId)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, PollsQuestion question)
           
 String[] getClassNames()
           
 String getDisplayName(PollsQuestion question)
           
protected  boolean validateMissingReference(String uuid, long companyId, long groupId)
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
countStagedModel, doRestoreStagedModel, exportStagedModel, getExportableStatuses, getReferenceAttributes, importCompanyStagedModel, importCompanyStagedModel, importStagedModel, maintainSessionCache, restoreStagedModel, validateExport, 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

PollsQuestionStagedModelDataHandler

public PollsQuestionStagedModelDataHandler()
Method Detail

deleteStagedModel

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

getClassNames

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

getDisplayName

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

doExportStagedModel

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

doImportCompanyStagedModel

protected void doImportCompanyStagedModel(PortletDataContext portletDataContext,
                                          String uuid,
                                          long questionId)
                                   throws Exception
Overrides:
doImportCompanyStagedModel 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

validateMissingReference

protected boolean validateMissingReference(String uuid,
                                           long companyId,
                                           long groupId)
                                    throws Exception
Overrides:
validateMissingReference in class BaseStagedModelDataHandler<PollsQuestion>
Throws:
Exception

Liferay 6.2-ce-ga5