|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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 java.util.List |
ALL_PROPERTIES
|
static java.lang.String |
EMAIL
Email property group name. |
static java.lang.String |
FROM
Who the email is from. |
static java.lang.String |
PASSWORD
Password of the user connection to mail server with. |
static java.lang.String |
POP3
POP3 server. |
static java.lang.String |
RECIPIENTS_BCC
Recipients that email is being blind carbon copied to. |
static java.lang.String |
RECIPIENTS_CC
Recipients that email is being carbon copied to. |
static java.lang.String |
RECIPIENTS_TO
Recipients that email is being sent to. |
static java.lang.String |
REPLY_TO
Address replies should be sent to. |
static java.lang.String |
SMTP
SMTP server. |
static java.lang.String |
SUBJECT
Subject of the email. |
static java.lang.String |
USER
User id to connect to mail server with. |
Fields inherited from class planetj.property.PropertyGroup |
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
EmailPropertyGroup()
DistributionPropertyGroup constructor comment. |
|
EmailPropertyGroup(int initialCapacity)
DistributionPropertyGroup constructor comment. |
|
EmailPropertyGroup(java.lang.String pName)
DistributionPropertyGroup constructor comment. |
Method Summary | |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
java.util.List |
getBCC()
Get the list of addresses the email is being blind carbon copied to. |
java.util.List |
getCC()
Get the list of addresses the email is being carbon copied to. |
java.lang.String |
getFrom()
Get address email is being sent from |
java.lang.String |
getPassword()
Get the password for the user for the connection to the mail server. |
java.lang.String |
getPOP3()
Get the POP3 server |
java.lang.String |
getReplyTo()
Get address where replies to email are to be sent. |
java.lang.String |
getSMTP()
Get the SMTP server |
java.lang.String |
getSubject()
Get the subject of the email. |
java.util.List |
getTo()
Get the list of addresses the email is being sent to. |
java.lang.String |
getUser()
Get the user for the connection to the mail server. |
protected short |
propertyType(java.lang.String propertyName)
Gets the type of property for a specified property name. |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString, getRequiredPropertyNames |
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 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final java.lang.String EMAIL
public static final java.lang.String FROM
public static final java.lang.String PASSWORD
public static final java.lang.String POP3
public static final java.lang.String RECIPIENTS_TO
public static final java.lang.String RECIPIENTS_CC
public static final java.lang.String RECIPIENTS_BCC
public static final java.lang.String REPLY_TO
public static final java.lang.String SMTP
public static final java.lang.String SUBJECT
public static final java.lang.String USER
public static final java.util.List ALL_PROPERTIES
Constructor Detail |
public EmailPropertyGroup()
public EmailPropertyGroup(int initialCapacity)
initialCapacity
- intpublic EmailPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public java.util.List getBCC()
public java.util.List getCC()
public java.lang.String getFrom()
public java.lang.String getPassword()
public java.lang.String getPOP3()
public java.lang.String getReplyTo()
public java.lang.String getSMTP()
public java.lang.String getSubject()
public java.util.List getTo()
public java.lang.String getUser()
protected short propertyType(java.lang.String propertyName)
propertyType
in class DefaultPropertyGroup
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |