Uses of Class
de.hybris.platform.notificationservices.model.SiteMessageForCustomerModel
Packages that use SiteMessageForCustomerModel
Package
Description
-
Uses of SiteMessageForCustomerModel in de.hybris.platform.notificationfacades.facades.impl
Methods in de.hybris.platform.notificationfacades.facades.impl that return types with arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionDefaultSiteMessageFacade.getSiteMessageSearchPageDataConverter()Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionvoidDefaultSiteMessageFacade.setSiteMessageSearchPageDataConverter(Converter<SearchPageData<SiteMessageForCustomerModel>, SearchPageData<SiteMessageData>> converter) -
Uses of SiteMessageForCustomerModel in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators that return types with arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionprotected Converter<SiteMessageForCustomerModel,SiteMessageData> SiteMessageSearchPageDataPopulator.getSiteMessageConverter()Methods in de.hybris.platform.notificationfacades.populators with parameters of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionvoidSiteMessagePopulator.populate(SiteMessageForCustomerModel source, SiteMessageData target) Method parameters in de.hybris.platform.notificationfacades.populators with type arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionvoidSiteMessageSearchPageDataPopulator.populate(SearchPageData<SiteMessageForCustomerModel> source, SearchPageData<SiteMessageData> target) voidSiteMessageSearchPageDataPopulator.setSiteMessageConverter(Converter<SiteMessageForCustomerModel, SiteMessageData> siteMessageConverter) -
Uses of SiteMessageForCustomerModel in de.hybris.platform.notificationservices.dao
Methods in de.hybris.platform.notificationservices.dao that return types with arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionSiteMessageDao.findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData) Finds all paginated site messageSiteMessageDao.findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) Finds paginated site message for given parametersSiteMessageDao.findSiteMessagesForCustomer(CustomerModel customer) Finds all site message of the customer -
Uses of SiteMessageForCustomerModel in de.hybris.platform.notificationservices.dao.impl
Methods in de.hybris.platform.notificationservices.dao.impl that return types with arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionDefaultSiteMessageDao.findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData) DefaultSiteMessageDao.findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) DefaultSiteMessageDao.findSiteMessagesForCustomer(CustomerModel customer) -
Uses of SiteMessageForCustomerModel in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service that return types with arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionSiteMessageService.getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData) Gets all paginated site messagesSiteMessageService.getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) Gets paginated site messages for the given typeSiteMessageService.getSiteMessagesForCustomer(CustomerModel customer) Gets all site message of the customer -
Uses of SiteMessageForCustomerModel in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl that return types with arguments of type SiteMessageForCustomerModelModifier and TypeMethodDescriptionDefaultSiteMessageService.getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData) DefaultSiteMessageService.getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) DefaultSiteMessageService.getSiteMessagesForCustomer(CustomerModel customer)