Package org.bedework.calfacade.svc.prefs
Interface BwCommonUserPrefs
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BwAuthUserPrefs
Common preferences for auth user and personal user.
- Version:
- 1.0
- Author:
- Mike Douglass douglm@bedework.edu
-
Method Summary
Modifier and TypeMethodDescriptionGet locations preferences objectvoidvoidvoidvoidSet locations preferences object
-
Method Details
-
setCategoryPrefs
- Parameters:
val- Set of preferred categories
-
getCategoryPrefs
CategoryPref getCategoryPrefs()- Returns:
- Set of preferred categories
-
setLocationPrefs
Set locations preferences object- Parameters:
val- locations preferences object
-
getLocationPrefs
LocationPref getLocationPrefs()Get locations preferences object- Returns:
- locations preferences object
-
setContactPrefs
- Parameters:
val- Set of preferred contacts
-
getContactPrefs
ContactPref getContactPrefs()- Returns:
- Set of preferred contacts
-
setCalendarPrefs
- Parameters:
val- Set of preferred contacts
-
getCalendarPrefs
CalendarPref getCalendarPrefs()- Returns:
- Set of preferred calendars
-