Uses of Class
de.hybris.platform.b2ctelcofacades.data.TmaPriceContextData
Packages that use TmaPriceContextData
Package
Description
-
Uses of TmaPriceContextData in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type TmaPriceContextDataModifier and TypeMethodDescriptionvoidTmaPriceContextDataReversePopulator.populate(TmaPriceContextData source, TmaPriceContext target) -
Uses of TmaPriceContextData in de.hybris.platform.b2ctelcofacades.product
Methods in de.hybris.platform.b2ctelcofacades.product with parameters of type TmaPriceContextDataModifier and TypeMethodDescriptionTmaProductOfferFacade.getPoForCode(String poCode, Collection<ProductOption> productOptions, TmaPriceContextData priceContextData) Retrieves theProductDatawith the given code, with additional information provided as and prices of theTmaProductOfferingModelbased on theTmaPriceContextData. -
Uses of TmaPriceContextData in de.hybris.platform.b2ctelcofacades.product.impl
Methods in de.hybris.platform.b2ctelcofacades.product.impl that return types with arguments of type TmaPriceContextDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaPriceContextData,TmaPriceContext> DefaultTmaProductOfferFacade.getPriceContextDataReverseConverter()Methods in de.hybris.platform.b2ctelcofacades.product.impl with parameters of type TmaPriceContextDataModifier and TypeMethodDescriptionDefaultTmaProductOfferFacade.getPoForCode(String poCode, Collection<ProductOption> productOptions, TmaPriceContextData priceContextData) protected List<PriceRowModel>DefaultTmaProductOfferFacade.getPriceRowModels(String poCode, TmaPriceContextData priceContext, TmaProductOfferingModel productOffering) protected voidDefaultTmaProductOfferFacade.setProductDataPrices(String poCode, TmaPriceContextData priceContext, TmaProductOfferingModel productOffering, ProductData productData) Sets the prices on the product data object as SPP data objects.protected voidTmaProductOfferCpFacade.setProductDataPrices(String poCode, TmaPriceContextData priceContext, TmaProductOfferingModel productOffering, ProductData productData) Method parameters in de.hybris.platform.b2ctelcofacades.product.impl with type arguments of type TmaPriceContextDataModifier and TypeMethodDescriptionvoidDefaultTmaProductOfferFacade.setPriceContextDataReverseConverter(de.hybris.platform.servicelayer.dto.converter.Converter<TmaPriceContextData, TmaPriceContext> priceContextDataReverseConverter)