| java.lang.Object org.jasig.portal.UserPreferencesManager
All known Subclasses: org.jasig.portal.GuestUserPreferencesManager,
UserPreferencesManager | public UserPreferencesManager(HttpServletRequest req, IPerson person) throws PortalException(Code) | | Constructor does the following
1. Read layout.properties
2. read userLayout from the database
Parameters: req - the servlet request object Parameters: person - the person object |
UserPreferencesManager | public UserPreferencesManager(HttpServletRequest req, IPerson person, LocaleManager localeManager) throws PortalException(Code) | | Constructor does the following
1. Read layout.properties
2. read userLayout from the database
Parameters: req - the servlet request object Parameters: person - the person object Parameters: localeManager - the locale manager |
UserPreferencesManager | public UserPreferencesManager(IPerson person)(Code) | | A simpler constructor, that only initialises the person object.
Needed for ancestors.
Parameters: person - an IPerson object. |
getChannelPublishId | protected String getChannelPublishId(String channelSubscribeId) throws PortalException(Code) | | Returns a global channel Id given a channel instance Id
Parameters: channelSubscribeId - subscribe id of a channel channel global id |
getPerson | public IPerson getPerson()(Code) | | Returns current person object
current IPerson |
isUserAgentUnmapped | public boolean isUserAgentUnmapped()(Code) | | |
|
|