|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.discussion.TopicSubscriptionListener
Method Summary | |
java.lang.String |
getMailServer()
Gets the mail server for sending topic subscription alerts. |
java.lang.String |
getMessage()
Gets the message of the topic subscription alerts. |
static TopicSubscriptionListener |
i()
Gets the singleton instance of this class. |
void |
setDefaultMailServer()
Sets the mail server to the default. |
void |
setDefaultMessage()
Sets the message to the default. |
void |
setDefaultMessageSubject()
Sets the message subject to the default. |
void |
setDefaultReplyAddress()
Sets the message reply address to the default. |
void |
setDefaultReplyName()
Sets the message reply name to the default. |
void |
setMailServer(java.lang.String sMailServer)
Sets the mail server for sending topic subscription alerts. |
void |
setMessage(java.lang.String sMessage)
Sets the message of the topic subscription alerts. |
void |
updatePerformed(Topic t,
java.util.List subs)
Alerts the topic subcribers of an update to the specified topic. |
void |
updatePerformed(Topic t,
User user)
Alerts the topic subcribers of an update to the specified topic. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static TopicSubscriptionListener i()
public void setDefaultMailServer()
discussion.properties
with mail.server
.public void setDefaultMessageSubject()
discussion.properties
with topic.subscription.message.subject
.public void setDefaultReplyName()
discussion.properties
with topic.subscription.reply.name
.public void setDefaultReplyAddress()
discussion.properties
with topic.subscription.reply.address
.public java.lang.String getMailServer()
discussion.properties
.null
if not setpublic void setMailServer(java.lang.String sMailServer)
sMessage
- the mail server for sending topic subscription alertspublic void setDefaultMessage()
discussion.properties
.public java.lang.String getMessage()
discussion.properties
.null
if not setpublic void setMessage(java.lang.String sMessage)
sMessage
- message of the topic subscription alertspublic void updatePerformed(Topic t, User user)
Topic
- the Topic that has been updatedUser
- the User who modified the Topicpublic void updatePerformed(Topic t, java.util.List subs)
Topic
- the Topic that has been updatedsubsList
- the List of Subscribers to alert
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |