|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConverterException | |
---|---|
com.funambol.common.pim.model.converter |
Uses of ConverterException in com.funambol.common.pim.model.converter |
---|
Methods in com.funambol.common.pim.model.converter that throw ConverterException | |
---|---|
VCalendar |
VCalendarConverter.calendar2vcalendar(Calendar cal,
boolean xv)
Performs the Calendar-to-VCalendar conversion. |
VCalendarContent |
VCalendarContentConverter.cc2vcc(CalendarContent cc)
|
VCalendarContent |
VCalendarContentConverter.cc2vcc(CalendarContent cc,
boolean xv)
Performs the CalendarContent-to-VCalendarContent conversion. |
java.lang.StringBuffer |
BaseConverter.composeICalTextComponent(Property property,
java.lang.String field)
Deprecated. Unused since version 6.5, replaced by methods in #com.funambol.common.pim.converter.CalendarContentConverter |
java.lang.StringBuffer |
BaseConverter.composeVCardComponent(java.lang.String propertyValue,
java.util.ArrayList properties,
java.lang.String field)
This method compose the single component of vCard and in particular: 1) encode value with the proper encoding 2) handle the params 3) create a representation of the specificated vCard field |
java.lang.StringBuffer |
BaseConverter.composeVCardComponent(java.lang.String propertyValue,
java.util.ArrayList properties,
java.lang.String field,
boolean excludeCharset)
This method compose the single component of vCard and in particular: 1) encode value with the proper encoding 2) handle the params 3) create a representation of the specificated vCard field |
java.lang.String |
VCalendarConverter.convert(java.lang.Object obj)
|
java.lang.String |
BaseConverter.encode(java.lang.String value,
java.lang.String encoding,
java.lang.String charset)
Replace values with proper encoding |
static RecurrencePattern |
VCalendarContentConverter.getRecurrencePattern(java.lang.String startDate,
java.lang.String endDate,
java.lang.String rrule,
java.util.TimeZone recurrenceTZ,
boolean xv)
|
static java.lang.String |
BaseConverter.handleConversionAcrossTimeZones(java.lang.String sDate,
java.util.TimeZone timezoneIn,
java.util.TimeZone timezoneOut)
Converts the given sDate it in the local time of another time zone. |
static java.lang.String |
BaseConverter.handleConversionToAllDayDate(java.lang.String sDate)
Converts the given sDate in all-day format using the given timezone |
static java.lang.String |
BaseConverter.handleConversionToAllDayDate(java.lang.String sDate,
java.util.TimeZone timezoneIn,
java.util.TimeZone timezoneOut)
Converts the given sDate in all-day format In the conversion the following rules are applied: if the given timezoneIn is not null, it is applied on the stringDate conversion if the given timezoneOut is not null, it is applied on the output date |
static java.lang.String |
BaseConverter.handleConversionToLocalDate(java.lang.String sDate,
java.util.TimeZone timezone)
Converts the given sDate it in local time using the given timezone |
static java.lang.String |
BaseConverter.handleConversionToUTCDate(java.lang.String sDate,
java.util.TimeZone timezone)
Converts the given sDate in UTC using the given timezone |
Calendar |
VCalendarConverter.vcalendar2calendar(VCalendar vcal)
Performs the VCalendar-to-Calendar conversion, finding out automatically which type of calendar (Event or Todo) it is. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |