Uses of Class
org.jasig.portal.ThemeStylesheetDescription

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

Uses of ThemeStylesheetDescription in org.jasig.portal
 

Fields in org.jasig.portal declared as ThemeStylesheetDescription
private  ThemeStylesheetDescription GuestUserPreferencesManager.MState.tsd
           
private  ThemeStylesheetDescription UserPreferencesManager.tsd
           
 

Methods in org.jasig.portal that return ThemeStylesheetDescription
 ThemeStylesheetDescription GuestUserPreferencesManagerWrapper.getThemeStylesheetDescription()
          Returns current theme stylesheet description
 ThemeStylesheetDescription GuestUserPreferencesManager.getThemeStylesheetDescription()
           
 ThemeStylesheetDescription UserPreferencesManager.getThemeStylesheetDescription()
           
 ThemeStylesheetDescription IUserPreferencesManager.getThemeStylesheetDescription()
          Returns current theme stylesheet description
 ThemeStylesheetDescription GuestUserPreferencesManager.getThemeStylesheetDescription(java.lang.String sessionId)
           
 

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

Fields in org.jasig.portal.channels.DLMUserPreferences declared as ThemeStylesheetDescription
(package private)  ThemeStylesheetDescription GPreferencesState.tsd
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences that return ThemeStylesheetDescription
protected  ThemeStylesheetDescription GPreferencesState.getThemeStylesheetDescription()
           
 

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

Fields in org.jasig.portal.channels.UserPreferences declared as ThemeStylesheetDescription
(package private)  ThemeStylesheetDescription GPreferencesState.tsd
           
 

Methods in org.jasig.portal.channels.UserPreferences that return ThemeStylesheetDescription
protected  ThemeStylesheetDescription GPreferencesState.getThemeStylesheetDescription()
           
 

Uses of ThemeStylesheetDescription in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return ThemeStylesheetDescription
 ThemeStylesheetDescription IUserLayoutStore.getThemeStylesheetDescription(int stylesheetId)
          Obtains a complete description of a theme stylesheet
 

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

Methods in org.jasig.portal.layout.dlm that return ThemeStylesheetDescription
 ThemeStylesheetDescription RDBMDistributedLayoutStore.getThemeStylesheetDescription(int stylesheetId)
          Obtain theme stylesheet description object for a given theme stylesheet id.
 

Methods in org.jasig.portal.layout.dlm with parameters of type ThemeStylesheetDescription
 java.lang.Integer RDBMDistributedLayoutStore.addThemeStylesheetDescription(ThemeStylesheetDescription tsd)
          Registers a NEW theme stylesheet with the database.
 void RDBMDistributedLayoutStore.updateThemeStylesheetDescription(ThemeStylesheetDescription tsd)
          Updates an existing structure stylesheet description with a new one.
 

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

Methods in org.jasig.portal.layout.simple that return ThemeStylesheetDescription
 ThemeStylesheetDescription RDBMUserLayoutStore.getThemeStylesheetDescription(int stylesheetId)
          Obtain theme stylesheet description object for a given theme stylesheet id.
 

Methods in org.jasig.portal.layout.simple with parameters of type ThemeStylesheetDescription
 java.lang.Integer RDBMUserLayoutStore.addThemeStylesheetDescription(ThemeStylesheetDescription tsd)
          Registers a NEW theme stylesheet with the database.
 void RDBMUserLayoutStore.updateThemeStylesheetDescription(ThemeStylesheetDescription tsd)
          Updates an existing structure stylesheet description with a new one.