|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.alert.BasicAlertChannel
com.jalios.jcms.alert.WebAlertChannel
public class WebAlertChannel
| Field Summary |
|---|
| Fields inherited from interface com.jalios.jcms.plugin.PluginComponent |
|---|
REVISION |
| Constructor Summary | |
|---|---|
WebAlertChannel()
|
|
| Method Summary | |
|---|---|
String |
getDescription(String userLang)
Returns the description of the AlertChannel. |
String |
getIcon()
Returns the icon of the AlertChannel. |
String |
getLabel(String userLang)
Returns the label of the AlertChannel. |
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. |
| Methods inherited from class com.jalios.jcms.alert.BasicAlertChannel |
|---|
init, isAvailable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebAlertChannel()
| Method Detail |
|---|
public String getName()
AlertChannel
public String getLabel(String userLang)
AlertChannel
userLang - the user language.
public String getDescription(String userLang)
AlertChannel
userLang - the user language.
public String getIcon()
AlertChannel
getIcon in interface AlertChannelgetIcon in class BasicAlertChannelpublic void send(Alert alert)
AlertChannel
alert - the alertpublic boolean saveAlert()
AlertChannel
saveAlert in interface AlertChannelsaveAlert in class BasicAlertChannel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||