Uses of Class
com.jalios.jcms.Notification
-
Packages that use Notification Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.dbmember com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of Notification in com.jalios.jcms
Fields in com.jalios.jcms declared as Notification Modifier and Type Field Description protected Notification
Group. notification
protected Notification
Member. notification
Methods in com.jalios.jcms that return Notification Modifier and Type Method Description Notification
Group. getNotification()
Retrieves the notifications defined for members of this group.Notification
Member. getNotification()
Get the NotificationMethods in com.jalios.jcms with parameters of type Notification Modifier and Type Method Description static boolean
NotificationManager. isDefault(Notification notification)
Tell if the given notification is equivalent to no notification at all.void
Group. setNotification(Notification notification)
Set the notifications to use for members of this group.void
Member. setNotification(Notification notification)
Sets the NotificationConstructors in com.jalios.jcms with parameters of type Notification Constructor Description Notification(Notification other)
-
Uses of Notification in com.jalios.jcms.dbmember
Methods in com.jalios.jcms.dbmember that return Notification Modifier and Type Method Description Notification
DBMember. getNotification()
Methods in com.jalios.jcms.dbmember with parameters of type Notification Modifier and Type Method Description void
DBMember. setNotification(Notification notification)
-
Uses of Notification in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as Notification Modifier and Type Field Description protected Notification
EditGroupHandler. notification
protected Notification
EditMemberHandler. notification
protected Notification
EditNotificationCriteriaHandler. notification
protected Notification
EditNotificationHandler. obj
Methods in com.jalios.jcms.handler that return Notification Modifier and Type Method Description Notification
EditNotificationHandler. getNotification()
Notification
EditNotificationHandler. performCreate()
Methods in com.jalios.jcms.handler with parameters of type Notification Modifier and Type Method Description void
EditNotificationHandler. performDelete(Notification notification)
void
EditNotificationHandler. performUpdate(Notification notification)
-