Uses of Class
com.funambol.common.pim.model.calendar.RecurrencePatternException

Packages that use RecurrencePatternException
com.funambol.common.pim.model.calendar   
 

Uses of RecurrencePatternException in com.funambol.common.pim.model.calendar
 

Methods in com.funambol.common.pim.model.calendar that throw RecurrencePatternException
 boolean RecurrencePattern.fix()
          Fixes missing data on the basis of the startDatePattern field, according to the inference rules prescribed by the specifications (missing data must be inferred by the start date).
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern)
          Infinite daily recurrence.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, boolean noEndDate)
          Infinite daily recurrence.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, boolean noEndDate, int occurrences)
          Daily recurrence.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, boolean noEndDate, int occurrences, short dayOfWeekMask)
          Daily recurrence.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, boolean noEndDate, short dayOfWeekMask)
          Infinite daily recurrence.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, short dayOfWeekMask)
          Inifinite daily recurrence.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, java.lang.String endDatePattern)
          Daily recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate)
          Daily recurrence with start, end dates and noEndDate.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, int occurrences)
          Daily recurrence
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, int occurrences, short dayOfWeekMask)
          Daily recurrence.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, short dayOfWeekMask)
          Daily recurrence with start, end dates and noEndDate.
static RecurrencePattern RecurrencePattern.getDailyRecurrencePattern(int interval, java.lang.String startDatePattern, java.lang.String endDatePattern, short dayOfWeekMask)
          Daily recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getMonthlyRecurrencePattern(int interval, short dayOfMonth, java.lang.String startDatePattern)
          Infinite monthly recurrence.
static RecurrencePattern RecurrencePattern.getMonthlyRecurrencePattern(int interval, short dayOfMonth, java.lang.String startDatePattern, boolean noEndDate)
          Infinite monthly recurrence.
static RecurrencePattern RecurrencePattern.getMonthlyRecurrencePattern(int interval, short dayOfMonth, java.lang.String startDatePattern, boolean noEndDate, int occurrences)
          Monthly recurrence.
static RecurrencePattern RecurrencePattern.getMonthlyRecurrencePattern(int interval, short dayOfMonth, java.lang.String startDatePattern, java.lang.String endDatePattern)
          Monthly recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getMonthlyRecurrencePattern(int interval, short dayOfMonth, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate)
          Monthly recurrence with start, end dates and noEndDate.
static RecurrencePattern RecurrencePattern.getMonthlyRecurrencePattern(int interval, short dayOfMonth, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, int occurrences)
          Monthly recurrence.
static RecurrencePattern RecurrencePattern.getMonthNthRecurrencePattern(int interval, short dayOfWeekMask, short instance, java.lang.String startDatePattern)
          Monthly day-of-week-based recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getMonthNthRecurrencePattern(int interval, short dayOfWeekMask, short instance, java.lang.String startDatePattern, boolean noEndDate)
          Monthly day-of-week-based recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getMonthNthRecurrencePattern(int interval, short dayOfWeekMask, short instance, java.lang.String startDatePattern, java.lang.String endDatePattern)
          Monthly day-of-week-based recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getMonthNthRecurrencePattern(int interval, short dayOfWeekMask, short instance, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, int occurrences)
          Monthly day-of-week-based recurrence with start, end dates and noEndDate.
static RecurrencePattern RecurrencePattern.getWeeklyRecurrencePattern(int interval, short dayOfWeekMask, java.lang.String startDatePattern)
          Infinite weekly recurrence
static RecurrencePattern RecurrencePattern.getWeeklyRecurrencePattern(int interval, short dayOfWeekMask, java.lang.String startDatePattern, boolean noEndDate)
          Infinite weekly recurrence
static RecurrencePattern RecurrencePattern.getWeeklyRecurrencePattern(int interval, short dayOfWeekMask, java.lang.String startDatePattern, java.lang.String endDatePattern)
          Weekly recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getWeeklyRecurrencePattern(int interval, short dayOfWeekMask, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate)
          Weekly recurrence with start, end dates and noEndDate.
static RecurrencePattern RecurrencePattern.getWeeklyRecurrencePattern(int interval, short dayOfWeekMask, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, int occurrences)
          Weekly recurrence.
static RecurrencePattern RecurrencePattern.getYearlyRecurrencePattern(int interval, short dayOfMonth, short monthOfYear, java.lang.String startDatePattern)
          Infinite yearly recurrence.
static RecurrencePattern RecurrencePattern.getYearlyRecurrencePattern(int interval, short dayOfMonth, short monthOfYear, java.lang.String startDatePattern, boolean noEndDate)
          Infinite yearly recurrence.
static RecurrencePattern RecurrencePattern.getYearlyRecurrencePattern(int interval, short dayOfMonth, short monthOfYear, java.lang.String startDatePattern, java.lang.String endDatePattern)
          Yearly recurrence with start, end dates and noEndDate
static RecurrencePattern RecurrencePattern.getYearlyRecurrencePattern(int interval, short dayOfMonth, short monthOfYear, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate)
          Yearly recurrence with start, end dates and noEndDate.
static RecurrencePattern RecurrencePattern.getYearlyRecurrencePattern(int interval, short dayOfMonth, short monthOfYear, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, int occurrences)
          Yearly recurrence.
static RecurrencePattern RecurrencePattern.getYearNthRecurrencePattern(int interval, short dayOfWeekMask, short monthOfYear, short instance, java.lang.String startDatePattern)
          Yearly day-of-week-based recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getYearNthRecurrencePattern(int interval, short dayOfWeekMask, short monthOfYear, short instance, java.lang.String startDatePattern, boolean noEndDate)
          Yearly day-of-week-based recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getYearNthRecurrencePattern(int interval, short dayOfWeekMask, short monthOfYear, short instance, java.lang.String startDatePattern, java.lang.String endDatePattern)
          Yearly day-of-week-based recurrence with start and end dates.
static RecurrencePattern RecurrencePattern.getYearNthRecurrencePattern(int interval, short dayOfWeekMask, short monthOfYear, short instance, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate)
          Yearly day-of-week-based recurrence with start, end dates and noEndDate.
static RecurrencePattern RecurrencePattern.getYearNthRecurrencePattern(int interval, short dayOfWeekMask, short monthOfYear, short instance, java.lang.String startDatePattern, java.lang.String endDatePattern, boolean noEndDate, int occurrences)
          Yearly day-of-week-based recurrence.
 



Copyright © 2001-2009 Funambol.