Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaAbstractOrderRecurringChargePriceModel
-
Packages that use TmaAbstractOrderRecurringChargePriceModel Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.b2ctelcofacades.price.converters -
-
Uses of TmaAbstractOrderRecurringChargePriceModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return TmaAbstractOrderRecurringChargePriceModel Modifier and Type Method Description protected TmaAbstractOrderRecurringChargePriceModelTmaAbstractOrderCompositePriceDataPopulatorIntegrationTest. createRecurringChargePrice(double dutyFreeAmount, double taxIncludedAmount, double taxRate, int cycleStart)protected TmaAbstractOrderRecurringChargePriceModelTmaAbstractOrderCompositePriceDataPopulatorIntegrationTest. createRecurringChargePrice(double dutyFreeAmount, double taxIncludedAmount, double taxRate, int cycleStart, int cycleEnd) -
Uses of TmaAbstractOrderRecurringChargePriceModel in de.hybris.platform.b2ctelcofacades.price.converters
Classes in de.hybris.platform.b2ctelcofacades.price.converters with type parameters of type TmaAbstractOrderRecurringChargePriceModel Modifier and Type Class Description classTmaAbstractOrderRecurringChargePriceDataPopulator<SOURCE extends TmaAbstractOrderRecurringChargePriceModel,TARGET extends TmaAbstractOrderRecurringChargePriceData>Populator implementation forTmaAbstractOrderRecurringChargePriceModelas source andTmaAbstractOrderRecurringChargePriceDataas target type.
-