public class PollsQuestionStagedModelDataHandler
extends com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
CLASS_NAMES |
| Constructor and Description |
|---|
PollsQuestionStagedModelDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStagedModel(com.liferay.polls.model.PollsQuestion question) |
void |
deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData) |
protected void |
doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.polls.model.PollsQuestion question) |
protected void |
doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String uuid,
long groupId,
long questionId) |
protected void |
doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.polls.model.PollsQuestion question) |
com.liferay.polls.model.PollsQuestion |
fetchStagedModelByUuidAndGroupId(java.lang.String uuid,
long groupId) |
java.util.List<com.liferay.polls.model.PollsQuestion> |
fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
java.lang.String[] |
getClassNames() |
java.lang.String |
getDisplayName(com.liferay.polls.model.PollsQuestion question) |
protected void |
setPollsQuestionLocalService(com.liferay.polls.service.PollsQuestionLocalService pollsQuestionLocalService) |
exportStagedModel, fetchMissingReference, getExportImportContentProcessor, getStagedModelRepository, restoreStagedModelcountStagedModel, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, validateExport, validateMissingGroupReference, validateMissingReference, validateReferencepublic void deleteStagedModel(com.liferay.polls.model.PollsQuestion question)
throws com.liferay.portal.kernel.exception.PortalException
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsQuestion>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData)
throws com.liferay.portal.kernel.exception.PortalException
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsQuestion>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.polls.model.PollsQuestion fetchStagedModelByUuidAndGroupId(java.lang.String uuid,
long groupId)
fetchStagedModelByUuidAndGroupId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsQuestion>fetchStagedModelByUuidAndGroupId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>public java.util.List<com.liferay.polls.model.PollsQuestion> fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
fetchStagedModelsByUuidAndCompanyId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsQuestion>fetchStagedModelsByUuidAndCompanyId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>public java.lang.String[] getClassNames()
getClassNames in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsQuestion>getClassNames in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>public java.lang.String getDisplayName(com.liferay.polls.model.PollsQuestion question)
getDisplayName in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsQuestion>getDisplayName in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>protected void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.polls.model.PollsQuestion question)
throws java.lang.Exception
doExportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>java.lang.Exceptionprotected void doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String uuid,
long groupId,
long questionId)
throws java.lang.Exception
doImportMissingReference in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>java.lang.Exceptionprotected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.polls.model.PollsQuestion question)
throws java.lang.Exception
doImportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsQuestion>java.lang.Exceptionprotected void setPollsQuestionLocalService(com.liferay.polls.service.PollsQuestionLocalService pollsQuestionLocalService)