Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryReservationRequestGroup
-
Uses of SkuInventoryReservationRequestGroup in com.broadleafcommerce.inventory.domain
Modifier and TypeMethodDescriptionSkuInventoryReservationRequest.getReservationRequestGroups()
Logically separate groups into pickup or ship groups, along with items to be adjusted.Modifier and TypeMethodDescriptionvoid
SkuInventoryReservationRequest.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
Modifier and TypeMethodDescriptionDefaultSkuInventoryService.getAlreadyReservedSkuInventories
(SkuInventoryReservationRequestGroup group, Map<String, List<InventoryTransaction>> existingSoftReservationsByReference, Map<String, Integer> nonReservedRequestedQuantitiesBySkuReference, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads theSkuInventory
records 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)