Package com.jalios.jcms.analytics.period
Class FortNight
- java.lang.Object
-
- com.jalios.jcms.analytics.period.AbstractPeriod
-
- com.jalios.jcms.analytics.period.FixedDurationPeriod
-
- com.jalios.jcms.analytics.period.FortNight
-
public class FortNight extends FixedDurationPeriod
-
-
Constructor Summary
Constructors Constructor Description FortNight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interval
getInterval(java.util.Date date, java.util.Locale locale)
protected java.util.Calendar
getStartOfWeek(java.util.Date date, java.util.Locale locale)
Compute start of the week (Calendar.MONDAY in this implementation)-
Methods inherited from class com.jalios.jcms.analytics.period.FixedDurationPeriod
getNextInterval
-
-
-
-
Method Detail
-
getInterval
public Interval getInterval(java.util.Date date, java.util.Locale locale)
- Overrides:
getInterval
in classFixedDurationPeriod
-
getStartOfWeek
protected java.util.Calendar getStartOfWeek(java.util.Date date, java.util.Locale locale)
Compute start of the week (Calendar.MONDAY in this implementation)- Parameters:
date
- the date inside the weeklocale
- the currentLocale
- Returns:
- the
Calendar
of the first day of the week
-
-