|
|||||||||||
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
A PropertyGroup containing auto run information
Field Summary | |
static java.util.List |
ALL_PROPERTIES
|
static java.lang.String |
AUTORUN
|
static java.lang.String |
FREQUENCY
|
static java.util.List |
REQUIRED_PROPERTIES
|
static java.lang.String |
START_DATE
|
static java.lang.String |
START_DATE_TODAY
|
static java.lang.String |
START_TIME
|
static java.lang.String |
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 | |
AutoRunPropertyGroup()
DistributionPropertyGroup constructor comment. |
|
AutoRunPropertyGroup(int initialCapacity)
DistributionPropertyGroup constructor comment. |
|
AutoRunPropertyGroup(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.text.SimpleDateFormat |
getDateFormat(java.lang.String name)
Returns the date formatter to use when formatting dates for the specified property |
long |
getFrequency()
Gets the frequency (in seconds) that the report should run |
java.util.List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
java.util.Date |
getStartDate()
Gets the day on which the distribution should be started |
java.util.Date |
getStartDateTime()
Gets the exact time and day to start the distribution |
java.util.Date |
getStartTime()
Gets the time of day which the distribution should be started |
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 java.lang.String AUTORUN
public static final java.lang.String START_DATE
public static final java.lang.String START_TIME
public static final java.lang.String FREQUENCY
public static final java.lang.String START_DATE_TODAY
public static final java.lang.String START_TIME_IMMEDIATELY
public static final java.util.List ALL_PROPERTIES
public static final java.util.List REQUIRED_PROPERTIES
Constructor Detail |
public AutoRunPropertyGroup()
public AutoRunPropertyGroup(int initialCapacity)
initialCapacity
- intpublic AutoRunPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class PropertyGroup
public java.text.SimpleDateFormat getDateFormat(java.lang.String name)
public long getFrequency()
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames
in class PropertyGroup
public java.util.Date getStartDate()
public java.util.Date getStartDateTime()
public java.util.Date getStartTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |