|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyWithTimeZone | |
---|---|
com.funambol.common.pim.model.calendar | |
com.funambol.common.pim.model.converter |
Uses of PropertyWithTimeZone in com.funambol.common.pim.model.calendar |
---|
Subclasses of PropertyWithTimeZone in com.funambol.common.pim.model.calendar | |
---|---|
class |
RecurrencePattern
This class represents the recurrence pattern of a calendar item. |
class |
Reminder
This class represents the reminder of an event or task. |
Fields in com.funambol.common.pim.model.calendar declared as PropertyWithTimeZone | |
---|---|
protected PropertyWithTimeZone |
CalendarContent.created
|
protected PropertyWithTimeZone |
CalendarContent.dalarm
|
protected PropertyWithTimeZone |
CalendarContent.dtEnd
|
protected PropertyWithTimeZone |
CalendarContent.dtStamp
|
protected PropertyWithTimeZone |
CalendarContent.dtStart
|
protected PropertyWithTimeZone |
CalendarContent.lastModified
|
protected PropertyWithTimeZone |
CalendarContent.palarm
|
protected PropertyWithTimeZone |
Event.replyTime
|
Methods in com.funambol.common.pim.model.calendar that return PropertyWithTimeZone | |
---|---|
PropertyWithTimeZone |
CalendarContent.getCreated()
Returns the date and time that the calendar information was created. |
PropertyWithTimeZone |
CalendarContent.getDAlarm()
Deprecated. This information is too strictly related to a particular representation of the data than the data itself. The display reminder will be supported in a future version as a special case of the reminder property, represented by a Reminder object. |
PropertyWithTimeZone |
Task.getDateCompleted()
Returns the date/time when the task has been completed. |
PropertyWithTimeZone |
CalendarContent.getDtEnd()
Returns the end date and time for the event, or the due date and time for the task. |
PropertyWithTimeZone |
CalendarContent.getDtStamp()
Deprecated. This information is too strictly related to a particular representation of the data than the data itself. The created property can be used to indicate the creation time of the calendar item without any reference to the iCalendar format. |
PropertyWithTimeZone |
CalendarContent.getDtStart()
Returns the start date and time for the calendar item. |
PropertyWithTimeZone |
Task.getDueDate()
Returns the due date. |
PropertyWithTimeZone |
CalendarContent.getLastModified()
Returns the date and time of the last revision of this calendar item. |
PropertyWithTimeZone |
CalendarContent.getPAlarm()
Deprecated. This information is too strictly related to a particular representation of the data than the data itself. The procedure reminder will be supported in a future version as a special case of the reminder property, represented by a Reminder object. |
PropertyWithTimeZone |
Event.getReplyTime()
Returns the reply time. |
Methods in com.funambol.common.pim.model.calendar with parameters of type PropertyWithTimeZone | |
---|---|
void |
CalendarContent.setCreated(PropertyWithTimeZone created)
Setter for property created. |
void |
CalendarContent.setDAlarm(PropertyWithTimeZone dalarm)
Setter for property dalarm. |
void |
Task.setDateCompleted(PropertyWithTimeZone dateCompleted)
Setter for property dateCompleted. |
void |
CalendarContent.setDtEnd(PropertyWithTimeZone dtEnd)
Setter for property dtEnd. |
void |
CalendarContent.setDtStamp(PropertyWithTimeZone dtStamp)
Setter for property dtStamp. |
void |
CalendarContent.setDtStart(PropertyWithTimeZone dtStart)
Setter for property dtStart. |
void |
Task.setDueDate(PropertyWithTimeZone dueDate)
Setter for the due date. |
void |
CalendarContent.setLastModified(PropertyWithTimeZone lastModified)
Setter for property lastModified. |
void |
CalendarContent.setPAlarm(PropertyWithTimeZone palarm)
Setter for property palarm. |
void |
Event.setReplyTime(PropertyWithTimeZone replyTime)
Setter for property replyTime. |
Uses of PropertyWithTimeZone in com.funambol.common.pim.model.converter |
---|
Methods in com.funambol.common.pim.model.converter that return PropertyWithTimeZone | |
---|---|
protected PropertyWithTimeZone |
VCalendarConverter.decodeDateTimeField(Property property,
java.util.TimeZone fieldTimezone)
|
Methods in com.funambol.common.pim.model.converter with parameters of type PropertyWithTimeZone | |
---|---|
protected Property |
VCalendarConverter.composeDateTimeField(java.lang.String label,
PropertyWithTimeZone property,
boolean allDay,
boolean xvCalendar)
|
protected Property |
VCalendarConverter.composeDateTimeField(java.lang.String label,
PropertyWithTimeZone property,
boolean allDay,
boolean xvCalendar,
boolean isRecurrence)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |