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