Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentDTO
Packages that use SkuInventoryAdjustmentDTO
-
Uses of SkuInventoryAdjustmentDTO in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service that return SkuInventoryAdjustmentDTOModifier and TypeMethodDescriptionprotected SkuInventoryAdjustmentDTO
DefaultSkuInventoryAdjustmentService.buildSkuInventoryAdjustmentDTO
(@NonNull SkuInventory inventory, InventoryTransaction softTransaction, @NonNull Integer quantityRequested, @NonNull String referenceNumber, @NonNull String batchId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryAdjustmentDTOModifier and TypeMethodDescriptionprotected <T extends InventoryTransaction>
List<T>DefaultSkuInventoryAdjustmentService.buildInventoryTransactionsForCurrentAndFutureStock
(@NonNull SkuInventoryAdjustmentDTO adjustmentDTO, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Builds inventory transactions for current and future stock reservations.protected <T extends InventoryTransaction>
List<T>DefaultSkuInventoryAdjustmentService.convertFutureReservationToHardReservation
(@NonNull SkuInventoryAdjustmentDTO adjustmentDTO, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hook point extension method.protected <T extends InventoryTransaction>
List<T>DefaultSkuInventoryAdjustmentService.createHardReservation
(@NonNull SkuInventoryAdjustmentDTO adjustmentDTO, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hard inventory reservation.protected void
DefaultSkuInventoryAdjustmentService.throwUnavailableInventoryException
(@NonNull SkuInventoryAdjustmentDTO adjustmentDTO, int softReservedQty, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)