|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.calendar.FreeBusy.Interval
This class represents an interval for display.
Method Summary | |
int |
getHour()
Gets the hour of day. |
java.lang.String |
getHourString()
Gets the hour string. |
static FreeBusy.Interval[] |
getIntervals(java.util.Date startTime,
java.util.Date endTime,
int iInterval,
java.util.Locale locale,
java.util.TimeZone timeZone)
Gets the intervals. |
static FreeBusy.Interval[] |
getIntervals(java.util.Date startDate,
int iStartHour,
int iEndHour,
int iInterval,
java.util.Locale locale,
java.util.TimeZone timeZone)
Gets the intervals. |
java.util.Date |
getStartTime()
Gets the start time. |
boolean |
isDisplayable()
Checks if the interval hour should be displayed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.util.Date getStartTime()
public int getHour()
public java.lang.String getHourString()
public boolean isDisplayable()
true
if the interval hour should be displayed; false
otherwisepublic static FreeBusy.Interval[] getIntervals(java.util.Date startTime, java.util.Date endTime, int iInterval, java.util.Locale locale, java.util.TimeZone timeZone)
startTime
- the start timeendTime
- the end timeiInterval
- the interval (in minutes)locale
- the localetimeZone
- the time zonepublic static FreeBusy.Interval[] getIntervals(java.util.Date startDate, int iStartHour, int iEndHour, int iInterval, java.util.Locale locale, java.util.TimeZone timeZone)
startDate
- the start dateiStartHour
- the start houriEndHour
- the end houriInterval
- the interval (in minutes)locale
- the localetimeZone
- the time zone
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |