Uses of Class
org.jasig.portal.UserPreferences

Packages that use UserPreferences
org.jasig.portal   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.layout   
org.jasig.portal.layout.channels   
org.jasig.portal.layout.simple   
 

Uses of UserPreferences in org.jasig.portal
 

Fields in org.jasig.portal declared as UserPreferences
private  UserPreferences GuestUserPreferencesManager.MState.complete_up
           
private  UserPreferences UserPreferencesManager.complete_up
           
 

Methods in org.jasig.portal that return UserPreferences
 UserPreferences GuestUserPreferencesManagerWrapper.getUserPreferences()
          Returns current user preferences.
 UserPreferences GuestUserPreferencesManager.getUserPreferences()
           
 UserPreferences UserPreferencesManager.getUserPreferences()
           
 UserPreferences IUserPreferencesManager.getUserPreferences()
          Returns current user preferences.
 UserPreferences GuestUserPreferencesManager.getUserPreferences(java.lang.String sessionId)
           
 UserPreferences GuestUserPreferencesManagerWrapper.getUserPreferencesCopy()
          Returns a copy of the user preferences
 UserPreferences GuestUserPreferencesManager.getUserPreferencesCopy()
           
 UserPreferences UserPreferencesManager.getUserPreferencesCopy()
           
 UserPreferences IUserPreferencesManager.getUserPreferencesCopy()
          Returns a copy of the user preferences
 UserPreferences GuestUserPreferencesManager.getUserPreferencesCopy(java.lang.String sessionId)
           
 

Methods in org.jasig.portal with parameters of type UserPreferences
 void GuestUserPreferencesManagerWrapper.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences)
           
 void GuestUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences)
           
 void UserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newUlm, UserPreferences newPreferences)
           
 void IUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences)
           
 void GuestUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout, UserPreferences newPreferences, java.lang.String sessionId)
           
 

Constructors in org.jasig.portal with parameters of type UserPreferences
UserPreferences(UserPreferences up)
           
 

Uses of UserPreferences in org.jasig.portal.channels.DLMUserPreferences
 

Fields in org.jasig.portal.channels.DLMUserPreferences declared as UserPreferences
private  UserPreferences GPreferencesState.up
           
private  UserPreferences CUserPreferences.up
           
private  UserPreferences TabColumnPrefsState.userPrefs
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences that return UserPreferences
protected  UserPreferences CUserPreferences.getCurrentUserPreferences()
           
protected  UserPreferences GPreferencesState.getUserPreferences()
           
protected  UserPreferences CUserPreferences.getUserPreferencesFromStore(UserProfile profile)
           
 

Uses of UserPreferences in org.jasig.portal.channels.UserPreferences
 

Fields in org.jasig.portal.channels.UserPreferences declared as UserPreferences
private  UserPreferences GPreferencesState.up
           
private  UserPreferences CUserPreferences.up
           
private  UserPreferences TabColumnPrefsState.userPrefs
           
 

Methods in org.jasig.portal.channels.UserPreferences that return UserPreferences
protected  UserPreferences CUserPreferences.getCurrentUserPreferences()
           
protected  UserPreferences GPreferencesState.getUserPreferences()
           
protected  UserPreferences CUserPreferences.getUserPreferencesFromStore(UserProfile profile)
           
 

Uses of UserPreferences in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return UserPreferences
 UserPreferences IUserLayoutStore.getUserPreferences(IPerson person, UserProfile profile)
          Retreive the entire UserPreferences object
 

Methods in org.jasig.portal.layout with parameters of type UserPreferences
 void IUserLayoutStore.putUserPreferences(IPerson person, UserPreferences up)
          save user preferences
 

Uses of UserPreferences in org.jasig.portal.layout.channels
 

Methods in org.jasig.portal.layout.channels with parameters of type UserPreferences
private  void CSkinSelector.saveUserPreferences(UserPreferences userPrefs)
           
 

Uses of UserPreferences in org.jasig.portal.layout.simple
 

Methods in org.jasig.portal.layout.simple that return UserPreferences
 UserPreferences RDBMUserLayoutStore.getUserPreferences(IPerson person, int profileId)
           
 UserPreferences RDBMUserLayoutStore.getUserPreferences(IPerson person, UserProfile profile)
           
 

Methods in org.jasig.portal.layout.simple with parameters of type UserPreferences
 void RDBMUserLayoutStore.putUserPreferences(IPerson person, UserPreferences up)