java.lang.Object
com.broadleafcommerce.dataexchange.service.product.domain.PreloadedPriceData

public class PreloadedPriceData extends Object
  • Constructor Details

    • PreloadedPriceData

      public PreloadedPriceData()
  • Method Details

    • init

      public void init(@NonNull List<PriceData> priceData)
    • isEmpty

      public boolean isEmpty()
    • buildPriceDataMap

      protected Map<String,Map<String,List<PriceData>>> buildPriceDataMap(List<PriceData> existingPriceData)
      Builds a map of price data by target and price list.
      Parameters:
      existingPriceData - the price data to build the map from
      Returns:
      a map of price data by target and price list
    • getPricesForProductAndPriceList

      @Nullable public List<PriceData> getPricesForProductAndPriceList(@Nullable ComprehensiveProduct parent, @Nullable String priceListId)
      Returns the price data for the given product and its variants.
      Parameters:
      parent - the product to get price data for
      Returns:
      the price data for the given product and its variants or null if none.
    • containsForIdentifier

      protected boolean containsForIdentifier(String identifier, String priceListId)