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

Deprecated API

Contents

  • Terminally Deprecated
  • 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.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 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.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.updateSoftReservationTransactionAndInventory(List<InventoryTransaction>, SkuInventory, SkuInventoryAdjustmentRequestItem)
    in favor of DefaultSkuInventoryAdjustmentService.updateSoftReservationTransactionAndInventory(List, Map, SkuInventoryAdjustmentRequestItem)
    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 © 2024. All rights reserved.