|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.suggest.Emailer
org.dlese.dpc.suggest.comment.CommentEmailer
public class CommentEmailer
Formats and sends email notifying of a newly suggested resource
| Field Summary |
|---|
| Fields inherited from class org.dlese.dpc.suggest.Emailer |
|---|
helper, MAIL_TYPE, recId |
| Constructor Summary | |
|---|---|
CommentEmailer(String recId,
SuggestHelper helper)
Constructor for the CommentEmailer object |
|
| Method Summary | |
|---|---|
protected String |
getMsgBody(SuggestForm form)
Gets the msgBody attribute of the CommentEmailer object |
protected String |
getMsgSubject()
Gets the msgSubject attribute of the CommentEmailer object |
static void |
main(String[] args)
The main program for the CommentEmailer class |
static void |
setDebug(boolean db)
Sets the debug attribute of the CommentEmailer object |
| Methods inherited from class org.dlese.dpc.suggest.Emailer |
|---|
sendNotification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommentEmailer(String recId,
SuggestHelper helper)
recId - id of comment recordhelper - SuggestCommentHelper instance| Method Detail |
|---|
protected String getMsgSubject()
getMsgSubject in class Emailerprotected String getMsgBody(SuggestForm form)
getMsgBody in class Emailerform - NOT YET DOCUMENTED
public static void main(String[] args)
args - The command line argumentspublic static void setDebug(boolean db)
db - The new debug value
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||