Uses of Class
de.hybris.platform.commercewebservicescommons.dto.storesession.CurrencyWsDTO
-
-
Uses of CurrencyWsDTO in de.hybris.platform.commercewebservicescommons.dto.basestore
Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return CurrencyWsDTO Modifier and Type Method Description CurrencyWsDTOBaseStoreWsDTO. getDefaultCurrency()Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return types with arguments of type CurrencyWsDTO Modifier and Type Method Description java.util.List<CurrencyWsDTO>BaseStoreWsDTO. getCurrencies()Methods in de.hybris.platform.commercewebservicescommons.dto.basestore with parameters of type CurrencyWsDTO Modifier and Type Method Description voidBaseStoreWsDTO. setDefaultCurrency(CurrencyWsDTO defaultCurrency)Method parameters in de.hybris.platform.commercewebservicescommons.dto.basestore with type arguments of type CurrencyWsDTO Modifier and Type Method Description voidBaseStoreWsDTO. setCurrencies(java.util.List<CurrencyWsDTO> currencies) -
Uses of CurrencyWsDTO in de.hybris.platform.commercewebservicescommons.dto.storesession
Methods in de.hybris.platform.commercewebservicescommons.dto.storesession that return types with arguments of type CurrencyWsDTO Modifier and Type Method Description java.util.List<CurrencyWsDTO>CurrencyListWsDTO. getCurrencies()Method parameters in de.hybris.platform.commercewebservicescommons.dto.storesession with type arguments of type CurrencyWsDTO Modifier and Type Method Description voidCurrencyListWsDTO. setCurrencies(java.util.List<CurrencyWsDTO> currencies) -
Uses of CurrencyWsDTO in de.hybris.platform.commercewebservicescommons.dto.user
Methods in de.hybris.platform.commercewebservicescommons.dto.user that return CurrencyWsDTO Modifier and Type Method Description CurrencyWsDTOUserWsDTO. getCurrency()Methods in de.hybris.platform.commercewebservicescommons.dto.user with parameters of type CurrencyWsDTO Modifier and Type Method Description voidUserWsDTO. setCurrency(CurrencyWsDTO currency) -
Uses of CurrencyWsDTO in de.hybris.platform.commercewebservicescommons.dto.voucher
Methods in de.hybris.platform.commercewebservicescommons.dto.voucher that return CurrencyWsDTO Modifier and Type Method Description CurrencyWsDTOVoucherWsDTO. getCurrency()Methods in de.hybris.platform.commercewebservicescommons.dto.voucher with parameters of type CurrencyWsDTO Modifier and Type Method Description voidVoucherWsDTO. setCurrency(CurrencyWsDTO currency) -
Uses of CurrencyWsDTO in de.hybris.platform.savedorderformsoccaddon.dto
Methods in de.hybris.platform.savedorderformsoccaddon.dto that return CurrencyWsDTO Modifier and Type Method Description CurrencyWsDTOOrderFormWsDTO. getCurrency()Methods in de.hybris.platform.savedorderformsoccaddon.dto with parameters of type CurrencyWsDTO Modifier and Type Method Description voidOrderFormWsDTO. setCurrency(CurrencyWsDTO currency)
-