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 NotificationGroup. notificationprotected NotificationMember. notificationMethods in com.jalios.jcms that return Notification Modifier and Type Method Description NotificationGroup. getNotification()Retrieves the notifications defined for members of this group.NotificationMember. getNotification()Get the NotificationMethods in com.jalios.jcms with parameters of type Notification Modifier and Type Method Description static booleanNotificationManager. isDefault(Notification notification)Tell if the given notification is equivalent to no notification at all.voidGroup. setNotification(Notification notification)Set the notifications to use for members of this group.voidMember. 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 NotificationDBMember. getNotification()Methods in com.jalios.jcms.dbmember with parameters of type Notification Modifier and Type Method Description voidDBMember. 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 NotificationEditGroupHandler. notificationprotected NotificationEditMemberHandler. notificationprotected NotificationEditNotificationCriteriaHandler. notificationprotected NotificationEditNotificationHandler. objMethods in com.jalios.jcms.handler that return Notification Modifier and Type Method Description NotificationEditNotificationHandler. getNotification()NotificationEditNotificationHandler. performCreate()Methods in com.jalios.jcms.handler with parameters of type Notification Modifier and Type Method Description voidEditNotificationHandler. performDelete(Notification notification)voidEditNotificationHandler. performUpdate(Notification notification)
-