Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Enum Classes
  • Fields
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    com.broadleafcommerce.inventory.dataimport.SkuInventoryImportBatchHandler.resolveOperationType(BatchRecord)
    this is not necessary. We can determine the OperationType based on whether a matching skuInventory exists in the datastore for the skuInventoryLocation
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryAdjustmentService.createHardReservation(SkuInventory, InventoryTransaction, Integer, String, String, ContextInfo)
    deprecated in favor of DefaultSkuInventoryAdjustmentService.createHardReservation(SkuInventoryAdjustmentDTO, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryAdjustmentService.createHardReservations(Map<I, List<SkuInventoryAdjustmentRequestItem>>, String, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryService.divideRequestItemsBySkuInventory(SkuInventoryAdjustmentRequest, InventoryTransactionType, ContextInfo)
    in favor of DefaultSkuInventoryService.divideRequestItemsBySkuInventory(SkuInventoryAdjustmentRequest, Set, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryService.getInventoryIdsForReferenceNumbersBasedOnExistingTransactions(List<SkuInventoryAdjustmentRequestItem>, InventoryTransactionType, ContextInfo)
    in favor of DefaultSkuInventoryService.getInventoryIdsForReferenceNumbersBasedOnExistingTransactions(List, Set, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryService.validateExpectedInventoryTransactionsExist(List<SkuInventoryAdjustmentRequestItem>, List<InventoryTransaction>, InventoryTransactionType)
    in favor of DefaultSkuInventoryService.validateExpectedInventoryTransactionsExist(List, List, Set)
    com.broadleafcommerce.inventory.service.messaging.autoconfigure.InventoryMessagingAutoConfiguration.orderSubmittedInventoryAdjustmentMessageListener(IdempotentMessageConsumptionService, SkuInventoryService<SkuInventory>, TypeFactory, CartProvider)
    com.broadleafcommerce.inventory.service.messaging.checkout.OrderSubmittedInventoryAdjustmentMessageListener
    in favor of OrderCreatedInventoryAdjustmentMessageListener
    com.broadleafcommerce.inventory.service.SkuInventoryAdjustmentService.createHardReservations(Map<I, List<SkuInventoryAdjustmentRequestItem>>, String, ContextInfo)
    in favor of SkuInventoryAdjustmentService.createHardReservations(Map, String, String, ContextInfo)
    com.broadleafcommerce.inventory.web.endpoint.SkuInventoryExportEndpoint.exportSkuInventory(String, ExportRequest, ContextInfo)
    since 2.0.1, in favor of SkuInventoryExportEndpoint.exportSkuInventory(ExportRequest, ContextInfo). The new implementation for export grids includes the filter string as part of the ExportRequest, instead of passing it as a parameter in the HTTP request.
  • Deprecated Classes
    Class
    Description
    com.broadleafcommerce.inventory.service.messaging.checkout.OrderSubmittedInventoryAdjustmentMessageListener
    in favor of OrderCreatedInventoryAdjustmentMessageListener
  • Deprecated Enum Classes
    Enum Class
    Description
    com.broadleafcommerce.inventory.domain.AccountingTransactionType
    This concept is unused and will be removed.
  • Deprecated Fields
    Field
    Description
    com.broadleafcommerce.inventory.service.messaging.checkout.OrderSubmittedInventoryAdjustmentMessageListener.CART_ITEMS_PATH
    since 1.5. Cart items now need to be read from the cart service. See CartProvider and OrderSubmittedInventoryAdjustmentMessageListener.CART_ITEM_LINK_PATH
    com.broadleafcommerce.inventory.service.messaging.checkout.OrderSubmittedInventoryAdjustmentMessageListener.FULFILLMENT_GROUPS_PATH
    since 1.5. Fulfillment groups now need to be read from the cart service. See CartProvider and OrderSubmittedInventoryAdjustmentMessageListener.FULFILLMENT_GROUP_LINK_PATH
    com.broadleafcommerce.inventory.service.provider.ExternalCartProvider.CART_CLIENT_ID
    Use ExternalCartProvider.getServiceClient()
  • Deprecated Methods
    Method
    Description
    com.broadleafcommerce.inventory.dataimport.SkuInventoryImportBatchHandler.resolveOperationType(BatchRecord)
    this is not necessary. We can determine the OperationType based on whether a matching skuInventory exists in the datastore for the skuInventoryLocation
    com.broadleafcommerce.inventory.domain.DefaultInventoryTransactionType.getAccountingTransactionType()
    com.broadleafcommerce.inventory.domain.InventoryTransactionType.getAccountingTransactionType()
    This concept is unused
    com.broadleafcommerce.inventory.repository.CustomizableSkuInventoryRepository.readConsolidatedInventoryQuantities(Set<String>, Optional<Boolean>, Optional<Boolean>, Optional<Boolean>, ContextInfo)
    in favor of CustomizableSkuInventoryRepository.readConsolidatedInventoryQuantities(Set, Optional, Optional, Optional, Optional, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountry(String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountry(String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressPostalCode(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndPostalCode(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressPostalCodeAndPickupLocationTrue(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndPostalCodeAndPickupLocationTrue(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressPostalCodeAndShippingLocationTrue(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndPostalCodeAndShippingLocationTrue(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressPostalCodeAndStoreLocationTrue(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndPostalCodeAndStoreLocationTrue(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegion(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegion(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegionAndAddressCity(String, String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegionAndCity(String, String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndPickupLocationTrue(String, String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegionAndCityAndPickupLocationTrue(String, String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndShippingLocationTrue(String, String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegionAndCityAndShippingLocationTrue(String, String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndStoreLocationTrue(String, String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegionAndCityAndStoreLocationTrue(String, String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegionAndPickupLocationTrue(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegionAndPickupLocationTrue(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegionAndShippingLocationTrue(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegionAndShippingLocationTrue(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndAddressStateProvinceRegionAndStoreLocationTrue(String, String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStateProvinceRegionAndStoreLocationTrue(String, String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndPickupLocationTrue(String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndPickupLocationTrue(String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndShippingLocationTrue(String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndShippingLocationTrue(String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressCountryAndStoreLocationTrue(String, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByCountryAndStoreLocationTrue(String, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressLatitudeBetweenAndAddressLongitudeBetween(Double, Double, Double, Double, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByLatitudeBetweenAndLongitudeBetween(Double, Double, Double, Double, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndPickupLocationTrue(Double, Double, Double, Double, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByLatitudeBetweenAndLongitudeBetweenAndPickupLocationTrue(Double, Double, Double, Double, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndShippingLocationTrue(Double, Double, Double, Double, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByLatitudeBetweenAndLongitudeBetweenAndShippingLocationTrue(Double, Double, Double, Double, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.InventoryLocationRepository.findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndStoreLocationTrue(Double, Double, Double, Double, Pageable, ContextInfo)
    in favor of InventoryLocationRepository.findByLatitudeBetweenAndLongitudeBetweenAndStoreLocationTrue(Double, Double, Double, Double, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.repository.SkuInventoryRepository.findAllBySkuRefSkuNameContainingIgnoreCase(String, Node, Pageable, ContextInfo)
    in favor of SkuInventoryRepository.findAllBySkuNameContainingIgnoreCase(String, Node, Pageable, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryAdjustmentService.calculateQuantityAvailable(SkuInventory)
    in favor of SkuInventory.updateQuantityAvailable()
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryAdjustmentService.createHardReservation(SkuInventory, InventoryTransaction, Integer, String, String, ContextInfo)
    deprecated in favor of DefaultSkuInventoryAdjustmentService.createHardReservation(SkuInventoryAdjustmentDTO, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryAdjustmentService.createHardReservations(Map<I, List<SkuInventoryAdjustmentRequestItem>>, String, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryAdjustmentService.updateSoftReservationTransactionAndInventory(List<InventoryTransaction>, SkuInventory, SkuInventoryAdjustmentRequestItem)
    in favor of DefaultSkuInventoryAdjustmentService.updateSoftReservationTransactionAndInventory(List, Map, SkuInventoryAdjustmentRequestItem)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryService.divideRequestItemsBySkuInventory(SkuInventoryAdjustmentRequest, InventoryTransactionType, ContextInfo)
    in favor of DefaultSkuInventoryService.divideRequestItemsBySkuInventory(SkuInventoryAdjustmentRequest, Set, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryService.getInventoryIdsForReferenceNumbersBasedOnExistingTransactions(List<SkuInventoryAdjustmentRequestItem>, InventoryTransactionType, ContextInfo)
    in favor of DefaultSkuInventoryService.getInventoryIdsForReferenceNumbersBasedOnExistingTransactions(List, Set, ContextInfo)
    com.broadleafcommerce.inventory.service.DefaultSkuInventoryService.validateExpectedInventoryTransactionsExist(List<SkuInventoryAdjustmentRequestItem>, List<InventoryTransaction>, InventoryTransactionType)
    in favor of DefaultSkuInventoryService.validateExpectedInventoryTransactionsExist(List, List, Set)
    com.broadleafcommerce.inventory.service.messaging.autoconfigure.InventoryMessagingAutoConfiguration.orderSubmittedInventoryAdjustmentMessageListener(IdempotentMessageConsumptionService, SkuInventoryService<SkuInventory>, TypeFactory, CartProvider)
    com.broadleafcommerce.inventory.service.SkuInventoryAdjustmentService.createHardReservations(Map<I, List<SkuInventoryAdjustmentRequestItem>>, String, ContextInfo)
    in favor of SkuInventoryAdjustmentService.createHardReservations(Map, String, String, ContextInfo)
    com.broadleafcommerce.inventory.service.SkuInventorySummaryService.readConsolidatedInventoryQuantities(Set<String>, Optional<Boolean>, Optional<Boolean>, Optional<Boolean>, ContextInfo)
    in favor of SkuInventorySummaryService.readConsolidatedInventoryQuantities(Set, Optional, Optional, Optional, Optional, ContextInfo)
    com.broadleafcommerce.inventory.web.endpoint.SkuInventoryExportEndpoint.exportSkuInventory(String, ExportRequest, ContextInfo)
    since 2.0.1, in favor of SkuInventoryExportEndpoint.exportSkuInventory(ExportRequest, ContextInfo). The new implementation for export grids includes the filter string as part of the ExportRequest, instead of passing it as a parameter in the HTTP request.

Copyright © 2025. All rights reserved.