Uses of Class
com.skava.inventory.model.CheckInventory
Packages that use CheckInventory
Package
Description
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
-
Uses of CheckInventory in com.skava.cart.orchestration.processor
Method parameters in com.skava.cart.orchestration.processor with type arguments of type CheckInventoryModifier and TypeMethodDescriptionstatic int
AddGiftItemRequestProcessor.checkInventoryForBundleSkus
(List<CheckInventory> inventoryRes, PromotionGiftResponse gift, int inventoryTestedSkus, BigDecimal mainQuantity, String sku, BigDecimal mainItemQty) static void
AddGiftItemRequestProcessor.checkInventoryForNormalProductGifts
(List<CheckInventory> inventoryRes, SFCart sfCart, List<PromotionGiftResponse> availableGifts, PromotionGiftResponse gift) -
Uses of CheckInventory in com.skava.cart.orchestration.transformation
Method parameters in com.skava.cart.orchestration.transformation with type arguments of type CheckInventoryModifier and TypeMethodDescriptionstatic void
CartInventoryTransformation.updateInventoryInfoInSFCart
(org.apache.camel.Exchange exchange, SFCart sfCart, Map<String, List<CheckInventory>> inventoryResponses, Long requestedItemId) This method is used to update the inventory information in SFCart