Class CarryOnAllowancePROSPriceCalculationStrategy

java.lang.Object
de.hybris.platform.prosservices.price.strategies.impl.AbstractPROSPriceCalculationStrategy
de.hybris.platform.prosservices.price.strategies.impl.CarryOnAllowancePROSPriceCalculationStrategy
All Implemented Interfaces:
ShoppingPriceCalculationStrategy

public class CarryOnAllowancePROSPriceCalculationStrategy extends AbstractPROSPriceCalculationStrategy
The price calculation strategy to calculate the price for carry ons.
  • Constructor Details

    • CarryOnAllowancePROSPriceCalculationStrategy

      public CarryOnAllowancePROSPriceCalculationStrategy()
  • Method Details

    • getTaxValues

      public Collection<de.hybris.platform.util.TaxValue> getTaxValues(AbstractOrderEntryModel entry) throws de.hybris.platform.order.exceptions.CalculationException
      Description copied from interface: ShoppingPriceCalculationStrategy
      Get tax values collection.
      Parameters:
      entry - the entry
      Returns:
      the collection
      Throws:
      de.hybris.platform.order.exceptions.CalculationException - the calculation exception
    • getBasePrice

      public de.hybris.platform.util.PriceValue getBasePrice(AbstractOrderEntryModel entry) throws de.hybris.platform.order.exceptions.CalculationException
      Description copied from interface: ShoppingPriceCalculationStrategy
      Get base price price value.
      Parameters:
      entry - the entry
      Returns:
      the price value
      Throws:
      de.hybris.platform.order.exceptions.CalculationException - the calculation exception