Uses of Class
com.skava.oms.model.FulfilmentInfo
Packages that use FulfilmentInfo
Package
Description
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
-
Uses of FulfilmentInfo in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor that return FulfilmentInfoModifier and TypeMethodDescriptionstatic FulfilmentInfoSFCartOrderTransformUtil.updateItemFulfilmentInfos(DeliveryDetails deliveryDetail, SFCart sfCarts, org.apache.camel.Exchange exchange) This method will update the fulfilmentInfos -
Uses of FulfilmentInfo in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation that return FulfilmentInfoModifier and TypeMethodDescriptionstatic FulfilmentInfoCartOrderTransformUtil.updateItemFulfilmentInfo(DeliveryDetails deliveryDetails, SFItem sfItem, SFCart sfCart) This method is used to update the cart item fulfilment information and returns the updated fulfilment information.