Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.cal
Class TZSRecurrence

java.lang.Object
  extended by com.liferay.portal.kernel.cal.Recurrence
      extended by com.liferay.portal.kernel.cal.TZSRecurrence
All Implemented Interfaces:
Serializable

public class TZSRecurrence
extends Recurrence

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.kernel.cal.Recurrence
byDay, byMonth, byMonthDay, byWeekNo, byYearDay, DAILY, dtStart, duration, frequency, interval, MONTHLY, NO_RECURRENCE, occurrence, until, WEEKLY, YEARLY
 
Constructor Summary
TZSRecurrence()
           
TZSRecurrence(Calendar startCalendar, Duration duration)
           
TZSRecurrence(Calendar startCalendar, Duration duration, int frequency)
           
 
Method Summary
protected  Calendar getAdjustedCalendar(Calendar candidateCalendar)
           
 TimeZone getTimeZone()
           
protected  boolean matchesByField(int[] array, int field, Calendar candidateCalendar, boolean allowNegative)
          Method matchesByField
protected  boolean matchesByMonth(Calendar candidateCalendar)
          Method matchesByMonth
protected  boolean matchesByMonthDay(Calendar candidateCalendar)
          Method matchesByMonthDay
protected  boolean matchesByWeekNo(Calendar candidateCalendar)
          Method matchesByWeekNo
protected  boolean matchesByYearDay(Calendar candidateCalendar)
          Method matchesByYearDay
protected  boolean matchesIndividualByDay(Calendar candidateCalendar, DayAndPosition dayAndPosition)
          Method matchesIndividualByDay
 void setTimeZone(TimeZone timeZone)
           
 
Methods inherited from class com.liferay.portal.kernel.cal.Recurrence
candidateIsInRecurrence, getByDay, getByMonth, getByMonthDay, getByWeekNo, getByYearDay, getCandidateStartTime, getDayNumber, getDtEnd, getDtStart, getDuration, getFrequency, getInterval, getMinimumInterval, getMonthNumber, getOccurrence, getRecurrenceCount, getUntil, getWeekNumber, getWeekStart, isInRecurrence, isInRecurrence, matchesByDay, reduce_constant_length_field, reduce_day_of_month, reduce_day_of_year, setByDay, setByMonth, setByMonthDay, setByWeekNo, setByYearDay, setDtEnd, setDtStart, setDuration, setFrequency, setInterval, setOccurrence, setUntil, setWeekStart, stringizeIntArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TZSRecurrence

public TZSRecurrence()

TZSRecurrence

public TZSRecurrence(Calendar startCalendar,
                     Duration duration)

TZSRecurrence

public TZSRecurrence(Calendar startCalendar,
                     Duration duration,
                     int frequency)
Method Detail

getTimeZone

public TimeZone getTimeZone()

setTimeZone

public void setTimeZone(TimeZone timeZone)

getAdjustedCalendar

protected Calendar getAdjustedCalendar(Calendar candidateCalendar)

matchesByField

protected boolean matchesByField(int[] array,
                                 int field,
                                 Calendar candidateCalendar,
                                 boolean allowNegative)
Description copied from class: Recurrence
Method matchesByField

Overrides:
matchesByField in class Recurrence
Returns:
boolean

matchesByMonth

protected boolean matchesByMonth(Calendar candidateCalendar)
Description copied from class: Recurrence
Method matchesByMonth

Overrides:
matchesByMonth in class Recurrence
Returns:
boolean

matchesByMonthDay

protected boolean matchesByMonthDay(Calendar candidateCalendar)
Description copied from class: Recurrence
Method matchesByMonthDay

Overrides:
matchesByMonthDay in class Recurrence
Returns:
boolean

matchesByWeekNo

protected boolean matchesByWeekNo(Calendar candidateCalendar)
Description copied from class: Recurrence
Method matchesByWeekNo

Overrides:
matchesByWeekNo in class Recurrence
Returns:
boolean

matchesByYearDay

protected boolean matchesByYearDay(Calendar candidateCalendar)
Description copied from class: Recurrence
Method matchesByYearDay

Overrides:
matchesByYearDay in class Recurrence
Returns:
boolean

matchesIndividualByDay

protected boolean matchesIndividualByDay(Calendar candidateCalendar,
                                         DayAndPosition dayAndPosition)
Description copied from class: Recurrence
Method matchesIndividualByDay

Overrides:
matchesIndividualByDay in class Recurrence
Returns:
boolean

Liferay 6.1.2-ce-ga3