Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaAbstractOrderOneTimeChargePriceModel
-
-
Uses of TmaAbstractOrderOneTimeChargePriceModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return TmaAbstractOrderOneTimeChargePriceModel Modifier and Type Method Description protected TmaAbstractOrderOneTimeChargePriceModelTmaAbstractOrderCompositePriceDataPopulatorIntegrationTest. createOneTimeChargePrice(double dutyFreeAmount, double taxIncludedAmount, double taxRate) -
Uses of TmaAbstractOrderOneTimeChargePriceModel in de.hybris.platform.b2ctelcofacades.price.converters
Classes in de.hybris.platform.b2ctelcofacades.price.converters with type parameters of type TmaAbstractOrderOneTimeChargePriceModel Modifier and Type Class Description classTmaAbstractOrderOneTimeChargePriceDataPopulator<SOURCE extends TmaAbstractOrderOneTimeChargePriceModel,TARGET extends TmaAbstractOrderOneTimeChargePriceData>Populator implementation forTmaAbstractOrderOneTimeChargePriceModelas source andTmaAbstractOrderOneTimeChargePriceDataas target type. -
Uses of TmaAbstractOrderOneTimeChargePriceModel in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.order.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.order.impl with parameters of type TmaAbstractOrderOneTimeChargePriceModel Modifier and Type Method Description protected voidDefaultTmaAbstractOrderPriceBuilder. setPriceValues(java.lang.Double price, AbstractOrderModel order, TmaAbstractOrderOneTimeChargePriceModel orderPrice, java.lang.Double taxRate) -
Uses of TmaAbstractOrderOneTimeChargePriceModel in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry.impl that return TmaAbstractOrderOneTimeChargePriceModel Modifier and Type Method Description protected TmaAbstractOrderOneTimeChargePriceModelTmaAbstractOrderOneTimeChargePriceBuilder. createAbstractOrderOneTimeChargePrice(java.lang.Double price, BillingTimeModel billingTime, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)
-