com.liferay.portal.kernel.cal
Class TZSRecurrence
java.lang.Object
com.liferay.portal.kernel.cal.Recurrence
com.liferay.portal.kernel.cal.TZSRecurrence
- All Implemented Interfaces:
- Serializable
public class TZSRecurrence
- extends Recurrence
- See Also:
- Serialized Form
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 |
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, matchesByField, 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, toString |
TZSRecurrence
public TZSRecurrence()
TZSRecurrence
public TZSRecurrence(Calendar start,
Duration duration)
TZSRecurrence
public TZSRecurrence(Calendar start,
Duration duration,
int frequency)
getTimeZone
public TimeZone getTimeZone()
setTimeZone
public void setTimeZone(TimeZone timeZone)
matchesByField
protected boolean matchesByField(int[] array,
int field,
Calendar candidate,
boolean allowNegative,
TimeZone timeZone)
matchesIndividualByDay
protected boolean matchesIndividualByDay(Calendar candidate,
DayAndPosition pos)
- Description copied from class:
Recurrence
- Method matchesIndividualByDay
- Overrides:
matchesIndividualByDay
in class Recurrence
- Returns:
- boolean
matchesByMonthDay
protected boolean matchesByMonthDay(Calendar candidate)
- Description copied from class:
Recurrence
- Method matchesByMonthDay
- Overrides:
matchesByMonthDay
in class Recurrence
- Returns:
- boolean
matchesByYearDay
protected boolean matchesByYearDay(Calendar candidate)
- Description copied from class:
Recurrence
- Method matchesByYearDay
- Overrides:
matchesByYearDay
in class Recurrence
- Returns:
- boolean
matchesByWeekNo
protected boolean matchesByWeekNo(Calendar candidate)
- Description copied from class:
Recurrence
- Method matchesByWeekNo
- Overrides:
matchesByWeekNo
in class Recurrence
- Returns:
- boolean
matchesByMonth
protected boolean matchesByMonth(Calendar candidate)
- Description copied from class:
Recurrence
- Method matchesByMonth
- Overrides:
matchesByMonth
in class Recurrence
- Returns:
- boolean