Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaProdOfferPriceAlterationModel
-
Packages that use TmaProdOfferPriceAlterationModel Package Description de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators de.hybris.platform.b2ctelcoservices.model Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.de.hybris.platform.b2ctelcoservices.pricing.strategy.impl -
-
Uses of TmaProdOfferPriceAlterationModel in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators
Classes in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with type parameters of type TmaProdOfferPriceAlterationModel Modifier and Type Class Description classTmaProdOfferPriceAlterationPopulator<SOURCE extends TmaProdOfferPriceAlterationModel,TARGET extends TmaProdOfferPriceAlterationData>Populates the attributes ofTmaProdOfferPriceAlterationDatafromTmaProdOfferPriceAlterationModel -
Uses of TmaProdOfferPriceAlterationModel in de.hybris.platform.b2ctelcoservices.model
Subclasses of TmaProdOfferPriceAlterationModel in de.hybris.platform.b2ctelcoservices.model Modifier and Type Class Description classTmaDiscountProdOfferPriceAlterationModelGenerated model class for type TmaDiscountProdOfferPriceAlteration first defined at extension b2ctelcoservices. -
Uses of TmaProdOfferPriceAlterationModel in de.hybris.platform.b2ctelcoservices.pricing.strategy.impl
Method parameters in de.hybris.platform.b2ctelcoservices.pricing.strategy.impl with type arguments of type TmaProdOfferPriceAlterationModel Modifier and Type Method Description protected java.lang.DoubleDefaultTmaFindOrderEntryPriceStrategy. getPriceAmount(TmaProductOfferingPriceModel productOfferingPrice, BillingTimeModel billingTime, java.util.List<TmaProdOfferPriceAlterationModel> discounts)Returns the price amount of the given {@param productOfferingPrice} for the {@param billingTime}
-