| |
|
| java.lang.Object org.jasig.portal.GuestUserPreferencesManagerWrapper
GuestUserPreferencesManagerWrapper | public GuestUserPreferencesManagerWrapper()(Code) | | |
GuestUserPreferencesManagerWrapper | public GuestUserPreferencesManagerWrapper(GuestUserPreferencesManager gulm, String sessionId)(Code) | | Creates a new GuestUserpreferencesManagerWrapper instance.
Parameters: gulm - a GuestUserpreferencesManager value Parameters: sessionId - a String value |
getCurrentProfile | public UserProfile getCurrentProfile()(Code) | | Returns current profile.
current UserProfile |
getPerson | public IPerson getPerson()(Code) | | Returns current person object
current IPerson |
getUserPreferences | public UserPreferences getUserPreferences()(Code) | | Returns current user preferences.
current UserPreferences |
getUserPreferencesCopy | public UserPreferences getUserPreferencesCopy()(Code) | | Returns a copy of the user preferences
a copy of the UserPreferences object |
isUserAgentUnmapped | public boolean isUserAgentUnmapped()(Code) | | Determine if the user agent associated with this session has been successfuly mapped to a profile
true if no mapping was found |
|
|
|