org.rhq.enterprise.gui.alert.converter
Class AlertNotificationConverter

java.lang.Object
  extended by org.rhq.enterprise.gui.alert.converter.AlertNotificationConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class AlertNotificationConverter
extends Object
implements javax.faces.convert.Converter


Constructor Summary
AlertNotificationConverter()
           
 
Method Summary
 Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
           
 String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object notificationObject)
           
 void setAlertNotifications(List<org.rhq.core.domain.alert.notification.AlertNotification> alertNotifications)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertNotificationConverter

public AlertNotificationConverter()
Method Detail

setAlertNotifications

public void setAlertNotifications(List<org.rhq.core.domain.alert.notification.AlertNotification> alertNotifications)

getAsObject

public Object getAsObject(javax.faces.context.FacesContext context,
                          javax.faces.component.UIComponent component,
                          String value)
Specified by:
getAsObject in interface javax.faces.convert.Converter

getAsString

public String getAsString(javax.faces.context.FacesContext context,
                          javax.faces.component.UIComponent component,
                          Object notificationObject)
Specified by:
getAsString in interface javax.faces.convert.Converter


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.