Uses of Class
com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Packages that use InventoryTransaction Package Description com.broadleafcommerce.cartoperation.domain -
-
Uses of InventoryTransaction in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type InventoryTransaction Modifier and Type Method Description List<InventoryTransaction>SkuInventoryReservationResponse. getInventoryTransactions()List of associatedInventoryTransactions.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type InventoryTransaction Modifier and Type Method Description voidSkuInventoryReservationResponse. setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)List of associatedInventoryTransactions.
-