Class DefaultDataSupplierRepositoryService

java.lang.Object
de.hybris.datasupplier.services.impl.DefaultDataSupplierRepositoryService
All Implemented Interfaces:
DataSupplierRepositoryService

public class DefaultDataSupplierRepositoryService extends Object implements DataSupplierRepositoryService
Default implementation of DataSupplierRepositoryService
  • Constructor Details

    • DefaultDataSupplierRepositoryService

      public DefaultDataSupplierRepositoryService()
  • Method Details

    • initialize

      public void initialize()
      Init logic - collect PPMS data
    • getHybrisProductTechnicalName

      public String getHybrisProductTechnicalName()
      Description copied from interface: DataSupplierRepositoryService
      Resolve product PPMS data
      Specified by:
      getHybrisProductTechnicalName in interface DataSupplierRepositoryService
      Returns:
      product technical name
    • getHybrisSoftwareComponentTechnicalName

      public String getHybrisSoftwareComponentTechnicalName()
      Description copied from interface: DataSupplierRepositoryService
      Resolve software component PPMS data
      Specified by:
      getHybrisSoftwareComponentTechnicalName in interface DataSupplierRepositoryService
      Returns:
      software component technical name
    • loadHybrisProductInformation

      protected com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductInformation loadHybrisProductInformation()
    • createProductInformationCreator

      protected com.sap.sup.admin.sldsupplier.sc.ProductInformationCreator createProductInformationCreator()