Class DefaultSapImpexImportService

java.lang.Object
com.sap.hybris.sapimpeximportadapter.services.impl.DefaultSapImpexImportService
All Implemented Interfaces:
ImpexImportService

@Deprecated(since="1811", forRemoval=true) public class DefaultSapImpexImportService extends Object implements ImpexImportService
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811, please use IntegrationObjectModel for data import
Default implementation for ImpexImportService
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates the ImpExMediaModel from the InputStream
    de.hybris.platform.servicelayer.impex.ImportService
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    de.hybris.platform.servicelayer.media.MediaService
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    de.hybris.platform.servicelayer.model.ModelService
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    de.hybris.platform.servicelayer.impex.ImportResult
    Deprecated, for removal: This API element is subject to removal in a future version.
    Imports the impex media and returns the ImportResult
    void
    setImportService(de.hybris.platform.servicelayer.impex.ImportService importService)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMediaService(de.hybris.platform.servicelayer.media.MediaService mediaService)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • DefaultSapImpexImportService

      public DefaultSapImpexImportService()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • createImpexMedia

      public ImpExMediaModel createImpexMedia(InputStream impexStream)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates the ImpExMediaModel from the InputStream
      Specified by:
      createImpexMedia in interface ImpexImportService
      Parameters:
      impexStream - - impex stream input
      Returns:
      ImpExMediaModel
    • importMedia

      public de.hybris.platform.servicelayer.impex.ImportResult importMedia(ImpExMediaModel impexMedia)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Imports the impex media and returns the ImportResult
      Specified by:
      importMedia in interface ImpexImportService
      Parameters:
      impexMedia - - impex media input
      Returns:
      ImportResult
    • getMediaService

      public de.hybris.platform.servicelayer.media.MediaService getMediaService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the mediaService
    • setMediaService

      public void setMediaService(de.hybris.platform.servicelayer.media.MediaService mediaService)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      mediaService - the mediaService to set
    • getModelService

      public de.hybris.platform.servicelayer.model.ModelService getModelService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the modelService
    • setModelService

      public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      modelService - the modelService to set
    • getImportService

      public de.hybris.platform.servicelayer.impex.ImportService getImportService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the importService
    • setImportService

      public void setImportService(de.hybris.platform.servicelayer.impex.ImportService importService)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      importService - the importService to set