Interface BwCommonUserPrefs

All Superinterfaces:
Serializable
All Known Implementing Classes:
BwAuthUserPrefs

public interface BwCommonUserPrefs extends Serializable
Common preferences for auth user and personal user.
Version:
1.0
Author:
Mike Douglass douglm@bedework.edu
  • Method Details

    • setCategoryPrefs

      void setCategoryPrefs(CategoryPref val)
      Parameters:
      val - Set of preferred categories
    • getCategoryPrefs

      CategoryPref getCategoryPrefs()
      Returns:
      Set of preferred categories
    • setLocationPrefs

      void setLocationPrefs(LocationPref val)
      Set locations preferences object
      Parameters:
      val - locations preferences object
    • getLocationPrefs

      LocationPref getLocationPrefs()
      Get locations preferences object
      Returns:
      locations preferences object
    • setContactPrefs

      void setContactPrefs(ContactPref val)
      Parameters:
      val - Set of preferred contacts
    • getContactPrefs

      ContactPref getContactPrefs()
      Returns:
      Set of preferred contacts
    • setCalendarPrefs

      void setCalendarPrefs(CalendarPref val)
      Parameters:
      val - Set of preferred contacts
    • getCalendarPrefs

      CalendarPref getCalendarPrefs()
      Returns:
      Set of preferred calendars