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