ORG.oclc.obi.extverb
Class EmailRecs
java.lang.Object
|
+--ORG.oclc.obi.extverb.EmailRecs
- public class EmailRecs
- extends Object
- implements JavaPage
The EmailRecs class E-mails saved(bookmarked) records using
the Sun's JavaMail1.1 client classes. EmailRecs uses input parameters
contained in the RequestManager object. A successful execution
EmailRecs is an E-mail of the saved records and the next
page is set up for execution in the RequestManager object. A failure
can occur if there are no records found to send or an exception
is thrown from the SMTP client and the bad page is set up
in the RequestManager object.
EmailRecs uses the data stored in the BookMarkEntry objects
to send in the E-mail message along with the following recognized
widgets:
email - the email address to send to
person - the name of the receiver written in the email message
note - any notes to attach to the email
subject - the subject of the email
from - the email address of the sender
- See Also:
DataPairs
,
BookMarkEntry
,
UserStateObject
Constructor Summary |
EmailRecs()
Constructs an EmailRecs object. |
Method Summary |
void |
runit(RequestManager rMngr)
Exectues the EmailRecs Verb using the input parameters contained
in the RequestManager object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EmailRecs
public EmailRecs()
- Constructs an EmailRecs object.
runit
public void runit(RequestManager rMngr)
- Exectues the EmailRecs Verb using the input parameters contained
in the RequestManager object.
- Specified by:
- runit in interface JavaPage