| 
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.pref.AbstractPreferences
        |
        +--portlets.compoze.groupware.pref.CalendarPreferences
This class represents the user configurables settings for the 'Calendar' feature.
 For changes to be committed, the update method must be called.
FeatureGroup.Feature.CALENDAR, Serialized Form| Inner Class Summary | |
static class | 
CalendarPreferences.CalendarView
This class represents the calendar view.  | 
static class | 
CalendarPreferences.TimeInterval
This class represents the time interval.  | 
static class | 
CalendarPreferences.WeekStartingDay
This class represents the week starting day.  | 
static class | 
CalendarPreferences.WorkingHours
This class represents the working hours.  | 
| Constructor Summary | |
CalendarPreferences(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper,
                    java.lang.String sInstanceLabel)
Constructor.  | 
|
| Method Summary | |
 CalendarPreferences.CalendarView | 
getCalendarView()
Gets the calendar view.  | 
 CalendarPreferences.TimeInterval | 
getTimeInterval()
Gets the time interval.  | 
 CalendarPreferences.WeekStartingDay | 
getWeekStartingDay()
Gets the week starting day.  | 
 CalendarPreferences.WorkingHours | 
getWorkingHours()
Gets the working hours.  | 
 void | 
setCalendarView(CalendarPreferences.CalendarView calendarView)
Sets the working hours.  | 
 void | 
setTimeInterval(CalendarPreferences.TimeInterval timeInterval)
Sets the time interval.  | 
 void | 
setWeekStartingDay(CalendarPreferences.WeekStartingDay weekStartingDay)
Sets the working hours.  | 
 void | 
setWorkingHours(CalendarPreferences.WorkingHours workingHours)
Sets the working hours.  | 
| Methods inherited from class portlets.compoze.groupware.pref.AbstractPreferences | 
getInstanceLabel, getPreference, setPreference, setPreference, setPreference, update | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CalendarPreferences(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper,
                           java.lang.String sInstanceLabel)
                    throws GroupwareException
userProfileWrapper - the user profile (may not be null)| Method Detail | 
public CalendarPreferences.TimeInterval getTimeInterval()
 Note: In order to make changes to this object, use setTimeInterval(CalendarPreferences.TimeInterval).
public void setTimeInterval(CalendarPreferences.TimeInterval timeInterval)
timeInterval - the time interval (may not be null)public CalendarPreferences.WorkingHours getWorkingHours()
 Note: In order to make changes to this object, use setWorkingHours(CalendarPreferences.WorkingHours).
public void setWorkingHours(CalendarPreferences.WorkingHours workingHours)
workingHours - the working hours (may not be null)public CalendarPreferences.CalendarView getCalendarView()
 Note: In order to make changes to this object, use setCalendarView(CalendarPreferences.CalendarView).
public void setCalendarView(CalendarPreferences.CalendarView calendarView)
workingHours - the working hours (may not be null)public CalendarPreferences.WeekStartingDay getWeekStartingDay()
 Note: In order to make changes to this object, use setWeekStartingDay(CalendarPreferences.WeekStartingDay).
public void setWeekStartingDay(CalendarPreferences.WeekStartingDay weekStartingDay)
workingHours - the working hours (may not be null)
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||