Uses of Class
org.jasig.portal.StructureStylesheetUserPreferences

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

Fields in org.jasig.portal declared as StructureStylesheetUserPreferences
protected  StructureStylesheetUserPreferences UserPreferences.fsup
           
protected  StructureStylesheetUserPreferences StructureAttributesIncorporationFilter.fsup
           
 

Methods in org.jasig.portal that return StructureStylesheetUserPreferences
 StructureStylesheetUserPreferences UserPreferences.getStructureStylesheetUserPreferences()
           
 

Methods in org.jasig.portal with parameters of type StructureStylesheetUserPreferences
 void UserPreferences.setStructureStylesheetUserPreferences(StructureStylesheetUserPreferences up)
           
 

Constructors in org.jasig.portal with parameters of type StructureStylesheetUserPreferences
StructureAttributesIncorporationFilter(ContentHandler handler, StructureStylesheetUserPreferences prefs)
           
StructureAttributesIncorporationFilter(XMLReader parent, StructureStylesheetUserPreferences prefs)
           
StructureStylesheetUserPreferences(StructureStylesheetUserPreferences fsup)
           
 

Uses of StructureStylesheetUserPreferences in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return StructureStylesheetUserPreferences
 StructureStylesheetUserPreferences IUserLayoutStore.getStructureStylesheetUserPreferences(IPerson person, int profileId, int stylesheetId)
          Obtain structure stylesheet user preferences
 

Methods in org.jasig.portal.layout with parameters of type StructureStylesheetUserPreferences
 void IUserLayoutStore.setStructureStylesheetUserPreferences(IPerson person, int profileId, StructureStylesheetUserPreferences fsup)
          Save structure stylesheet user pferences
 

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

Subclasses of StructureStylesheetUserPreferences 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 StructureStylesheetUserPreferences
 StructureStylesheetUserPreferences RDBMDistributedLayoutStore.getStructureStylesheetUserPreferences(IPerson person, int profileId, int stylesheetId)
           
 

Methods in org.jasig.portal.layout.dlm with parameters of type StructureStylesheetUserPreferences
 void RDBMDistributedLayoutStore.setStructureStylesheetUserPreferences(IPerson person, int profileId, StructureStylesheetUserPreferences ssup)
           
 

Constructors in org.jasig.portal.layout.dlm with parameters of type StructureStylesheetUserPreferences
DistributedUserPreferences(StructureStylesheetUserPreferences ssup)
          Creates a DistributedUserPreferences with values for super classes derived from those of the passed in StructureStylesheetUserPreferences object.
 

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

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

Methods in org.jasig.portal.layout.simple with parameters of type StructureStylesheetUserPreferences
abstract  void RDBMUserLayoutStore.setStructureStylesheetUserPreferences(IPerson person, int profileId, StructureStylesheetUserPreferences ssup)
           
 



Copyright © 2010 Jasig. All Rights Reserved.