Package com.liferay.portal.kernel.cal
Class TZSRecurrence
Object
com.liferay.portal.kernel.cal.Recurrence
com.liferay.portal.kernel.cal.TZSRecurrence
- All Implemented Interfaces:
Serializable
- Author:
- Samuel Kong, Angelo Jefferson
- See Also:
-
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
ConstructorsConstructorDescriptionTZSRecurrence
(Calendar startCalendar, Duration duration) TZSRecurrence
(Calendar startCalendar, Duration duration, int frequency) -
Method Summary
Modifier and TypeMethodDescriptionprotected Calendar
getAdjustedCalendar
(Calendar candidateCalendar) protected boolean
matchesByField
(int[] array, int field, Calendar candidateCalendar, boolean allowNegative) Method matchesByFieldprotected boolean
matchesByMonth
(Calendar candidateCalendar) Method matchesByMonthprotected boolean
matchesByMonthDay
(Calendar candidateCalendar) Method matchesByMonthDayprotected boolean
matchesByWeekNo
(Calendar candidateCalendar) Method matchesByWeekNoprotected boolean
matchesByYearDay
(Calendar candidateCalendar) Method matchesByYearDayprotected boolean
matchesIndividualByDay
(Calendar candidateCalendar, DayAndPosition dayAndPosition) Method matchesIndividualByDayvoid
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
-
Constructor Details
-
TZSRecurrence
public TZSRecurrence() -
TZSRecurrence
-
TZSRecurrence
-
-
Method Details
-
getTimeZone
-
setTimeZone
-
getAdjustedCalendar
-
matchesByField
protected boolean matchesByField(int[] array, int field, Calendar candidateCalendar, boolean allowNegative) Description copied from class:Recurrence
Method matchesByField- Overrides:
matchesByField
in classRecurrence
- Returns:
- boolean
-
matchesByMonth
Description copied from class:Recurrence
Method matchesByMonth- Overrides:
matchesByMonth
in classRecurrence
- Returns:
- boolean
-
matchesByMonthDay
Description copied from class:Recurrence
Method matchesByMonthDay- Overrides:
matchesByMonthDay
in classRecurrence
- Returns:
- boolean
-
matchesByWeekNo
Description copied from class:Recurrence
Method matchesByWeekNo- Overrides:
matchesByWeekNo
in classRecurrence
- Returns:
- boolean
-
matchesByYearDay
Description copied from class:Recurrence
Method matchesByYearDay- Overrides:
matchesByYearDay
in classRecurrence
- Returns:
- boolean
-
matchesIndividualByDay
Description copied from class:Recurrence
Method matchesIndividualByDay- Overrides:
matchesIndividualByDay
in classRecurrence
- Returns:
- boolean
-