public interface INotificationFilter
FilteringNotificationServiceDecorator; rules may be combined.| Modifier and Type | Method and Description |
|---|---|
boolean |
doFilter(org.jasig.portlet.notice.NotificationCategory category,
org.jasig.portlet.notice.NotificationEntry entry)
Decides whether a
NotificationEntry stays or goes. |
boolean doFilter(org.jasig.portlet.notice.NotificationCategory category,
org.jasig.portlet.notice.NotificationEntry entry)
NotificationEntry stays or goes.category - The NotificationCategory to which the entry belongsentry - The NotificationEntry that may or may not survivetrue if the entry should survive, otherwise false