Uses of Class
org.jasig.portal.ThemeStylesheetDescription

Packages that use ThemeStylesheetDescription
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 ThemeStylesheetDescription in org.jasig.portal
 

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

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
 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
 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.
 



Copyright © 2010 Jasig. All Rights Reserved.