public class AlertNotificationsUIBean extends EnterpriseFacesContextUIBean
OUTCOME_CANCELLED, OUTCOME_CREATE, OUTCOME_EDIT, OUTCOME_FAILURE, OUTCOME_SAVE, OUTCOME_SUCCESS| Constructor and Description |
|---|
AlertNotificationsUIBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
addAlertSender() |
org.rhq.core.domain.configuration.definition.ConfigurationDefinition |
getActiveConfigDefinition() |
org.rhq.core.domain.alert.notification.AlertNotification |
getActiveNotification() |
List<org.rhq.core.domain.alert.notification.AlertNotification> |
getAlertNotifications() |
Map<String,String> |
getAlertSenders() |
AlertNotificationConverter |
getNotificationConverter() |
String |
getSelectedNewSender() |
Set<org.rhq.core.domain.alert.notification.AlertNotification> |
getSelectedNotifications() |
void |
initNotifications() |
void |
reloadAlertNotifications() |
String |
removeSelected() |
void |
reselectActiveNotificationUsingDataComparison(org.rhq.core.domain.alert.notification.AlertNotification notificationWithLatestData) |
String |
saveConfiguration() |
void |
setActiveNotification(org.rhq.core.domain.alert.notification.AlertNotification activeNotification) |
void |
setAlertNotifications(List<org.rhq.core.domain.alert.notification.AlertNotification> alertNotifications) |
void |
setSelectedNewSender(String selectedNewSender) |
void |
setSelectedNotifications(Set<org.rhq.core.domain.alert.notification.AlertNotification> selectedNotifications) |
getResource, getResourceGroup, getResourceType, getSubject, getWebUserpublic List<org.rhq.core.domain.alert.notification.AlertNotification> getAlertNotifications()
public void setAlertNotifications(List<org.rhq.core.domain.alert.notification.AlertNotification> alertNotifications)
public Set<org.rhq.core.domain.alert.notification.AlertNotification> getSelectedNotifications()
public void setSelectedNotifications(Set<org.rhq.core.domain.alert.notification.AlertNotification> selectedNotifications)
public String getSelectedNewSender()
public void setSelectedNewSender(String selectedNewSender)
public org.rhq.core.domain.alert.notification.AlertNotification getActiveNotification()
public void setActiveNotification(org.rhq.core.domain.alert.notification.AlertNotification activeNotification)
public org.rhq.core.domain.configuration.definition.ConfigurationDefinition getActiveConfigDefinition()
public AlertNotificationConverter getNotificationConverter()
public void initNotifications()
public void reloadAlertNotifications()
public String addAlertSender()
public String saveConfiguration()
public void reselectActiveNotificationUsingDataComparison(org.rhq.core.domain.alert.notification.AlertNotification notificationWithLatestData)
public String removeSelected()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.