public class ResourceEmailer extends Emailer
| Constructor and Description |
|---|
ResourceEmailer(java.lang.String recId,
SuggestHelper helper)
Constructor for the ResourceEmailer object
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getMsgBody(SuggestForm form)
Gets the msgBody attribute of the ResourceEmailer object
|
protected java.lang.String |
getMsgSubject()
Gets the msgSubject attribute of the ResourceEmailer object
|
static void |
main(java.lang.String[] args)
The main program for the ResourceEmailer class
|
static void |
setDebug(boolean db)
Sets the debug attribute of the ResourceEmailer object
|
sendNotificationpublic ResourceEmailer(java.lang.String recId,
SuggestHelper helper)
recId - id of suggested recordhelper - SuggestResourceHelper 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