Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryReservationRequestGroup
Packages that use SkuInventoryReservationRequestGroup
-
Uses of SkuInventoryReservationRequestGroup in com.broadleafcommerce.inventory.domain
Methods in com.broadleafcommerce.inventory.domain that return types with arguments of type SkuInventoryReservationRequestGroupModifier and TypeMethodDescriptionSkuInventoryReservationRequest.getReservationRequestGroups()Logically separate groups into pickup or ship groups, along with items to be adjusted.Method parameters in com.broadleafcommerce.inventory.domain with type arguments of type SkuInventoryReservationRequestGroupModifier and TypeMethodDescriptionvoidSkuInventoryReservationRequest.setReservationRequestGroups(List<SkuInventoryReservationRequestGroup> reservationRequestGroups) Logically separate groups into pickup or ship groups, along with items to be adjusted. -
Uses of SkuInventoryReservationRequestGroup in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryReservationRequestGroupModifier and TypeMethodDescriptionDefaultSkuInventoryService.getAlreadyReservedSkuInventories(SkuInventoryReservationRequestGroup group, Map<String, List<InventoryTransaction>> existingSoftReservationsByReference, Map<String, Integer> nonReservedRequestedQuantitiesBySkuReference, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads theSkuInventoryrecords for the reservation request items which already have existing soft reservations.DefaultSkuInventoryService.getAvailableSkuInventories(SkuInventoryReservationRequestGroup group, SkuReferenceFieldType fieldType, Map<String, Integer> totalRequestedQuantitiesBySkuReference, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)