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 CalendargetAdjustedCalendar(Calendar candidateCalendar) protected booleanmatchesByField(int[] array, int field, Calendar candidateCalendar, boolean allowNegative) Method matchesByFieldprotected booleanmatchesByMonth(Calendar candidateCalendar) Method matchesByMonthprotected booleanmatchesByMonthDay(Calendar candidateCalendar) Method matchesByMonthDayprotected booleanmatchesByWeekNo(Calendar candidateCalendar) Method matchesByWeekNoprotected booleanmatchesByYearDay(Calendar candidateCalendar) Method matchesByYearDayprotected booleanmatchesIndividualByDay(Calendar candidateCalendar, DayAndPosition dayAndPosition) Method matchesIndividualByDayvoidsetTimeZone(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:RecurrenceMethod matchesByField- Overrides:
matchesByFieldin classRecurrence- Returns:
- boolean
-
matchesByMonth
Description copied from class:RecurrenceMethod matchesByMonth- Overrides:
matchesByMonthin classRecurrence- Returns:
- boolean
-
matchesByMonthDay
Description copied from class:RecurrenceMethod matchesByMonthDay- Overrides:
matchesByMonthDayin classRecurrence- Returns:
- boolean
-
matchesByWeekNo
Description copied from class:RecurrenceMethod matchesByWeekNo- Overrides:
matchesByWeekNoin classRecurrence- Returns:
- boolean
-
matchesByYearDay
Description copied from class:RecurrenceMethod matchesByYearDay- Overrides:
matchesByYearDayin classRecurrence- Returns:
- boolean
-
matchesIndividualByDay
Description copied from class:RecurrenceMethod matchesIndividualByDay- Overrides:
matchesIndividualByDayin classRecurrence- Returns:
- boolean
-