public class DummyFolderWithMissingLayoutPortletDataHandler
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 |
|---|
DummyFolderWithMissingLayoutPortletDataHandler() |
| 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) |
java.lang.String |
getSchemaVersion() |
boolean |
validateSchemaVersion(java.lang.String schemaVersion) |
addDefaultData, addExportDataRootElement, addImportDataRootElement, addUncheckedModelAdditionCount, deleteData, doAddDefaultData, doValidateSchemaVersion, exportData, getDataLevel, getDataPortletPreferences, getDeletionSystemEventStagedModelTypes, getExportConfigurationControls, getExportConfigurationControls, getExportControls, getExportDataRootElementString, getExportMetadataControls, getExportModelCount, getExportModelCount, getImportConfigurationControls, getImportConfigurationControls, getImportControls, getImportMetadataControls, getPortletId, getRank, getResourceName, getServiceName, getStagedModelTypes, getStagingControls, importData, isDataAlwaysStaged, isDataLocalized, isDataPortalLevel, isDataPortletInstanceLevel, isDataSiteLevel, isDisplayPortlet, isPublishToLiveByDefault, isRollbackOnException, prepareManifestSummary, prepareManifestSummary, setDataAlwaysStaged, setDataLevel, setDataLocalized, setDataPortletPreferences, setDeletionSystemEventStagedModelTypes, setExportControls, setExportMetadataControls, setImportControls, setImportMetadataControls, setPortletId, setPublishToLiveByDefault, setRank, setStagingControlspublic static final java.lang.String NAMESPACE
public static final java.lang.String SCHEMA_VERSION
public DummyFolderWithMissingLayoutPortletDataHandler()
public java.lang.String getSchemaVersion()
getSchemaVersion in interface com.liferay.exportimport.kernel.lar.PortletDataHandlergetSchemaVersion in class com.liferay.exportimport.kernel.lar.BasePortletDataHandlerpublic boolean validateSchemaVersion(java.lang.String schemaVersion)
validateSchemaVersion in interface com.liferay.exportimport.kernel.lar.PortletDataHandlervalidateSchemaVersion 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