Uses of Class
org.jasig.portal.StructureStylesheetDescription

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

Fields in org.jasig.portal declared as StructureStylesheetDescription
private  StructureStylesheetDescription GuestUserPreferencesManager.MState.ssd
           
private  StructureStylesheetDescription UserPreferencesManager.ssd
           
 

Methods in org.jasig.portal that return StructureStylesheetDescription
 StructureStylesheetDescription GuestUserPreferencesManagerWrapper.getStructureStylesheetDescription()
          Returns current structure stylesheet description
 StructureStylesheetDescription GuestUserPreferencesManager.getStructureStylesheetDescription()
           
 StructureStylesheetDescription UserPreferencesManager.getStructureStylesheetDescription()
           
 StructureStylesheetDescription IUserPreferencesManager.getStructureStylesheetDescription()
          Returns current structure stylesheet description
 StructureStylesheetDescription GuestUserPreferencesManager.getStructureStylesheetDescription(java.lang.String sessionId)
           
 

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

Fields in org.jasig.portal.channels.DLMUserPreferences declared as StructureStylesheetDescription
(package private)  StructureStylesheetDescription GPreferencesState.ssd
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences that return StructureStylesheetDescription
protected  StructureStylesheetDescription GPreferencesState.getStructureStylesheetDescription()
           
 

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

Fields in org.jasig.portal.channels.UserPreferences declared as StructureStylesheetDescription
(package private)  StructureStylesheetDescription GPreferencesState.ssd
           
 

Methods in org.jasig.portal.channels.UserPreferences that return StructureStylesheetDescription
protected  StructureStylesheetDescription GPreferencesState.getStructureStylesheetDescription()
           
 

Uses of StructureStylesheetDescription in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return StructureStylesheetDescription
 StructureStylesheetDescription IUserLayoutStore.getStructureStylesheetDescription(int stylesheetId)
          Obtains a complete description of the structure stylesheet
 

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

Methods in org.jasig.portal.layout.dlm that return StructureStylesheetDescription
 StructureStylesheetDescription RDBMDistributedLayoutStore.getStructureStylesheetDescription(int stylesheetId)
          Obtain structure stylesheet description object for a given structure stylesheet id.
 

Methods in org.jasig.portal.layout.dlm with parameters of type StructureStylesheetDescription
 java.lang.Integer RDBMDistributedLayoutStore.addStructureStylesheetDescription(StructureStylesheetDescription ssd)
          Registers a NEW structure stylesheet with the database.
 void RDBMDistributedLayoutStore.updateStructureStylesheetDescription(StructureStylesheetDescription ssd)
          Updates an existing structure stylesheet description with a new one.
 

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

Methods in org.jasig.portal.layout.simple that return StructureStylesheetDescription
 StructureStylesheetDescription RDBMUserLayoutStore.getStructureStylesheetDescription(int stylesheetId)
          Obtain structure stylesheet description object for a given structure stylesheet id.
 

Methods in org.jasig.portal.layout.simple with parameters of type StructureStylesheetDescription
 java.lang.Integer RDBMUserLayoutStore.addStructureStylesheetDescription(StructureStylesheetDescription ssd)
          Registers a NEW structure stylesheet with the database.
private  void RDBMUserLayoutStore.populateFolderAttributeTable(org.w3c.dom.Document descr, StructureStylesheetDescription cxsd)
           
 void RDBMUserLayoutStore.updateStructureStylesheetDescription(StructureStylesheetDescription ssd)
          Updates an existing structure stylesheet description with a new one.