Uses of Class
com.skava.cart.orchestration.model.DeliveryMethod
Packages that use DeliveryMethod
Package
Description
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
-
Uses of DeliveryMethod in com.skava.cart.orchestration.processor
Method parameters in com.skava.cart.orchestration.processor with type arguments of type DeliveryMethodModifier and TypeMethodDescriptionShippingResponseProcessor.updateShipping
(List<DeliveryMethod> deliveryMethods) This method is used to update shipping details -
Uses of DeliveryMethod in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation that return types with arguments of type DeliveryMethodModifier and TypeMethodDescriptionstatic List<DeliveryMethod>
ShippingTransformation.getDeliveryMethods
(String selectedMethod, List<ShippingMethod> shippingMethods) This method is used to get shipping delivery methods from micro service model and transforming to orchestration model