Uses of Class
org.jasig.portal.layout.dlm.DistributedUserPreferences

Packages that use DistributedUserPreferences
org.jasig.portal.layout.dlm   
 

Uses of DistributedUserPreferences in org.jasig.portal.layout.dlm
 

Fields in org.jasig.portal.layout.dlm declared as DistributedUserPreferences
(package private)  DistributedUserPreferences UserView.structUserPrefs
           
(package private)  DistributedUserPreferences UserView.themeUserPrefs
           
 

Methods in org.jasig.portal.layout.dlm that return DistributedUserPreferences
(package private)  DistributedUserPreferences RDBMDistributedLayoutStore.getDistributedSSUP(IPerson person, int profileId, int stylesheetId)
           
(package private)  DistributedUserPreferences RDBMDistributedLayoutStore.getDistributedTSUP(IPerson person, int profileId, int stylesheetId)
           
 

Methods in org.jasig.portal.layout.dlm with parameters of type DistributedUserPreferences
private  void FragmentActivator.fragmentizeIds(java.lang.String labelBase, DistributedUserPreferences up, int which)
          Changes user preference ids of folders or channels from the uPortal default of sXX for folders and nXX for channels to a globally safe value containing the user id and layout id from which the node came.
private  void RDBMDistributedLayoutStore.loadIncorporatedPreferences(IPerson person, int which, DistributedUserPreferences userPrefs, DistributedUserPreferences incdPrefs)
           
private  void RDBMDistributedLayoutStore.updateFragmentSSUP(IPerson person, DistributedUserPreferences ssup)
          If the passed in user represents a layout owner then replace the cached structure stylesheet user preferences with the passed in one after modifying it for incorporation.
 

Constructors in org.jasig.portal.layout.dlm with parameters of type DistributedUserPreferences
DistributedUserPreferences(DistributedUserPreferences dup)
          Creates a new DistributedUserPreferences object populated with all values from the passed-in instance.
UserView(UserProfile profile, org.w3c.dom.Document layout, DistributedUserPreferences ssup, DistributedUserPreferences tsup)