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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.sap.sup.admin.sldsupplier.sc.ProductInformationCreatorResolve product PPMS dataResolve software component PPMS datavoidInit logic - collect PPMS dataprotected com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductInformation
-
Constructor Details
-
DefaultDataSupplierRepositoryService
public DefaultDataSupplierRepositoryService()
-
-
Method Details
-
initialize
public void initialize()Init logic - collect PPMS data -
getHybrisProductTechnicalName
Description copied from interface:DataSupplierRepositoryServiceResolve product PPMS data- Specified by:
getHybrisProductTechnicalNamein interfaceDataSupplierRepositoryService- Returns:
- product technical name
-
getHybrisSoftwareComponentTechnicalName
Description copied from interface:DataSupplierRepositoryServiceResolve software component PPMS data- Specified by:
getHybrisSoftwareComponentTechnicalNamein interfaceDataSupplierRepositoryService- 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()
-