|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.calendar.Day
This class represents a day for display.
Nested Class Summary | |
static class |
Day.Interval
This class represents an interval in a day. |
Constructor Summary | |
Day(Appointment[] appointments,
java.util.Date givenDate,
int iStartHour,
int iEndHour,
int iInterval,
java.util.Calendar cal)
Constructor. |
Method Summary | |
Appointment[] |
getAllDayEvents()
Gets the all day & anniversary events for this day. |
int |
getEntryCount()
Gets the entry count. |
Day.Interval[] |
getIntervals()
Gets the intervals for the day. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Day(Appointment[] appointments, java.util.Date givenDate, int iStartHour, int iEndHour, int iInterval, java.util.Calendar cal)
appointments
- the appointmentsgivenDate
- the given date of the dayiStartHour
- the start hour of dayiEndHour
- the end hour of dayiInterval
- the interval (in minutes)cal
- the calendarMethod Detail |
public Appointment[] getAllDayEvents()
AppointmentType.ANNIVERSARY
,
Appointment.isAllDayEvent()
public Day.Interval[] getIntervals()
public int getEntryCount()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |