Uses of Class
de.hybris.platform.commercewebservicescommons.dto.storesession.LanguageWsDTO
-
-
Uses of LanguageWsDTO in de.hybris.platform.commercewebservicescommons.dto.basesite
Methods in de.hybris.platform.commercewebservicescommons.dto.basesite that return LanguageWsDTO Modifier and Type Method Description LanguageWsDTOBaseSiteWsDTO. getDefaultLanguage()Methods in de.hybris.platform.commercewebservicescommons.dto.basesite with parameters of type LanguageWsDTO Modifier and Type Method Description voidBaseSiteWsDTO. setDefaultLanguage(LanguageWsDTO defaultLanguage) -
Uses of LanguageWsDTO in de.hybris.platform.commercewebservicescommons.dto.basestore
Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return LanguageWsDTO Modifier and Type Method Description LanguageWsDTOBaseStoreWsDTO. getDefaultLanguage()Methods in de.hybris.platform.commercewebservicescommons.dto.basestore that return types with arguments of type LanguageWsDTO Modifier and Type Method Description java.util.List<LanguageWsDTO>BaseStoreWsDTO. getLanguages()Methods in de.hybris.platform.commercewebservicescommons.dto.basestore with parameters of type LanguageWsDTO Modifier and Type Method Description voidBaseStoreWsDTO. setDefaultLanguage(LanguageWsDTO defaultLanguage)Method parameters in de.hybris.platform.commercewebservicescommons.dto.basestore with type arguments of type LanguageWsDTO Modifier and Type Method Description voidBaseStoreWsDTO. setLanguages(java.util.List<LanguageWsDTO> languages) -
Uses of LanguageWsDTO in de.hybris.platform.commercewebservicescommons.dto.storesession
Methods in de.hybris.platform.commercewebservicescommons.dto.storesession that return types with arguments of type LanguageWsDTO Modifier and Type Method Description java.util.List<LanguageWsDTO>LanguageListWsDTO. getLanguages()Method parameters in de.hybris.platform.commercewebservicescommons.dto.storesession with type arguments of type LanguageWsDTO Modifier and Type Method Description voidLanguageListWsDTO. setLanguages(java.util.List<LanguageWsDTO> languages) -
Uses of LanguageWsDTO in de.hybris.platform.commercewebservicescommons.dto.user
Methods in de.hybris.platform.commercewebservicescommons.dto.user that return LanguageWsDTO Modifier and Type Method Description LanguageWsDTOUserWsDTO. getLanguage()Methods in de.hybris.platform.commercewebservicescommons.dto.user with parameters of type LanguageWsDTO Modifier and Type Method Description voidUserWsDTO. setLanguage(LanguageWsDTO language)
-