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