public interface I_CmsSerialDateBean
CmsSerialDateWidget.| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<java.util.Date> |
getDates()
Returns all dates of the whole series as
Date objects, sorted ascendingly. |
java.util.SortedSet<java.lang.Long> |
getDatesAsLong()
Returns all dates of the whole series in milliseconds, sorted ascendingly.
|
java.lang.Long |
getEventDuration()
Returns the duration of a single event in milliseconds, or
null if no end date is specified. |
java.util.SortedSet<java.util.Date> |
getExceptions()
Returns all exceptions from the series, sorted ascendingly.
|
boolean |
hasTooManyDates()
Returns a flag, indicating if the series has more dates than allowed.
|
java.util.SortedSet<java.util.Date> getDates()
Date objects, sorted ascendingly.Date objects, sorted ascendingly.java.util.SortedSet<java.lang.Long> getDatesAsLong()
java.lang.Long getEventDuration()
null if no end date is specified.null if no end date is specified.java.util.SortedSet<java.util.Date> getExceptions()
boolean hasTooManyDates()