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, isAvailable
public java.lang.String getName()
AlertChannel
public java.lang.String getLabel(java.lang.String userLang)
AlertChannel
userLang
- the user language.public java.lang.String getDescription(java.lang.String userLang)
AlertChannel
userLang
- the user language.public java.lang.String getIcon()
AlertChannel
getIcon
in interface AlertChannel
getIcon
in class BasicAlertChannel
public void send(Alert alert)
AlertChannel
alert
- the alertpublic boolean saveAlert()
AlertChannel
saveAlert
in interface AlertChannel
saveAlert
in class BasicAlertChannel
Copyright © 2001-2010 Jalios SA. All Rights Reserved.