Uses of Class
com.cc.framework.ui.model.imp.RecurrencePatternImp

Packages that use RecurrencePatternImp
com.cc.framework.ui.model.imp   
 

Uses of RecurrencePatternImp in com.cc.framework.ui.model.imp
 

Methods in com.cc.framework.ui.model.imp that return RecurrencePatternImp
static RecurrencePatternImp RecurrencePatternImp.createDailyPattern(int interval, int dayOfWeekMask)
          Constructor for a daily recurrence pattern
static RecurrencePatternImp RecurrencePatternImp.createWeeklyPattern(int interval, int dayOfWeekMask)
          Constructor for a weekly recurrence pattern
static RecurrencePatternImp RecurrencePatternImp.createMonthlyPattern(int interval, int dayOfMonth)
          Constructor for a monthly recurrence pattern
static RecurrencePatternImp RecurrencePatternImp.createMonthlyNthPattern(int interval, int instance, int dayOfWeekMask)
          Constructor for a monthly (N-th) recurrence pattern
static RecurrencePatternImp RecurrencePatternImp.createYearlyPattern(int dayOfMonth, int monthOfYear)
          Constructor for a yearly recurrence pattern
static RecurrencePatternImp RecurrencePatternImp.createYearlyNthPattern(int instance, int dayOfWeekMask, int monthOfYear)
          Constructor for a yearly (N-th) recurrence pattern
 RecurrencePatternImp RecurrencePatternImp.setRange(java.util.Calendar patternStartDate)
          Sets the patterns range
 RecurrencePatternImp RecurrencePatternImp.setRange(java.util.Calendar patternStartDate, java.util.Calendar patternEndDate)
          Sets the patterns range
 RecurrencePatternImp RecurrencePatternImp.setRange(java.util.Calendar patternStartDate, int occurrences)
          Sets the patterns range
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.