public class PollsChoiceStagedModelDataHandler
extends com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
CLASS_NAMES |
| Constructor and Description |
|---|
PollsChoiceStagedModelDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStagedModel(com.liferay.polls.model.PollsChoice choice) |
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.PollsChoice choice) |
protected void |
doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String uuid,
long groupId,
long choiceId) |
protected void |
doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.polls.model.PollsChoice choice) |
com.liferay.polls.model.PollsChoice |
fetchStagedModelByUuidAndGroupId(java.lang.String uuid,
long groupId) |
java.util.List<com.liferay.polls.model.PollsChoice> |
fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
java.lang.String[] |
getClassNames() |
java.lang.String |
getDisplayName(com.liferay.polls.model.PollsChoice choice) |
protected void |
setPollsChoiceLocalService(com.liferay.polls.service.PollsChoiceLocalService pollsChoiceLocalService) |
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.PollsChoice choice)
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsChoice>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>public void deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData)
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsChoice>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>public com.liferay.polls.model.PollsChoice fetchStagedModelByUuidAndGroupId(java.lang.String uuid,
long groupId)
fetchStagedModelByUuidAndGroupId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsChoice>fetchStagedModelByUuidAndGroupId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>public java.util.List<com.liferay.polls.model.PollsChoice> fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
fetchStagedModelsByUuidAndCompanyId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsChoice>fetchStagedModelsByUuidAndCompanyId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>public java.lang.String[] getClassNames()
getClassNames in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsChoice>getClassNames in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>public java.lang.String getDisplayName(com.liferay.polls.model.PollsChoice choice)
getDisplayName in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.polls.model.PollsChoice>getDisplayName in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>protected void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.polls.model.PollsChoice choice)
throws java.lang.Exception
doExportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>java.lang.Exceptionprotected void doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String uuid,
long groupId,
long choiceId)
throws java.lang.Exception
doImportMissingReference in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>java.lang.Exceptionprotected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.polls.model.PollsChoice choice)
throws java.lang.Exception
doImportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.polls.model.PollsChoice>java.lang.Exceptionprotected void setPollsChoiceLocalService(com.liferay.polls.service.PollsChoiceLocalService pollsChoiceLocalService)
protected void setPollsQuestionLocalService(com.liferay.polls.service.PollsQuestionLocalService pollsQuestionLocalService)