Uses of Class
org.jasig.portal.ThemeStylesheetUserPreferences

Packages that use ThemeStylesheetUserPreferences
org.jasig.portal   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.alm.channels   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.simple   
 

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(org.xml.sax.ContentHandler handler, ThemeStylesheetUserPreferences prefs)
           
ThemeAttributesIncorporationFilter(org.xml.sax.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.alm
 

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

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

Uses of ThemeStylesheetUserPreferences in org.jasig.portal.layout.alm.channels
 

Fields in org.jasig.portal.layout.alm.channels declared as ThemeStylesheetUserPreferences
protected  ThemeStylesheetUserPreferences FragmentManager.themePrefs
           
 

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)
           
private  java.lang.String RDBMDistributedLayoutStore.showChannelAttribs(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
 ThemeStylesheetUserPreferences RDBMUserLayoutStore.getThemeStylesheetUserPreferences(IPerson person, int profileId, int stylesheetId)
           
 

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