|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.util.ListMailer
public class ListMailer
| Constructor Summary | |
|---|---|
ListMailer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBccEmail()
Returns the bccEmail. |
java.lang.String |
getCcEmail()
Returns the ccEmail. |
java.lang.String |
getFromEmail()
Returns the fromEmail. |
java.lang.String |
getHtmlMessage()
Returns the htmlMessage. |
java.lang.String |
getSubject()
Returns the subject. |
java.util.Set |
getToList()
Returns the toList. |
int |
SendMesageToList()
|
void |
setBccEmail(java.lang.String bccEmail)
Sets the bccEmail. |
void |
setCcEmail(java.lang.String ccEmail)
Sets the ccEmail. |
void |
setFromEmail(java.lang.String fromEmail)
Sets the fromEmail. |
void |
setHtmlMessage(java.lang.String htmlMessage)
Sets the htmlMessage. |
void |
setSubject(java.lang.String subject)
Sets the subject. |
void |
setToList(java.util.Set toList)
Sets the toList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListMailer()
| Method Detail |
|---|
public int SendMesageToList()
public java.lang.String getBccEmail()
public java.lang.String getCcEmail()
public java.lang.String getFromEmail()
public java.util.Set getToList()
public void setBccEmail(java.lang.String bccEmail)
bccEmail - The bccEmail to setpublic void setCcEmail(java.lang.String ccEmail)
ccEmail - The ccEmail to setpublic void setFromEmail(java.lang.String fromEmail)
fromEmail - The fromEmail to setpublic void setToList(java.util.Set toList)
toList - The toList to setpublic java.lang.String getHtmlMessage()
public java.lang.String getSubject()
public void setHtmlMessage(java.lang.String htmlMessage)
htmlMessage - The htmlMessage to setpublic void setSubject(java.lang.String subject)
subject - The subject to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||