Uses of Class
de.hybris.platform.commercefacades.storesession.data.CurrencyData
-
-
Uses of CurrencyData in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that return CurrencyData Modifier and Type Method Description CurrencyDataAbstractPageController. getCurrentCurrency()Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that return types with arguments of type CurrencyData Modifier and Type Method Description java.util.Collection<CurrencyData>AbstractPageController. getCurrencies() -
Uses of CurrencyData in de.hybris.platform.b2ctelcofacades.data
Methods in de.hybris.platform.b2ctelcofacades.data that return CurrencyData Modifier and Type Method Description CurrencyDataTmaComponentProdOfferPriceData. getCurrency()Methods in de.hybris.platform.b2ctelcofacades.data with parameters of type CurrencyData Modifier and Type Method Description voidTmaComponentProdOfferPriceData. setCurrency(CurrencyData currency) -
Uses of CurrencyData in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators
Methods in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators that return types with arguments of type CurrencyData Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyModel,CurrencyData>TmaComponentProdOfferPricePopulator. getCurrencyConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with type arguments of type CurrencyData Constructor Description TmaComponentProdOfferPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyModel,CurrencyData> currencyConverter) -
Uses of CurrencyData in de.hybris.platform.commercefacades.basestore.data
Methods in de.hybris.platform.commercefacades.basestore.data that return CurrencyData Modifier and Type Method Description CurrencyDataBaseStoreData. getDefaultCurrency()Methods in de.hybris.platform.commercefacades.basestore.data that return types with arguments of type CurrencyData Modifier and Type Method Description java.util.List<CurrencyData>BaseStoreData. getCurrencies()Methods in de.hybris.platform.commercefacades.basestore.data with parameters of type CurrencyData Modifier and Type Method Description voidBaseStoreData. setDefaultCurrency(CurrencyData defaultCurrency)Method parameters in de.hybris.platform.commercefacades.basestore.data with type arguments of type CurrencyData Modifier and Type Method Description voidBaseStoreData. setCurrencies(java.util.List<CurrencyData> currencies) -
Uses of CurrencyData in de.hybris.platform.commercefacades.user.data
Methods in de.hybris.platform.commercefacades.user.data that return CurrencyData Modifier and Type Method Description CurrencyDataCustomerData. getCurrency()Methods in de.hybris.platform.commercefacades.user.data with parameters of type CurrencyData Modifier and Type Method Description voidCustomerData. setCurrency(CurrencyData currency) -
Uses of CurrencyData in de.hybris.platform.commercefacades.voucher.data
Methods in de.hybris.platform.commercefacades.voucher.data that return CurrencyData Modifier and Type Method Description CurrencyDataVoucherData. getCurrency()Methods in de.hybris.platform.commercefacades.voucher.data with parameters of type CurrencyData Modifier and Type Method Description voidVoucherData. setCurrency(CurrencyData currency) -
Uses of CurrencyData in de.hybris.platform.commercewebservices.core.storesession.data
Methods in de.hybris.platform.commercewebservices.core.storesession.data that return types with arguments of type CurrencyData Modifier and Type Method Description java.util.Collection<CurrencyData>CurrencyDataList. getCurrencies()Method parameters in de.hybris.platform.commercewebservices.core.storesession.data with type arguments of type CurrencyData Modifier and Type Method Description voidCurrencyDataList. setCurrencies(java.util.Collection<CurrencyData> currencies)
-