Uses of Class
de.hybris.platform.notificationoccaddon.dto.SiteMessageWsDTO
-
Packages that use SiteMessageWsDTO Package Description de.hybris.platform.notificationoccaddon.dto -
-
Uses of SiteMessageWsDTO in de.hybris.platform.notificationoccaddon.dto
Methods in de.hybris.platform.notificationoccaddon.dto that return types with arguments of type SiteMessageWsDTO Modifier and Type Method Description java.util.List<SiteMessageWsDTO>SiteMessageSearchPageWsDTO. getMessages()java.util.List<SiteMessageWsDTO>SiteMessageSearchResultWsDTO. getMessages()Method parameters in de.hybris.platform.notificationoccaddon.dto with type arguments of type SiteMessageWsDTO Modifier and Type Method Description voidSiteMessageSearchPageWsDTO. setMessages(java.util.List<SiteMessageWsDTO> messages)voidSiteMessageSearchResultWsDTO. setMessages(java.util.List<SiteMessageWsDTO> messages)
-