|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectportlets.compoze.groupware.pref.AbstractPreferences
portlets.compoze.groupware.pref.GroupwarePreferences
This class represents the user configurable groupware settings.
For changes to be committed, the update method must be called.
| Constructor Summary | |
GroupwarePreferences(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper,
java.lang.String sInstanceLabel)
Constructor. |
|
| Method Summary | |
java.util.Calendar |
getCalendar()
Gets a calendar instance using the preferences time zone and locale. |
java.util.Locale |
getLocale()
Gets the locale. |
java.util.TimeZone |
getTimeZone()
Gets the time zone. |
void |
setLocale(java.util.Locale locale)
Sets the locale. |
void |
setTimeZone(java.util.TimeZone timeZone)
Sets the time zone. |
| 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 GroupwarePreferences(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper,
java.lang.String sInstanceLabel)
throws GroupwareException
userProfileWrapper - the user profile (may not be null)| Method Detail |
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale - the locale (may not be null)public java.util.TimeZone getTimeZone()
public void setTimeZone(java.util.TimeZone timeZone)
timeZone - the time zone (may not be null)public java.util.Calendar getCalendar()
|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||