Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaAbstractOrderChargePriceModel
Packages that use TmaAbstractOrderChargePriceModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
-
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type TmaAbstractOrderChargePriceModelModifier and TypeMethodDescriptionprotected 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 TmaAbstractOrderChargePriceModelModifier and TypeClassDescriptionclassTmaAbstractOrderChargePriceDataPopulator<S extends TmaAbstractOrderChargePriceModel,T extends TmaAbstractOrderChargePriceData> Populator implementation forTmaAbstractOrderChargePriceModelas source andTmaAbstractOrderChargePriceDataas target type. -
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcoservices.model
Modifier and TypeClassDescriptionclassGenerated model class for type TmaAbstractOrderOneTimeChargePrice first defined at extension tuadatacommonsservices.classGenerated model class for type TmaAbstractOrderRecurringChargePrice first defined at extension tuadatacommonsservices.classGenerated model class for type TmaAbstractOrderUsageChargePrice first defined at extension tuadatacommonsservices. -
Uses of TmaAbstractOrderChargePriceModel in de.hybris.platform.b2ctelcoservices.pricing.services.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.services.impl that return TmaAbstractOrderChargePriceModelModifier and TypeMethodDescriptionprotected TmaAbstractOrderChargePriceModelDefaultTmaCalculationService.createCartPriceForDiscountValue(AbstractOrderEntryModel entry, de.hybris.platform.util.DiscountValue discountValue) Deprecated.since 2007.protected TmaAbstractOrderChargePriceModelDefaultTmaCalculationService.createCartPriceForDiscountValue(AbstractOrderModel order, de.hybris.platform.util.DiscountValue discountValue) Deprecated.since 2007. -
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 TmaAbstractOrderChargePriceModelModifier and TypeMethodDescriptionprotected voidDefaultTmaAbstractOrderEntryPriceBuilder.populateBillingTime(ChargeEntryModel chargeEntry, TmaAbstractOrderChargePriceModel priceCharge) Populates theTmaAbstractOrderChargePriceModelwith the billing time information.protected voidDefaultTmaAbstractOrderEntryPriceBuilder.populatePriceValues(Double price, AbstractOrderEntryModel entry, List<de.hybris.platform.util.TaxValue> taxes, TmaAbstractOrderChargePriceModel priceCharge) Populates the price values for the order entry price charge.