public class CommentEmailer extends Emailer
| Constructor and Description |
|---|
CommentEmailer(java.lang.String recId,
SuggestHelper helper)
Constructor for the CommentEmailer object
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getMsgBody(SuggestForm form)
Gets the msgBody attribute of the CommentEmailer object
|
protected java.lang.String |
getMsgSubject()
Gets the msgSubject attribute of the CommentEmailer object
|
static void |
main(java.lang.String[] args)
The main program for the CommentEmailer class
|
static void |
setDebug(boolean db)
Sets the debug attribute of the CommentEmailer object
|
sendNotificationpublic CommentEmailer(java.lang.String recId,
SuggestHelper helper)
recId - id of comment recordhelper - SuggestCommentHelper instanceprotected java.lang.String getMsgSubject()
getMsgSubject in class Emailerprotected java.lang.String getMsgBody(SuggestForm form)
getMsgBody in class Emailerform - NOT YET DOCUMENTEDpublic static void main(java.lang.String[] args)
args - The command line argumentspublic static void setDebug(boolean db)
db - The new debug value