Class ProductVolumePricesPopulator<SOURCE extends ProductModel,TARGET extends ProductData>
java.lang.Object
de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator<SOURCE,TARGET>
de.hybris.platform.commercefacades.product.converters.populator.ProductVolumePricesPopulator<SOURCE,TARGET>
de.hybris.platform.acceleratorfacades.product.converters.populator.ProductVolumePricesPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
@Deprecated(since="2105",
forRemoval=true)
public class ProductVolumePricesPopulator<SOURCE extends ProductModel,TARGET extends ProductData>
extends ProductVolumePricesPopulator<SOURCE,TARGET>
Deprecated, for removal: This API element is subject to removal in a future version.
this has been moved to commerceservices, class is left empty for backwards compatibility.
Populator for product volume prices.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.commercefacades.product.converters.populator.ProductVolumePricesPopulator
ProductVolumePricesPopulator.VolumePriceComparator -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class de.hybris.platform.commercefacades.product.converters.populator.ProductVolumePricesPopulator
createPriceData, createPrices, getMinQuantity, getPriceDataFactory, getPriceService, getPriceType, populate, setPriceDataFactory, setPriceServiceMethods inherited from class de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator
getModelService, getProductAttribute, safeToString, setModelService
-
Constructor Details
-
ProductVolumePricesPopulator
public ProductVolumePricesPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-