Uses of Class
com.stratelia.silverpeas.notificationManager.constant.NotifAction

Packages that use NotifAction
com.silverpeas.comment.service   
com.silverpeas.notification.builder   
com.silverpeas.notification.delayed.model   
com.silverpeas.pdcSubscription   
com.stratelia.silverpeas.notificationManager   
com.stratelia.silverpeas.notificationManager.constant   
com.stratelia.webactiv.agenda.control   
com.stratelia.webactiv.agenda.notification   
org.silverpeas.publication.dateReminder.notification   
org.silverpeas.sharing.notification   
 

Uses of NotifAction in com.silverpeas.comment.service
 

Methods in com.silverpeas.comment.service that return NotifAction
protected  NotifAction CommentUserNotification.getAction()
           
 

Uses of NotifAction in com.silverpeas.notification.builder
 

Methods in com.silverpeas.notification.builder that return NotifAction
protected abstract  NotifAction AbstractUserNotificationBuilder.getAction()
          Gets the type of action on a resource
 

Uses of NotifAction in com.silverpeas.notification.delayed.model
 

Methods in com.silverpeas.notification.delayed.model that return NotifAction
 NotifAction DelayedNotificationData.getAction()
           
 

Methods in com.silverpeas.notification.delayed.model with parameters of type NotifAction
 void DelayedNotificationData.setAction(NotifAction action)
           
 

Uses of NotifAction in com.silverpeas.pdcSubscription
 

Methods in com.silverpeas.pdcSubscription that return NotifAction
protected  NotifAction PdcSubscriptionDeletionUserNotification.getAction()
           
protected  NotifAction PdcResourceClassificationUserNotification.getAction()
           
 

Uses of NotifAction in com.stratelia.silverpeas.notificationManager
 

Fields in com.stratelia.silverpeas.notificationManager declared as NotifAction
 NotifAction NotificationParameters.eAction
           
 

Methods in com.stratelia.silverpeas.notificationManager that return NotifAction
 NotifAction NotificationMetaData.getAction()
           
 

Methods in com.stratelia.silverpeas.notificationManager with parameters of type NotifAction
 void NotificationMetaData.setAction(NotifAction action)
           
 

Uses of NotifAction in com.stratelia.silverpeas.notificationManager.constant
 

Methods in com.stratelia.silverpeas.notificationManager.constant that return NotifAction
static NotifAction NotifAction.decode(Integer id)
           
static NotifAction NotifAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotifAction[] NotifAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of NotifAction in com.stratelia.webactiv.agenda.control
 

Methods in com.stratelia.webactiv.agenda.control with parameters of type NotifAction
protected  void AgendaSessionController.notifyAttendees(String id, NotifAction action)
          Notification from delagator to attendees.
 

Uses of NotifAction in com.stratelia.webactiv.agenda.notification
 

Methods in com.stratelia.webactiv.agenda.notification that return NotifAction
protected  NotifAction AgendaUserNotification.getAction()
           
 

Constructors in com.stratelia.webactiv.agenda.notification with parameters of type NotifAction
AgendaUserNotification(NotifAction action, UserDetail sender, JournalHeader resource)
          Notification from delegator
 

Uses of NotifAction in org.silverpeas.publication.dateReminder.notification
 

Methods in org.silverpeas.publication.dateReminder.notification that return NotifAction
protected  NotifAction PublicationDateReminderUserNotification.getAction()
           
 

Uses of NotifAction in org.silverpeas.sharing.notification
 

Methods in org.silverpeas.sharing.notification that return NotifAction
protected  NotifAction FileSharingUserNotification.getAction()
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.