Uses of Class
org.jasig.portal.ThemeStylesheetUserPreferences

Packages that use ThemeStylesheetUserPreferences
org.jasig.portal   
org.jasig.portal.layout Interfaces and classes for basic layouts support. 
org.jasig.portal.layout.dlm Interfaces and classes in support of Distributed Layout Management. 
org.jasig.portal.layout.simple Intefaces and classes primarily for Simple Layouts. 
 

Uses of ThemeStylesheetUserPreferences in org.jasig.portal
 

Subclasses of ThemeStylesheetUserPreferences in org.jasig.portal
 class StructureStylesheetUserPreferences
          User preferences for stylesheets performing structure transformation
 

Fields in org.jasig.portal declared as ThemeStylesheetUserPreferences
protected  ThemeStylesheetUserPreferences UserPreferences.ssup
           
protected  ThemeStylesheetUserPreferences ThemeAttributesIncorporationFilter.tsup
           
 

Methods in org.jasig.portal that return ThemeStylesheetUserPreferences
 ThemeStylesheetUserPreferences UserPreferences.getThemeStylesheetUserPreferences()
           
 

Methods in org.jasig.portal with parameters of type ThemeStylesheetUserPreferences
 void UserPreferences.setThemeStylesheetUserPreferences(ThemeStylesheetUserPreferences up)
           
 

Constructors in org.jasig.portal with parameters of type ThemeStylesheetUserPreferences
StructureStylesheetUserPreferences(ThemeStylesheetUserPreferences tsup)
          If instantiated with a theme stylesheet this object will be used only for theme type work and so don't instantiate the variables added by this class.
ThemeAttributesIncorporationFilter(ContentHandler handler, ThemeStylesheetUserPreferences prefs)
           
ThemeAttributesIncorporationFilter(XMLReader parent, ThemeStylesheetUserPreferences prefs)
           
ThemeStylesheetUserPreferences(ThemeStylesheetUserPreferences ssup)
           
 

Uses of ThemeStylesheetUserPreferences in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return ThemeStylesheetUserPreferences
 ThemeStylesheetUserPreferences IUserLayoutStore.getThemeStylesheetUserPreferences(IPerson person, int profileId, int stylesheetId)
          Obtain theme stylesheet user preferences
 

Methods in org.jasig.portal.layout with parameters of type ThemeStylesheetUserPreferences
 void IUserLayoutStore.setThemeStylesheetUserPreferences(IPerson person, int profileId, ThemeStylesheetUserPreferences ssup)
          Save theme stylesheet user preferences
 

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

Subclasses of ThemeStylesheetUserPreferences in org.jasig.portal.layout.dlm
 class DistributedUserPreferences
          Distributed layout Extension to user preferences object for stylesheets performing structure or theme transformation.
 

Methods in org.jasig.portal.layout.dlm that return ThemeStylesheetUserPreferences
 ThemeStylesheetUserPreferences RDBMDistributedLayoutStore.getThemeStylesheetUserPreferences(IPerson person, int profileId, int stylesheetId)
           
 

Methods in org.jasig.portal.layout.dlm with parameters of type ThemeStylesheetUserPreferences
 void RDBMDistributedLayoutStore.setThemeStylesheetUserPreferences(IPerson person, int profileId, ThemeStylesheetUserPreferences tsup)
           
 

Constructors in org.jasig.portal.layout.dlm with parameters of type ThemeStylesheetUserPreferences
DistributedUserPreferences(ThemeStylesheetUserPreferences tsup)
          If instantiated with a theme stylesheet preferences then this object should only be used in place of a theme stylesheet user prefs since structure stylesheet oriented variables will not be initialized.
 

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

Methods in org.jasig.portal.layout.simple that return ThemeStylesheetUserPreferences
abstract  ThemeStylesheetUserPreferences RDBMUserLayoutStore.getThemeStylesheetUserPreferences(IPerson person, int profileId, int stylesheetId)
           
 

Methods in org.jasig.portal.layout.simple with parameters of type ThemeStylesheetUserPreferences
abstract  void RDBMUserLayoutStore.setThemeStylesheetUserPreferences(IPerson person, int profileId, ThemeStylesheetUserPreferences tsup)
           
 



Copyright © 2010 Jasig. All Rights Reserved.