|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlertChannel
| 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 |
isAvailable(Member member)
Returns true if this AlertChannel is available for the given Member. |
boolean |
saveAlert()
Returns true if the alerts of this channel must be saved. |
void |
send(Alert alert)
Sends an alert. |
| Method Detail |
|---|
String getName()
String getLabel(String userLang)
userLang - the user language.
String getDescription(String userLang)
userLang - the user language.
String getIcon()
boolean isAvailable(Member member)
member - the member
void send(Alert alert)
alert - the alertboolean saveAlert()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||