Uses of Class
org.exoplatform.commons.api.notification.model.WebNotificationFilter
-
-
Uses of WebNotificationFilter in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return WebNotificationFilter Modifier and Type Method Description WebNotificationFilterWebNotificationFilter. setOnPopover(boolean onPopover)WebNotificationFilterWebNotificationFilter. setOrder(boolean isOrder)WebNotificationFilterWebNotificationFilter. setParameter(String paramName, String paramValue)WebNotificationFilterWebNotificationFilter. setPluginKey(PluginKey pluginKey)WebNotificationFilterWebNotificationFilter. 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 WebNotificationFilter Modifier and Type Method Description List<String>WebNotificationService. 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 WebNotificationFilter Modifier and Type Method Description List<NotificationInfo>WebNotificationStorage. get(WebNotificationFilter filter, int offset, int limit)Gets the notification list by the given filter.
-