Class DummyFolderStagedModelDataHandler

java.lang.Object
com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<T>
com.liferay.exportimport.data.handler.base.BaseStagedModelDataHandler<DummyFolder>
com.liferay.exportimport.test.util.exportimport.data.handler.DummyFolderStagedModelDataHandler
All Implemented Interfaces:
com.liferay.exportimport.kernel.lar.StagedModelDataHandler<DummyFolder>

public class DummyFolderStagedModelDataHandler extends com.liferay.exportimport.data.handler.base.BaseStagedModelDataHandler<DummyFolder>
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, DummyFolder dummyFolder)
     
    protected void
    doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, DummyFolder dummyFolder)
     
     
    protected com.liferay.exportimport.staged.model.repository.StagedModelRepository<DummyFolder>
     
    boolean
    isEnabled(long companyId)
     
    void
    setEnabled(boolean enabled)
     
    com.liferay.petra.lang.SafeCloseable
    setEnabledWithSafeCloseable(boolean enabled)
     

    Methods inherited from class com.liferay.exportimport.data.handler.base.BaseStagedModelDataHandler

    deleteStagedModel, deleteStagedModel, exportStagedModel, fetchMissingReference, fetchStagedModelByUuidAndGroupId, fetchStagedModelsByUuidAndCompanyId, getExportImportContentProcessor, restoreStagedModel

    Methods inherited from class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler

    countStagedModel, doImportMissingReference, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, getDisplayName, getExportableStatuses, getProcessFlag, getReferenceAttributes, getSkipImportReferenceStagedModelNames, importAssetCategories, importAssetTags, importComments, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isSkipImportReferenceStagedModels, isStagedModelInTrash, validateExport, validateMissingGroupReference, validateMissingReference, validateReference

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CLASS_NAMES

      public static final String[] CLASS_NAMES
  • Constructor Details

    • DummyFolderStagedModelDataHandler

      public DummyFolderStagedModelDataHandler()
  • Method Details

    • getClassNames

      public String[] getClassNames()
      Specified by:
      getClassNames in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<DummyFolder>
      Specified by:
      getClassNames in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<DummyFolder>
    • isEnabled

      public boolean isEnabled(long companyId)
    • setEnabled

      public void setEnabled(boolean enabled)
    • setEnabledWithSafeCloseable

      public com.liferay.petra.lang.SafeCloseable setEnabledWithSafeCloseable(boolean enabled)
    • doExportStagedModel

      protected void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, DummyFolder dummyFolder) throws Exception
      Specified by:
      doExportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<DummyFolder>
      Throws:
      Exception
    • doImportStagedModel

      protected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, DummyFolder dummyFolder) throws Exception
      Specified by:
      doImportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<DummyFolder>
      Throws:
      Exception
    • getStagedModelRepository

      protected com.liferay.exportimport.staged.model.repository.StagedModelRepository<DummyFolder> getStagedModelRepository()
      Overrides:
      getStagedModelRepository in class com.liferay.exportimport.data.handler.base.BaseStagedModelDataHandler<DummyFolder>