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.setParameter(String paramName, String paramValue) -
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.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.