|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarContent | |
---|---|
com.funambol.common.pim.model.calendar | |
com.funambol.common.pim.model.converter |
Uses of CalendarContent in com.funambol.common.pim.model.calendar |
---|
Subclasses of CalendarContent in com.funambol.common.pim.model.calendar | |
---|---|
class |
Event
An object representing an event contained in a calendar item, with all the information supported by Funambol it contains. |
class |
Task
An object representing a task (todo) contained in a calendar item, with all the information supported by Funambol it contains. |
Methods in com.funambol.common.pim.model.calendar that return CalendarContent | |
---|---|
CalendarContent |
Calendar.getCalendarContent()
Gets the calendar content: either an Event or a Task. |
Methods in com.funambol.common.pim.model.calendar with parameters of type CalendarContent | |
---|---|
void |
Calendar.setCalendarContent(CalendarContent cc)
Sets the calendar content: either an Event or a Task. |
Constructors in com.funambol.common.pim.model.calendar with parameters of type CalendarContent | |
---|---|
Calendar(CalendarContent cc)
Creates an empty calendar with the given calendar content. |
Uses of CalendarContent in com.funambol.common.pim.model.converter |
---|
Methods in com.funambol.common.pim.model.converter that return CalendarContent | |
---|---|
CalendarContent |
VCalendarContentConverter.vcc2cc(VCalendarContent vcc,
boolean xv)
Performs the VCalendarContent-to-CalendarContent conversion. |
protected CalendarContent |
VCalendarContentConverter.vcc2cc(VCalendarContent vcc,
boolean xv,
java.util.TimeZone dtStartTimeZone,
java.util.TimeZone dtEndTimeZone,
java.util.TimeZone reminderTimeZone)
Performs the VCalendarContent-to-CalendarContent conversion. |
Methods in com.funambol.common.pim.model.converter with parameters of type CalendarContent | |
---|---|
VCalendarContent |
VCalendarContentConverter.cc2vcc(CalendarContent cc)
|
VCalendarContent |
VCalendarContentConverter.cc2vcc(CalendarContent cc,
boolean xv)
Performs the CalendarContent-to-VCalendarContent conversion. |
void |
VCalendarContentConverter.isAllDayCheckingDuration(CalendarContent cc)
Checks if the given dates are of an all day event checking if the duration is a multiple of 24 hour. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |