Interface TmaPopQualifier

All Known Implementing Classes:
TmaPopPscvQualifier, TmaPopUsageSpecQualifier

public interface TmaPopQualifier
Checks the qualification of prices TmaProductOfferingPriceModel on a TmaProductOfferingModel.
Since:
2011.
  • Method Details

    • qualifies

      boolean qualifies(TmaProductOfferingPriceModel price, TmaProductOfferingModel productOffering)
      Checks that the given price qualifies for the offering.
      Parameters:
      price - the Product Offering Price
      productOffering - the Product Offering
      Returns:
      true if valid, false otherwise.