|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.ui.email.SendEmail
public class SendEmail
Send an email from an Admin User. Sends an object of various types as an attachment either inline or as file attachment. The types of objects that can be sent are found in the helper class EmailAttachment
EmailAttachment| Constructor Summary | |
|---|---|
SendEmail(java.lang.String title, java.lang.Object[] objectsToSend)construct an email sender for a specific frame |
|
| Method Summary | |
|---|---|
void |
dispose() |
boolean |
send()Send an email message with embedded objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SendEmail(java.lang.String title,
java.lang.Object[] objectsToSend)
f - the frame sending a messagetitle - the title to use on the SendEmailDialogobjectsToSend - the objects to send in the email message| Method Detail |
|---|
public boolean send()
SendEmailDialog to get required email envelope information.true if successful false if the dialog was cancelledpublic void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||