com.dotmarketing.util
Class ListMailer

java.lang.Object
  extended by com.dotmarketing.util.ListMailer

public class ListMailer
extends java.lang.Object

Author:
rocco To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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

ListMailer

public ListMailer()
Method Detail

SendMesageToList

public int SendMesageToList()

getBccEmail

public java.lang.String getBccEmail()
Returns the bccEmail.

Returns:
String

getCcEmail

public java.lang.String getCcEmail()
Returns the ccEmail.

Returns:
String

getFromEmail

public java.lang.String getFromEmail()
Returns the fromEmail.

Returns:
String

getToList

public java.util.Set getToList()
Returns the toList.

Returns:
java.util.List

setBccEmail

public void setBccEmail(java.lang.String bccEmail)
Sets the bccEmail.

Parameters:
bccEmail - The bccEmail to set

setCcEmail

public void setCcEmail(java.lang.String ccEmail)
Sets the ccEmail.

Parameters:
ccEmail - The ccEmail to set

setFromEmail

public void setFromEmail(java.lang.String fromEmail)
Sets the fromEmail.

Parameters:
fromEmail - The fromEmail to set

setToList

public void setToList(java.util.Set toList)
Sets the toList.

Parameters:
toList - The toList to set

getHtmlMessage

public java.lang.String getHtmlMessage()
Returns the htmlMessage.

Returns:
String

getSubject

public java.lang.String getSubject()
Returns the subject.

Returns:
String

setHtmlMessage

public void setHtmlMessage(java.lang.String htmlMessage)
Sets the htmlMessage.

Parameters:
htmlMessage - The htmlMessage to set

setSubject

public void setSubject(java.lang.String subject)
Sets the subject.

Parameters:
subject - The subject to set


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.