public class StagedThemeStagedModelDataHandler
extends com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
CLASS_NAMES |
| Constructor and Description |
|---|
StagedThemeStagedModelDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStagedModel(com.liferay.portal.kernel.model.adapter.StagedTheme stagedTheme) |
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.portal.kernel.model.adapter.StagedTheme stagedTheme) |
protected void |
doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.adapter.StagedTheme stagedTheme) |
java.util.List<com.liferay.portal.kernel.model.adapter.StagedTheme> |
fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
java.lang.String[] |
getClassNames() |
java.lang.String |
getDisplayName(com.liferay.portal.kernel.model.adapter.StagedTheme stagedTheme) |
protected void |
setThemeLocalService(com.liferay.portal.kernel.service.ThemeLocalService themeLocalService) |
boolean |
validateReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.xml.Element referenceElement) |
exportStagedModel, fetchMissingReference, fetchStagedModelByUuidAndGroupId, getExportImportContentProcessor, getStagedModelRepository, restoreStagedModelcountStagedModel, doImportMissingReference, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, validateExport, validateMissingGroupReference, validateMissingReferencepublic void deleteStagedModel(com.liferay.portal.kernel.model.adapter.StagedTheme stagedTheme)
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>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.portal.kernel.model.adapter.StagedTheme>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>public java.util.List<com.liferay.portal.kernel.model.adapter.StagedTheme> fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
fetchStagedModelsByUuidAndCompanyId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>fetchStagedModelsByUuidAndCompanyId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>public java.lang.String[] getClassNames()
getClassNames in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>getClassNames in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>public java.lang.String getDisplayName(com.liferay.portal.kernel.model.adapter.StagedTheme stagedTheme)
getDisplayName in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>getDisplayName in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>public boolean validateReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.xml.Element referenceElement)
validateReference in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>validateReference in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>protected void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.adapter.StagedTheme stagedTheme)
doExportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>protected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.adapter.StagedTheme stagedTheme)
doImportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.adapter.StagedTheme>protected void setThemeLocalService(com.liferay.portal.kernel.service.ThemeLocalService themeLocalService)