Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaAbstractOrderChargePriceModel
-
Packages that use TmaAbstractOrderChargePriceModel Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.b2ctelcofacades.price.converters de.hybris.platform.b2ctelcoservices.model Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.de.hybris.platform.b2ctelcoservices.pricing.services.impl de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry -
-
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type TmaAbstractOrderChargePriceModel Modifier and Type Method Description protected voidTmaAbstractOrderCompositePriceDataPopulatorIntegrationTest. setGenericValues(TmaAbstractOrderChargePriceModel priceModel, double dutyFreeAmount, double taxIncludedAmount, double taxRate) -
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcofacades.price.converters
Classes in de.hybris.platform.b2ctelcofacades.price.converters with type parameters of type TmaAbstractOrderChargePriceModel Modifier and Type Class Description classTmaAbstractOrderChargePriceDataPopulator<S extends TmaAbstractOrderChargePriceModel,T extends TmaAbstractOrderChargePriceData>Populator implementation forTmaAbstractOrderChargePriceModelas source andTmaAbstractOrderChargePriceDataas target type. -
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcoservices.model
Subclasses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcoservices.model Modifier and Type Class Description classTmaAbstractOrderOneTimeChargePriceModelGenerated model class for type TmaAbstractOrderOneTimeChargePrice first defined at extension b2ctelcoservices.classTmaAbstractOrderRecurringChargePriceModelGenerated model class for type TmaAbstractOrderRecurringChargePrice first defined at extension b2ctelcoservices.classTmaAbstractOrderUsageChargePriceModelGenerated model class for type TmaAbstractOrderUsageChargePrice first defined at extension b2ctelcoservices. -
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcoservices.pricing.services.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.services.impl that return TmaAbstractOrderChargePriceModel Modifier and Type Method Description protected TmaAbstractOrderChargePriceModelDefaultTmaCalculationService. createCartPriceForDiscountValue(AbstractOrderEntryModel entry, de.hybris.platform.util.DiscountValue discountValue)protected TmaAbstractOrderChargePriceModelDefaultTmaCalculationService. createCartPriceForDiscountValue(AbstractOrderModel order, de.hybris.platform.util.DiscountValue discountValue) -
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry
Methods in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry with parameters of type TmaAbstractOrderChargePriceModel Modifier and Type Method Description protected voidDefaultTmaAbstractOrderEntryPriceBuilder. populateBillingTime(ChargeEntryModel chargeEntry, TmaAbstractOrderChargePriceModel priceCharge)Populates theTmaAbstractOrderChargePriceModelwith the billing time information.protected voidDefaultTmaAbstractOrderEntryPriceBuilder. populatePriceValues(java.lang.Double price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes, TmaAbstractOrderChargePriceModel priceCharge)Populates the price values for the order entry price charge.
-