Uses of Class
com.skava.search.model.ProductLoadResponse
Packages that use ProductLoadResponse
Package
Description
Cart and checkout Orchestration transformation Classes available here.
The quotation orchestration transformation classes are available here
Account Map transformation are available here.
-
Uses of ProductLoadResponse in com.skava.cart.orchestration.transformation
Method parameters in com.skava.cart.orchestration.transformation with type arguments of type ProductLoadResponseModifier and TypeMethodDescriptionstatic void
CartCatalogTransformation.updateCatalogInfoInSFCart
(SFCart sfCart, Map<String, ProductLoadResponse> catalogResponses, org.apache.camel.Exchange newExchange) This method is used to update the catalog information in SFCart -
Uses of ProductLoadResponse in com.skava.quotation.orchestration.transformation
Method parameters in com.skava.quotation.orchestration.transformation with type arguments of type ProductLoadResponseModifier and TypeMethodDescriptionstatic void
QuotationCatalogTransformation.updateCatalogInfoInSFCart
(CreateItemListRequest createItemList, Map<String, ProductLoadResponse> catalogResponses) This method is used to update the catalog information in SFCart -
Uses of ProductLoadResponse in com.skava.search.mapper
Methods in com.skava.search.mapper with parameters of type ProductLoadResponseModifier and TypeMethodDescriptionabstract PLPResponse
AbstractSearchModelMapper.transformToSFPLPResponse
(ProductLoadResponse productLoadResponse) This method is used to transform the Search - PLP model into orchestration PLP model.