Uses of Enum Class
de.hybris.platform.commercefacades.product.data.PriceDataType
Packages that use PriceDataType
Package
Description
-
Uses of PriceDataType in de.hybris.platform.b2ctelcofacades.price
Methods in de.hybris.platform.b2ctelcofacades.price that return PriceDataTypeModifier and TypeMethodDescriptionTmaPriceFacade.getPriceDataType(ProductModel product) Returns thePriceDataTypefor the given.TmaPriceDataFactory.getPriceDataTypeForProduct(ProductModel product) Returns thePriceDataTypefor the given.Methods in de.hybris.platform.b2ctelcofacades.price with parameters of type PriceDataTypeModifier and TypeMethodDescriptionTmaPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) Creates a PriceData object with a formatted currency string based on the price type and currency.TmaPriceDataFactory.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.b2ctelcofacades.price.impl
Methods in de.hybris.platform.b2ctelcofacades.price.impl that return PriceDataTypeModifier and TypeMethodDescriptionDefaultTmaPriceFacade.getPriceDataType(ProductModel product) DefaultTmaPriceDataFactory.getPriceDataTypeForProduct(ProductModel product) Methods in de.hybris.platform.b2ctelcofacades.price.impl with parameters of type PriceDataTypeModifier and TypeMethodDescriptionDefaultTmaPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) DefaultTmaPriceDataFactory.create(PriceDataType priceType, BigDecimal value, String currencyIso) -
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