Uses of Class
de.hybris.platform.commercewebservicescommons.dto.user.CountryWsDTO
-
Packages that use CountryWsDTO Package Description de.hybris.platform.commercewebservicescommons.dto.basestore de.hybris.platform.commercewebservicescommons.dto.user -
-
Uses of CountryWsDTO in de.hybris.platform.commercewebservicescommons.dto.basestore
Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return types with arguments of type CountryWsDTO Modifier and Type Method Description java.util.List<CountryWsDTO>BaseStoreWsDTO. getDeliveryCountries()Method parameters in de.hybris.platform.commercewebservicescommons.dto.basestore with type arguments of type CountryWsDTO Modifier and Type Method Description voidBaseStoreWsDTO. setDeliveryCountries(java.util.List<CountryWsDTO> deliveryCountries) -
Uses of CountryWsDTO in de.hybris.platform.commercewebservicescommons.dto.user
Methods in de.hybris.platform.commercewebservicescommons.dto.user that return CountryWsDTO Modifier and Type Method Description CountryWsDTOAddressWsDTO. getCountry()Methods in de.hybris.platform.commercewebservicescommons.dto.user that return types with arguments of type CountryWsDTO Modifier and Type Method Description java.util.List<CountryWsDTO>CountryListWsDTO. getCountries()Methods in de.hybris.platform.commercewebservicescommons.dto.user with parameters of type CountryWsDTO Modifier and Type Method Description voidAddressWsDTO. setCountry(CountryWsDTO country)Method parameters in de.hybris.platform.commercewebservicescommons.dto.user with type arguments of type CountryWsDTO Modifier and Type Method Description voidCountryListWsDTO. setCountries(java.util.List<CountryWsDTO> countries)
-