Uses of Class
de.hybris.platform.commercefacades.product.data.PriceDataType
-
-
Uses of PriceDataType in de.hybris.platform.acceleratorfacades.product.converters.populator
Methods in de.hybris.platform.acceleratorfacades.product.converters.populator that return PriceDataType Modifier and Type Method Description protected PriceDataTypeProductVolumePricesPopulator. getPriceType(ProductModel productModel)Methods in de.hybris.platform.acceleratorfacades.product.converters.populator with parameters of type PriceDataType Modifier and Type Method Description protected PriceDataProductVolumePricesPopulator. createPriceData(PriceDataType priceType, PriceInformation priceInfo) -
Uses of PriceDataType in de.hybris.platform.commercefacades.product
Methods in de.hybris.platform.commercefacades.product with parameters of type PriceDataType Modifier and Type Method Description PriceDataPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)Creates a PriceData object with a formatted currency string based on the price type and currency.PriceDataPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.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 with parameters of type PriceDataType Modifier and Type Method Description protected PriceDataProductPriceRangePopulator. 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 PriceDataType Modifier and Type Method Description PriceDataTypePriceData. getPriceType()static PriceDataTypePriceDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PriceDataType[]PriceDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.commercefacades.product.data with parameters of type PriceDataType Modifier and Type Method Description voidPriceData. setPriceType(PriceDataType priceType) -
Uses of PriceDataType in de.hybris.platform.commercefacades.product.impl
Methods in de.hybris.platform.commercefacades.product.impl with parameters of type PriceDataType Modifier and Type Method Description PriceDataDefaultPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)PriceDataDefaultPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.String currencyIso) -
Uses of PriceDataType in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return PriceDataType Modifier and Type Method Description PriceDataTypeNoConfigPrice. getPriceType()Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type PriceDataType Modifier and Type Method Description PriceDataConfigPricingImplTest.DummyPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)PriceDataConfigPricingImplTest.DummyPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.String currencyIso)voidNoConfigPrice. setPriceType(PriceDataType priceType) -
Uses of PriceDataType in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Methods in de.hybris.platform.sap.sapordermgmtservices.converters.populator with parameters of type PriceDataType Modifier and Type Method Description PriceDataDefaultPriceDataFactoryForTest. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)PriceDataDefaultPriceDataFactoryForTest. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.String currencyIso)
-