Uses of Class
com.skava.oms.model.ShippingMethodPriceInfo
Packages that use ShippingMethodPriceInfo
Package
Description
The processor classes of the Cart Orchestration Service available here.
Oms model classes are available here
Oms processor classes are available here
Oms transformation classes are available here
-
Uses of ShippingMethodPriceInfo in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor that return types with arguments of type ShippingMethodPriceInfoModifier and TypeMethodDescriptionstatic List<ShippingMethodPriceInfo>
SFCartOrderTransformUtil.setOrderShippingMethodPriceInfo
(Order orderOms) This method will set ordershipping methodprice infostatic List<ShippingMethodPriceInfo>
SFCartOrderTransformUtilExtended.setShippingMethodPriceInfo
(SFItem sfItem, SFCart sfCart, OrderItem orderItem) -
Uses of ShippingMethodPriceInfo in com.skava.oms.model
Methods in com.skava.oms.model that return ShippingMethodPriceInfoModifier and TypeMethodDescriptionShippingMethodPriceInfo.addTo
(ShippingMethodPriceInfo shippingMethodPriceInfoDTO) This method is used to add shipping method price informationMethods in com.skava.oms.model with parameters of type ShippingMethodPriceInfoModifier and TypeMethodDescriptionShippingMethodPriceInfo.addTo
(ShippingMethodPriceInfo shippingMethodPriceInfoDTO) This method is used to add shipping method price information -
Uses of ShippingMethodPriceInfo in com.skava.oms.orchestration.processor
Method parameters in com.skava.oms.orchestration.processor with type arguments of type ShippingMethodPriceInfoModifier and TypeMethodDescriptionstatic void
PromotionBlockOfferRequestProcessor.checkShippingLevel
(List<ShippingMethodPriceInfo> shippingMethodPriceInfos, List<PromoCodeInfo> promotionList) This method checks the promotions in the shipping level -
Uses of ShippingMethodPriceInfo in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation with parameters of type ShippingMethodPriceInfoModifier and TypeMethodDescriptionstatic void
OMSTransformationOrderExtend.addShippingDiscount
(ShippingMethodPriceInfo shippingMethodPriceInfoDTO, List<Discount> listDiscount) This method is used to add the shipping discount from micro service model and convert the micro service discount model to the orchestration discount model.