Uses of Class
org.jasig.portal.StructureStylesheetUserPreferences

Packages that use StructureStylesheetUserPreferences
org.jasig.portal   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.simple   
 

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

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

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

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)
           
 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)
           
private  java.lang.String RDBMDistributedLayoutStore.showFolderAttribs(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
 StructureStylesheetUserPreferences RDBMUserLayoutStore.getStructureStylesheetUserPreferences(IPerson person, int profileId, int stylesheetId)
           
 

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