Class DummyStagedModelDataHandler

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

public class DummyStagedModelDataHandler extends com.liferay.exportimport.data.handler.base.BaseStagedModelDataHandler<Dummy>
  • 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, Dummy dummy)
     
    protected void
    doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String uuid, long groupId, long id)
     
    protected void
    doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, Dummy dummy)
     
     
    protected com.liferay.exportimport.staged.model.repository.StagedModelRepository<Dummy>
     

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

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

    isEnabled
  • Field Details

    • CLASS_NAMES

      public static final String[] CLASS_NAMES
  • Constructor Details

    • DummyStagedModelDataHandler

      public DummyStagedModelDataHandler()
  • Method Details

    • getClassNames

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

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

      protected void doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String uuid, long groupId, long id) throws Exception
      Overrides:
      doImportMissingReference in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<Dummy>
      Throws:
      Exception
    • doImportStagedModel

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

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