Uses of Class
de.hybris.platform.b2ctelcofacades.data.TmaComponentProdOfferPriceData
-
-
Uses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productofferingprice
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productofferingprice with parameters of type TmaComponentProdOfferPriceData Modifier and Type Method Description voidTmaPopPriceAttributeMapper. populateTargetAttributeFromSource(TmaComponentProdOfferPriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context)voidTmaPopPriceTypeAttributeMapper. populateTargetAttributeFromSource(TmaComponentProdOfferPriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) -
Uses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcofacades.data
Subclasses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcofacades.data Modifier and Type Class Description classTmaAbstractProdOfferPriceChargeDataclassTmaDiscountProdOfferPriceAlterationDataclassTmaOneTimeProdOfferPriceChargeDataclassTmaProdOfferPriceAlterationDataclassTmaRecurringProdOfferPriceChargeDataclassTmaUsageProdOfferPriceChargeData -
Uses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcofacades.price
Methods in de.hybris.platform.b2ctelcofacades.price with type parameters of type TmaComponentProdOfferPriceData Modifier and Type Method Description <T extends TmaComponentProdOfferPriceData>
java.util.List<T>TmaPriceFacade. getListOfPriceComponents(TmaProductOfferingPriceData productOfferingPrice, java.lang.Class<T> componentPriceType)Determines the list of price components of type provided by navigating though the structure of the product offering price given. -
Uses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcofacades.price.impl
Methods in de.hybris.platform.b2ctelcofacades.price.impl with type parameters of type TmaComponentProdOfferPriceData Modifier and Type Method Description <T extends TmaComponentProdOfferPriceData>
java.util.List<T>DefaultTmaPriceFacade. getListOfPriceComponents(TmaProductOfferingPriceData productOfferingPrice, java.lang.Class<T> componentPriceType)Determines the list of price components of type provided by navigating though the structure of the product offering price given. -
Uses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators
Classes in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with type parameters of type TmaComponentProdOfferPriceData Modifier and Type Class Description classTmaComponentProdOfferPricePopulator<SOURCE extends TmaComponentProdOfferPriceModel,TARGET extends TmaComponentProdOfferPriceData>Populates the attributes ofTmaComponentProdOfferPriceDatafromTmaComponentProdOfferPriceModel. -
Uses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingprice
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingprice with parameters of type TmaComponentProdOfferPriceData Modifier and Type Method Description voidPopPriceAttributeMapper. populateTargetAttributeFromSource(TmaComponentProdOfferPriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) -
Uses of TmaComponentProdOfferPriceData in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productofferingprice
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productofferingprice with parameters of type TmaComponentProdOfferPriceData Modifier and Type Method Description voidPopPriceAttributeMapper. populateTargetAttributeFromSource(TmaComponentProdOfferPriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context)
-