|
|||||||||||
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.dataengine.autorun.AutoRunPropertyGroup | +--planetj.dataengine.autorun.DistributionPropertyGroup
Properties for an auto-run emailing operation
Field Summary | |
static List |
ALL_PROPERTIES
|
static String |
ALT_EMAIL_OP_ID
|
static String |
DISTRIBUTION
|
static String |
EMAIL_TO_SENDER
|
static String |
FROM
|
static String |
OP_LINK_ID
|
static String |
PASSWORD
|
static String |
SMTP
|
static String |
SUBJECT
|
static String |
TO
|
static String |
TYPE
|
static String |
TYPE_INLINE
|
static String |
TYPE_LINK
|
static String |
USER
|
Fields inherited from class planetj.dataengine.autorun.AutoRunPropertyGroup |
AUTORUN, FREQUENCY, REQUIRED_PROPERTIES, START_DATE, START_DATE_TODAY, START_TIME, START_TIME_IMMEDIATELY |
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 | |
DistributionPropertyGroup()
DistributionPropertyGroup constructor comment. |
|
DistributionPropertyGroup(int initialCapacity)
DistributionPropertyGroup constructor comment. |
|
DistributionPropertyGroup(String pName)
DistributionPropertyGroup constructor comment. |
Method Summary | |
boolean |
emailToSender()
Returns false if then sender should receive a copy of the email. |
List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
String |
getFrom()
Gets the from address |
String |
getPassword()
Gets the password |
List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
String |
getSMTPHost()
Gets the SMTP Host |
String |
getSubject()
Gets the subject |
List |
getTo()
Gets the user |
String |
getType()
Gets the type |
String |
getUser()
Gets the user |
Methods inherited from class planetj.dataengine.autorun.AutoRunPropertyGroup |
getDateFormat, getFrequency, getStartDate, getStartDateTime, getStartTime |
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 DISTRIBUTION
public static final String SMTP
public static final String PASSWORD
public static final String FROM
public static final String TO
public static final String TYPE
public static final String USER
public static final String SUBJECT
public static final String TYPE_INLINE
public static final String TYPE_LINK
public static final String OP_LINK_ID
public static final String ALT_EMAIL_OP_ID
public static final String EMAIL_TO_SENDER
public static final List ALL_PROPERTIES
Constructor Detail |
public DistributionPropertyGroup()
public DistributionPropertyGroup(int initialCapacity)
initialCapacity
- intpublic DistributionPropertyGroup(String pName)
pName
- java.lang.StringMethod Detail |
public boolean emailToSender()
public List getAllPropertyNames()
getAllPropertyNames
in class AutoRunPropertyGroup
public String getFrom()
public String getPassword()
public List getRequiredPropertyNames()
getRequiredPropertyNames
in class AutoRunPropertyGroup
public String getSMTPHost()
public String getSubject()
public List getTo()
public String getType()
public String getUser()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |