Uses of Class
com.jalios.jcms.push.Notification
-
Packages that use Notification Package Description com.jalios.jcms.push -
-
Uses of Notification in com.jalios.jcms.push
Methods in com.jalios.jcms.push that return types with arguments of type Notification Modifier and Type Method Description java.util.List<Notification>
PushNotificationManager. getNotificationList(Member mbr, java.util.List<java.util.regex.Pattern> eventFilterPatternList, java.util.List<java.util.regex.Pattern> typeFilterPatternList)
get the notification list for an userMethods in com.jalios.jcms.push with parameters of type Notification Modifier and Type Method Description void
PushNotificationManager. addNotification(Notification notification)
Add a notificationvoid
PushNotificationManager. commitSend(Notification notification, Member mbr)
Commit a notification delivery (cannot be sure but the notification has been written to output stream)void
PushNotificationManager. deleteNotification(Notification notification)
Delete an existing notification
-