Class DefaultSapImpexImportFacade

java.lang.Object
com.sap.hybris.sapimpeximportadapter.facades.impl.DefaultSapImpexImportFacade
All Implemented Interfaces:
ImpexImportFacade

@Deprecated(since="1811", forRemoval=true) public class DefaultSapImpexImportFacade extends Object implements ImpexImportFacade
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811, please use IntegrationObjectModel
Default implementation for ImpexImportFacade}
  • 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
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates and imports impex from the input stream payload
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    de.hybris.platform.servicelayer.impex.ImportService
    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.task.TaskService
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    de.hybris.platform.servicelayer.time.TimeService
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates a task model and schedules a the impex import task
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setImportService(de.hybris.platform.servicelayer.impex.ImportService importService)
    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.
     
    void
    setTaskService(de.hybris.platform.task.TaskService taskService)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTimeService(de.hybris.platform.servicelayer.time.TimeService timeService)
    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

    • DefaultSapImpexImportFacade

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

    • createAndImportImpexMedia

      public void createAndImportImpexMedia(InputStream inputStream)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates and imports impex from the input stream payload
      Specified by:
      createAndImportImpexMedia in interface ImpexImportFacade
      Parameters:
      inputStream - - input stream of impex payload
    • scheduleImportTask

      public void scheduleImportTask(ImpExMediaModel impexMedia)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a task model and schedules a the impex import task
      Parameters:
      impexMedia - - impex media model
    • 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
    • getImpexImportService

      public ImpexImportService getImpexImportService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the impexImportService
    • setImpexImportService

      public void setImpexImportService(ImpexImportService impexImportService)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      impexImportService - the impexImportService 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
    • getTimeService

      public de.hybris.platform.servicelayer.time.TimeService getTimeService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the timeService
    • setTimeService

      public void setTimeService(de.hybris.platform.servicelayer.time.TimeService timeService)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      timeService - the timeService to set
    • getTaskService

      public de.hybris.platform.task.TaskService getTaskService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the taskService
    • setTaskService

      public void setTaskService(de.hybris.platform.task.TaskService taskService)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      taskService - the taskService to set