Package | Description |
---|---|
org.overlord.rtgov.reports | |
org.overlord.rtgov.reports.model | |
org.overlord.rtgov.reports.util |
Modifier and Type | Method and Description |
---|---|
Calendar |
ReportContext.getCalendar(String name,
String timezone)
This method returns the named calendar configured for the
specified timezone.
|
Calendar |
AbstractReportContext.getCalendar(String name,
String timezone)
This method returns the named calendar configured for the
specified timezone.
|
Modifier and Type | Method and Description |
---|---|
Calendar |
Calendar.setExcludedDays(List<Calendar.ExcludedDay> days)
This method sets the list of excluded days.
|
Calendar |
Calendar.setFriday(Calendar.WorkingDay wd)
This method sets the working day for Friday.
|
Calendar |
Calendar.setMonday(Calendar.WorkingDay wd)
This method sets the working day for Monday.
|
Calendar |
Calendar.setName(String name)
This method sets the name of the calendar.
|
Calendar |
Calendar.setSaturday(Calendar.WorkingDay wd)
This method sets the working day for Saturday.
|
Calendar |
Calendar.setSunday(Calendar.WorkingDay wd)
This method sets the working day for Sunday.
|
Calendar |
Calendar.setThursday(Calendar.WorkingDay wd)
This method sets the working day for Thursday.
|
Calendar |
Calendar.setTimeZone(TimeZone timezone)
This method sets the timezone.
|
Calendar |
Calendar.setTuesday(Calendar.WorkingDay wd)
This method sets the working day for Tuesday.
|
Calendar |
Calendar.setWednesday(Calendar.WorkingDay wd)
This method sets the working day for Wednesday.
|
Modifier and Type | Method and Description |
---|---|
static Calendar |
ReportsUtil.deserializeCalendar(byte[] content)
This method deserializes the calendar from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ReportsUtil.serializeCalendar(Calendar cal)
This method serializes a calendar into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.