Class DummyFolderWithMissingDummyPortletDataHandler

java.lang.Object
com.liferay.exportimport.kernel.lar.BasePortletDataHandler
com.liferay.exportimport.test.util.exportimport.data.handler.DummyFolderWithMissingDummyPortletDataHandler
All Implemented Interfaces:
com.liferay.exportimport.kernel.lar.PortletDataHandler

public class DummyFolderWithMissingDummyPortletDataHandler extends com.liferay.exportimport.kernel.lar.BasePortletDataHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected javax.portlet.PortletPreferences
    doDeleteData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences)
     
    protected String
    doExportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences)
     
    protected javax.portlet.PortletPreferences
    doImportData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId, javax.portlet.PortletPreferences portletPreferences, String data)
     
    protected void
    doPrepareManifestSummary(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences)
     
     
    boolean
     

    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, setStagingControls

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.exportimport.kernel.lar.PortletDataHandler

    getClassNames, getName, getNamespace, isCompany, isConfigurationEnabled, isEnabled, isStaged, isSupportsDataStrategyCopyAsNew, isSupportsDataStrategyMirrorWithOverwriting
  • Field Details

  • Constructor Details

    • DummyFolderWithMissingDummyPortletDataHandler

      public DummyFolderWithMissingDummyPortletDataHandler()
  • Method Details

    • getSchemaVersion

      public String getSchemaVersion()
      Specified by:
      getSchemaVersion in interface com.liferay.exportimport.kernel.lar.PortletDataHandler
      Overrides:
      getSchemaVersion in class com.liferay.exportimport.kernel.lar.BasePortletDataHandler
    • validateSchemaVersion

      public boolean validateSchemaVersion(String schemaVersion)
      Specified by:
      validateSchemaVersion in interface com.liferay.exportimport.kernel.lar.PortletDataHandler
      Overrides:
      validateSchemaVersion in class com.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:
      doDeleteData in class com.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:
      doExportData in class com.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:
      doImportData in class com.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:
      doPrepareManifestSummary in class com.liferay.exportimport.kernel.lar.BasePortletDataHandler
      Throws:
      Exception