Uses of Class
org.jasig.schedassist.model.Preferences

Packages that use Preferences
org.jasig.schedassist.model   
 

Uses of Preferences in org.jasig.schedassist.model
 

Methods in org.jasig.schedassist.model that return Preferences
static Preferences Preferences.fromDisplayName(String displayName)
           
static Preferences Preferences.fromKey(String key)
           
static Preferences Preferences.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Preferences[] Preferences.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jasig.schedassist.model that return types with arguments of type Preferences
static Map<Preferences,String> Preferences.getDefaultPreferences()
          Returns a Map containing all Preferences as keys mapped to their default values (as Strings).
abstract  Map<Preferences,String> AbstractScheduleOwner.getPreferences()
           
 Map<Preferences,String> IScheduleOwner.getPreferences()
           
 

Methods in org.jasig.schedassist.model with parameters of type Preferences
abstract  String AbstractScheduleOwner.getPreference(Preferences preference)
           
 String IScheduleOwner.getPreference(Preferences preference)
           
 



Copyright © 2012 Jasig. All Rights Reserved.