Uses of Interface
com.atlassian.bamboo.notification.NotificationRecipient

Packages that use NotificationRecipient
com.atlassian.bamboo.notification   
 

Uses of NotificationRecipient in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement NotificationRecipient
 class NotificationRecipientImpl
           
 

Methods in com.atlassian.bamboo.notification with parameters of type NotificationRecipient
 void NotificationHibernateDao.removeRecipient(NotificationRecipient recipient)
           
 void NotificationDao.removeRecipient(NotificationRecipient newRecipient)
          remove individual recipient from db
 void NotificationHibernateDao.saveRecipient(NotificationRecipient recipient)
           
 void NotificationDao.saveRecipient(NotificationRecipient newRecipient)
          save individual recipient to db
 



Copyright © 2008 Atlassian Software Systems.. All Rights Reserved.