Uses of Class
de.hybris.platform.notificationservices.model.SiteMessageForCustomerModel
-
-
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 SiteMessageForCustomerModel Modifier and Type Method Description protected Converter<SearchPageData<SiteMessageForCustomerModel>,SearchPageData<SiteMessageData>>DefaultSiteMessageFacade. getSiteMessageSearchPageDataConverter()Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type SiteMessageForCustomerModel Modifier and Type Method Description voidDefaultSiteMessageFacade. 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 SiteMessageForCustomerModel Modifier and Type Method Description protected Converter<SiteMessageForCustomerModel,SiteMessageData>SiteMessageSearchPageDataPopulator. getSiteMessageConverter()Methods in de.hybris.platform.notificationfacades.populators with parameters of type SiteMessageForCustomerModel Modifier and Type Method Description voidSiteMessagePopulator. populate(SiteMessageForCustomerModel source, SiteMessageData target)Method parameters in de.hybris.platform.notificationfacades.populators with type arguments of type SiteMessageForCustomerModel Modifier and Type Method Description voidSiteMessageSearchPageDataPopulator. 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 SiteMessageForCustomerModel Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>SiteMessageDao. findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData)Finds all paginated site messageSearchPageData<SiteMessageForCustomerModel>SiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Finds paginated site message for given parametersjava.util.List<SiteMessageForCustomerModel>SiteMessageDao. 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 SiteMessageForCustomerModel Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageDao. findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData)SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)java.util.List<SiteMessageForCustomerModel>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 SiteMessageForCustomerModel Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>SiteMessageService. getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData)Gets all paginated site messagesSearchPageData<SiteMessageForCustomerModel>SiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Gets paginated site messages for the given typejava.util.List<SiteMessageForCustomerModel>SiteMessageService. 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 SiteMessageForCustomerModel Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageService. getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData)SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)java.util.List<SiteMessageForCustomerModel>DefaultSiteMessageService. getSiteMessagesForCustomer(CustomerModel customer)
-