Uses of Enum Class
de.hybris.platform.commercefacades.product.data.PriceDataType
Packages that use PriceDataType
Package
Description
-
Uses of PriceDataType in de.hybris.platform.commercefacades.product
Methods in de.hybris.platform.commercefacades.product with parameters of type PriceDataTypeModifier and TypeMethodDescriptionPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) Creates a PriceData object with a formatted currency string based on the price type and currency.PriceDataFactory.create(PriceDataType priceType, BigDecimal value, String currencyIso) Creates a PriceData object with a formatted currency string based on the price type and currency ISO code. -
Uses of PriceDataType in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return PriceDataTypeModifier and TypeMethodDescriptionprotected PriceDataTypeProductVolumePricesPopulator.getPriceType(ProductModel productModel) Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type PriceDataTypeModifier and TypeMethodDescriptionprotected PriceDataProductPriceRangePopulator.createPriceData(PriceDataType priceType, PriceInformation priceInfo) protected PriceDataProductVolumePricesPopulator.createPriceData(PriceDataType priceType, PriceInformation priceInfo) -
Uses of PriceDataType in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return PriceDataTypeModifier and TypeMethodDescriptionPriceData.getPriceType()static PriceDataTypeReturns the enum constant of this class with the specified name.static PriceDataType[]PriceDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.commercefacades.product.data with parameters of type PriceDataType -
Uses of PriceDataType in de.hybris.platform.commercefacades.product.impl
Methods in de.hybris.platform.commercefacades.product.impl with parameters of type PriceDataTypeModifier and TypeMethodDescriptionDefaultPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) DefaultPriceDataFactory.create(PriceDataType priceType, BigDecimal value, String currencyIso) -
Uses of PriceDataType in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return PriceDataTypeMethods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type PriceDataTypeModifier and TypeMethodDescriptionConfigPricingImplTest.DummyPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) ConfigPricingImplTest.DummyPriceDataFactory.create(PriceDataType priceType, BigDecimal value, String currencyIso) voidNoConfigPrice.setPriceType(PriceDataType priceType)