Class DummyFolderWithMissingLayoutPortletDataHandler
java.lang.Object
com.liferay.exportimport.kernel.lar.BasePortletDataHandler
com.liferay.exportimport.test.util.exportimport.data.handler.DummyFolderWithMissingLayoutPortletDataHandler
- All Implemented Interfaces:
com.liferay.exportimport.kernel.lar.PortletDataHandler
public class DummyFolderWithMissingLayoutPortletDataHandler
extends com.liferay.exportimport.kernel.lar.BasePortletDataHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate()protected javax.portlet.PortletPreferencesdoDeleteData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences) protected StringdoExportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences) protected javax.portlet.PortletPreferencesdoImportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences, String data) protected voiddoPrepareManifestSummary(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences) booleanvalidateSchemaVersion(String schemaVersion) Methods inherited from class com.liferay.exportimport.kernel.lar.BasePortletDataHandler
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, isEmptyControlsAllowed, isModelCountSupported, isPublishToLiveByDefault, isRollbackOnException, prepareManifestSummary, prepareManifestSummary, setDataAlwaysStaged, setDataLevel, setDataLocalized, setDataPortletPreferences, setDeletionSystemEventStagedModelTypes, setEmptyControlsAllowed, setExportControls, setExportMetadataControls, setImportControls, setImportMetadataControls, setPortletId, setPublishToLiveByDefault, setRank, setStagingControlsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.exportimport.kernel.lar.PortletDataHandler
getClassNames, getName, getNamespace, isCompany, isConfigurationEnabled, isEnabled, isStaged, isSupportsDataStrategyCopyAsNew, isSupportsDataStrategyMirrorWithOverwriting
-
Field Details
-
NAMESPACE
- See Also:
-
SCHEMA_VERSION
- See Also:
-
-
Constructor Details
-
DummyFolderWithMissingLayoutPortletDataHandler
public DummyFolderWithMissingLayoutPortletDataHandler()
-
-
Method Details
-
getSchemaVersion
- Specified by:
getSchemaVersionin interfacecom.liferay.exportimport.kernel.lar.PortletDataHandler- Overrides:
getSchemaVersionin classcom.liferay.exportimport.kernel.lar.BasePortletDataHandler
-
validateSchemaVersion
- Specified by:
validateSchemaVersionin interfacecom.liferay.exportimport.kernel.lar.PortletDataHandler- Overrides:
validateSchemaVersionin classcom.liferay.exportimport.kernel.lar.BasePortletDataHandler
-
activate
protected void activate() -
doDeleteData
protected javax.portlet.PortletPreferences doDeleteData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences) throws Exception - Overrides:
doDeleteDatain classcom.liferay.exportimport.kernel.lar.BasePortletDataHandler- Throws:
Exception
-
doExportData
protected String doExportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences) throws Exception - Overrides:
doExportDatain classcom.liferay.exportimport.kernel.lar.BasePortletDataHandler- Throws:
Exception
-
doImportData
protected javax.portlet.PortletPreferences doImportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences, String data) throws Exception - Overrides:
doImportDatain classcom.liferay.exportimport.kernel.lar.BasePortletDataHandler- Throws:
Exception
-
doPrepareManifestSummary
protected void doPrepareManifestSummary(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences) throws Exception - Overrides:
doPrepareManifestSummaryin classcom.liferay.exportimport.kernel.lar.BasePortletDataHandler- Throws:
Exception
-