Uses of Class
org.exoplatform.commons.api.notification.model.WebNotificationFilter
Packages that use WebNotificationFilter
Package
Description
-
Uses of WebNotificationFilter in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return WebNotificationFilterModifier and TypeMethodDescriptionWebNotificationFilter.setOnPopover(boolean onPopover) WebNotificationFilter.setOrder(boolean isOrder) WebNotificationFilter.setParameter(String paramName, String paramValue) WebNotificationFilter.setPluginKey(PluginKey pluginKey) WebNotificationFilter.setRead(boolean isRead) -
Uses of WebNotificationFilter in org.exoplatform.commons.api.notification.service
Methods in org.exoplatform.commons.api.notification.service with parameters of type WebNotificationFilterModifier and TypeMethodDescriptionWebNotificationService.get(WebNotificationFilter filter, int offset, int limit) Gets the notification list by the given filter.default List<NotificationInfo>WebNotificationService.getNotificationInfos(WebNotificationFilter filter, int offset, int limit) Gets the NotificationInfo list by the given filter. -
Uses of WebNotificationFilter in org.exoplatform.commons.api.notification.service.storage
Methods in org.exoplatform.commons.api.notification.service.storage with parameters of type WebNotificationFilterModifier and TypeMethodDescriptionWebNotificationStorage.get(WebNotificationFilter filter, int offset, int limit) Gets the notification list by the given filter.