|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.suggest.Emailer org.dlese.dpc.suggest.resource.ResourceEmailer
public class ResourceEmailer
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 | |
---|---|
ResourceEmailer(String recId,
SuggestHelper helper)
Constructor for the ResourceEmailer object |
Method Summary | |
---|---|
protected String |
getMsgBody(SuggestForm form)
Gets the msgBody attribute of the ResourceEmailer object |
protected String |
getMsgSubject()
Gets the msgSubject attribute of the ResourceEmailer object |
static void |
main(String[] args)
The main program for the ResourceEmailer class |
static void |
setDebug(boolean db)
Sets the debug attribute of the ResourceEmailer 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 ResourceEmailer(String recId, SuggestHelper helper)
recId
- id of suggested recordhelper
- SuggestResourceHelper instanceMethod Detail |
---|
protected String getMsgSubject()
getMsgSubject
in class Emailer
protected String getMsgBody(SuggestForm form)
getMsgBody
in class Emailer
form
- 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 |