|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBaseModule
com.openedit.modules.changelog.ChangeLogModule
public class ChangeLogModule
| Constructor Summary | |
|---|---|
ChangeLogModule()
|
|
| Method Summary | |
|---|---|
java.util.Set |
findNotificationEmailAddresses()
Determine all the email addresses to notify for all the groups the given user is in. |
ChangeLog |
getChangeLog()
|
void |
getChangeLog(WebPageRequest inContext)
|
java.lang.String |
getDefaultMailTemplate()
|
java.lang.String |
getFromAddress()
Returns the fromAddress. |
java.lang.String |
getGroupEmailProperty()
Returns the groupEmailProperty. |
PostMail |
getPostMail()
|
java.lang.String |
getSMTPServer()
Returns the SMTP server via which to send notification emails. |
void |
init()
|
void |
notifyUsers(WebPageRequest inContext)
|
void |
setChangeLog(ChangeLog inLog)
DOCUMENT ME! |
void |
setDefaultMailTemplate(java.lang.String inDefaultMailTemplate)
|
void |
setFromAddress(java.lang.String fromAddress)
Sets the fromAddress. |
void |
setGroupEmailProperty(java.lang.String groupEmailProperty)
Sets the groupEmailProperty. |
void |
setPostMail(PostMail postMail)
|
void |
setSMTPServer(java.lang.String smtpServer)
Sets the SMTP server via which to send notification emails. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeLogModule()
| Method Detail |
|---|
public void setFromAddress(java.lang.String fromAddress)
fromAddress - The fromAddress to setpublic java.lang.String getFromAddress()
public void setGroupEmailProperty(java.lang.String groupEmailProperty)
groupEmailProperty - The groupEmailProperty to setpublic java.lang.String getGroupEmailProperty()
public void setSMTPServer(java.lang.String smtpServer)
smtpServer - The SMTP serverpublic java.lang.String getSMTPServer()
public void notifyUsers(WebPageRequest inContext)
throws OpenEditException
OpenEditException
public java.util.Set findNotificationEmailAddresses()
throws OpenEditException
inGroups - The user for which to determine the email addresses
OpenEditExceptionpublic java.lang.String getDefaultMailTemplate()
public void setDefaultMailTemplate(java.lang.String inDefaultMailTemplate)
public void setChangeLog(ChangeLog inLog)
inLog - public void init()
public void getChangeLog(WebPageRequest inContext)
throws OpenEditException
OpenEditExceptionpublic ChangeLog getChangeLog()
public PostMail getPostMail()
public void setPostMail(PostMail postMail)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Jan 06 2009
