| java.lang.Object org.jasig.portal.StylesheetUserPreferences org.jasig.portal.ThemeStylesheetUserPreferences
All known Subclasses: org.jasig.portal.StructureStylesheetUserPreferences,
defaultChannelAttributeValues | protected ArrayList defaultChannelAttributeValues(Code) | | |
ThemeStylesheetUserPreferences | public ThemeStylesheetUserPreferences()(Code) | | |
addChannel | public void addChannel(String channelSubscribeId)(Code) | | |
addChannelAttribute | public void addChannelAttribute(String attributeName, String defaultValue)(Code) | | |
getDefinedChannelAttributeValue | public String getDefinedChannelAttributeValue(String channelSubscribeId, String attributeName)(Code) | | Returns channel attribute value only if it has been assigned specifically.
Parameters: channelSubscribeId - channel id Parameters: attributeName - name of the attribute attribute value or null if the value is determined by the attribute default |
hasChannel | public boolean hasChannel(String channelSubscribeId)(Code) | | |
newInstance | public Object newInstance()(Code) | | Provides a copy of this object with all fields instantiated to reflect
the values of this object. This allows subclasses to override to add
correct copying behavior for their added fields.
a copy of this object |
removeChannel | public void removeChannel(String channelSubscribeId)(Code) | | |
removeChannelAttribute | public void removeChannelAttribute(String attributeName)(Code) | | |
setChannelAttributeDefaultValue | public void setChannelAttributeDefaultValue(String attributeName, String defaultValue)(Code) | | |
setChannelAttributeValue | public void setChannelAttributeValue(String channelSubscribeId, String attributeName, String attributeValue)(Code) | | |
|
|