|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionDates | |
---|---|
biweekly.component | |
biweekly.property.marshaller |
Uses of ExceptionDates in biweekly.component |
---|
Methods in biweekly.component that return types with arguments of type ExceptionDates | |
---|---|
List<ExceptionDates> |
VTodo.getExceptionDates()
Gets the list of exceptions to the recurrence rule defined in the to-do (if one is defined). |
List<ExceptionDates> |
VJournal.getExceptionDates()
Gets the list of exceptions to the recurrence rule defined in the journal entry (if one is defined). |
List<ExceptionDates> |
VEvent.getExceptionDates()
Gets the list of exceptions to the recurrence rule defined in the event (if one is defined). |
List<ExceptionDates> |
Observance.getExceptionDates()
Gets the list of exceptions to the timezone observance. |
Methods in biweekly.component with parameters of type ExceptionDates | |
---|---|
void |
VTodo.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the recurrence rule defined in the to-do (if one is defined). |
void |
VJournal.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the recurrence rule defined in the journal entry (if one is defined). |
void |
VEvent.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the recurrence rule defined in the event (if one is defined). |
void |
Observance.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the timezone observance. |
Uses of ExceptionDates in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return ExceptionDates | |
---|---|
protected ExceptionDates |
ExceptionDatesMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<String> warnings)
|
protected ExceptionDates |
ExceptionDatesMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<String> warnings)
|
protected ExceptionDates |
ExceptionDatesMarshaller.newInstance(ICalDataType dataType,
ICalParameters parameters)
|
Methods in biweekly.property.marshaller with parameters of type ExceptionDates | |
---|---|
protected ICalDataType |
ExceptionDatesMarshaller._dataType(ExceptionDates property)
|
protected JCalValue |
ExceptionDatesMarshaller._writeJson(ExceptionDates property)
|
protected void |
ExceptionDatesMarshaller._writeXml(ExceptionDates property,
XCalElement element)
|
protected String |
ExceptionDatesMarshaller.writeValue(ExceptionDates property,
Date value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |