|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--planetj.property.PropertyGroup | +--planetj.property.DefaultPropertyGroup | +--planetj.dataengine.email.EmailPropertyGroup
This property group contains properties that are used for emailing.
Field Summary | |
static List |
ALL_PROPERTIES
|
static String |
EMAIL
Email property group name. |
static String |
FROM
Who the email is from. |
static String |
PASSWORD
Password of the user connection to mail server with. |
static String |
POP3
POP3 server. |
static String |
RECIPIENTS_BCC
Recipients that email is being blind carbon copied to. |
static String |
RECIPIENTS_CC
Recipients that email is being carbon copied to. |
static String |
RECIPIENTS_TO
Recipients that email is being sent to. |
static String |
REPLY_TO
Address replies should be sent to. |
static String |
SMTP
SMTP server. |
static String |
SUBJECT
Subject of the email. |
static String |
USER
User id to connect to mail server with. |
Fields inherited from class planetj.property.DefaultPropertyGroup |
NONE |
Fields inherited from class planetj.property.PropertyGroup |
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
EmailPropertyGroup()
DistributionPropertyGroup constructor comment. |
|
EmailPropertyGroup(int initialCapacity)
DistributionPropertyGroup constructor comment. |
|
EmailPropertyGroup(String pName)
DistributionPropertyGroup constructor comment. |
Method Summary | |
List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
List |
getBCC()
Get the list of addresses the email is being blind carbon copied to. |
List |
getCC()
Get the list of addresses the email is being carbon copied to. |
String |
getFrom()
Get address email is being sent from |
String |
getPassword()
Get the password for the user for the connection to the mail server. |
String |
getPOP3()
Get the POP3 server |
String |
getReplyTo()
Get address where replies to email are to be sent. |
String |
getSMTP()
Get the SMTP server |
String |
getSubject()
Get the subject of the email. |
List |
getTo()
Get the list of addresses the email is being sent to. |
String |
getUser()
Get the user for the connection to the mail server. |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString, getRequiredPropertyNames |
Methods inherited from class planetj.property.PropertyGroup |
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getListValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty |
Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final String EMAIL
public static final String FROM
public static final String PASSWORD
public static final String POP3
public static final String RECIPIENTS_TO
public static final String RECIPIENTS_CC
public static final String RECIPIENTS_BCC
public static final String REPLY_TO
public static final String SMTP
public static final String SUBJECT
public static final String USER
public static final List ALL_PROPERTIES
Constructor Detail |
public EmailPropertyGroup()
public EmailPropertyGroup(int initialCapacity)
initialCapacity
- intpublic EmailPropertyGroup(String pName)
pName
- java.lang.StringMethod Detail |
public List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public List getBCC()
public List getCC()
public String getFrom()
public String getPassword()
public String getPOP3()
public String getReplyTo()
public String getSMTP()
public String getSubject()
public List getTo()
public String getUser()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |