public class PageCommentsPortletDataHandler
extends com.liferay.exportimport.kernel.lar.BasePortletDataHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE |
static java.lang.String |
SCHEMA_VERSION |
| Constructor and Description |
|---|
PageCommentsPortletDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate() |
protected javax.portlet.PortletPreferences |
doDeleteData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences) |
protected java.lang.String |
doExportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences) |
protected javax.portlet.PortletPreferences |
doImportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences,
java.lang.String data) |
protected void |
doPrepareManifestSummary(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences) |
com.liferay.exportimport.kernel.lar.StagedModelType[] |
getDeletionSystemEventStagedModelTypes() |
com.liferay.exportimport.kernel.lar.PortletDataHandlerControl[] |
getExportControls() |
com.liferay.exportimport.kernel.lar.PortletDataHandlerControl[] |
getImportControls() |
java.lang.String |
getSchemaVersion() |
addDefaultData, addExportDataRootElement, addImportDataRootElement, addUncheckedModelAdditionCount, deleteData, doAddDefaultData, doProcessExportPortletPreferences, doProcessImportPortletPreferences, doValidateSchemaVersion, exportData, getDataLevel, getDataPortletPreferences, getExportConfigurationControls, getExportConfigurationControls, getExportDataRootElementString, getExportMetadataControls, getExportModelCount, getExportModelCount, getImportConfigurationControls, getImportConfigurationControls, getImportMetadataControls, getPortletId, getRank, getServiceName, importData, isDataAlwaysStaged, isDataLocalized, isDataPortalLevel, isDataPortletInstanceLevel, isDataSiteLevel, isDisplayPortlet, isPublishToLiveByDefault, isRollbackOnException, isSupportsDataStrategyCopyAsNew, prepareManifestSummary, prepareManifestSummary, processExportPortletPreferences, processImportPortletPreferences, setDataAlwaysStaged, setDataLevel, setDataLocalized, setDataPortletPreferences, setDeletionSystemEventStagedModelTypes, setExportControls, setExportMetadataControls, setImportControls, setImportMetadataControls, setPortletId, setPublishToLiveByDefault, setRank, setSupportsDataStrategyCopyAsNew, validateSchemaVersionpublic static final java.lang.String NAMESPACE
public static final java.lang.String SCHEMA_VERSION
public com.liferay.exportimport.kernel.lar.StagedModelType[] getDeletionSystemEventStagedModelTypes()
getDeletionSystemEventStagedModelTypes in interface com.liferay.exportimport.kernel.lar.PortletDataHandlergetDeletionSystemEventStagedModelTypes in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerpublic com.liferay.exportimport.kernel.lar.PortletDataHandlerControl[] getExportControls()
getExportControls in interface com.liferay.exportimport.kernel.lar.PortletDataHandlergetExportControls in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerpublic com.liferay.exportimport.kernel.lar.PortletDataHandlerControl[] getImportControls()
getImportControls in interface com.liferay.exportimport.kernel.lar.PortletDataHandlergetImportControls in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerpublic java.lang.String getSchemaVersion()
getSchemaVersion in interface com.liferay.exportimport.kernel.lar.PortletDataHandlergetSchemaVersion in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerprotected void activate()
protected javax.portlet.PortletPreferences doDeleteData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences)
throws java.lang.Exception
doDeleteData in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerjava.lang.Exceptionprotected java.lang.String doExportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences)
throws java.lang.Exception
doExportData in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerjava.lang.Exceptionprotected javax.portlet.PortletPreferences doImportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences,
java.lang.String data)
throws java.lang.Exception
doImportData in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerjava.lang.Exceptionprotected void doPrepareManifestSummary(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences)
throws java.lang.Exception
doPrepareManifestSummary in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerjava.lang.Exception