public class WebAlertChannel extends BasicAlertChannel
REVISION| Constructor and Description |
|---|
WebAlertChannel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(java.lang.String userLang)
Returns the description of the AlertChannel.
|
java.lang.String |
getIcon()
Returns the icon of the AlertChannel.
|
java.lang.String |
getLabel(java.lang.String userLang)
Returns the label of the AlertChannel.
|
java.lang.String |
getName()
Returns the internal name of the AlertChannel.
|
boolean |
saveAlert()
Returns true if the alerts of this channel must be saved.
|
void |
send(Alert alert)
Sends an alert.
|
init, isAvailablepublic java.lang.String getName()
AlertChannelpublic java.lang.String getLabel(java.lang.String userLang)
AlertChanneluserLang - the user language.public java.lang.String getDescription(java.lang.String userLang)
AlertChanneluserLang - the user language.public java.lang.String getIcon()
AlertChannelgetIcon in interface AlertChannelgetIcon in class BasicAlertChannelpublic void send(Alert alert)
AlertChannelalert - the alertpublic boolean saveAlert()
AlertChannelsaveAlert in interface AlertChannelsaveAlert in class BasicAlertChannelCopyright © 2001-2010 Jalios SA. All Rights Reserved.