|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUserPreferencesManager
Interface to user preferences management class.
| Method Summary | |
|---|---|
void |
finishedSession(javax.servlet.http.HttpSessionBindingEvent bindingEvent)
|
UserProfile |
getCurrentProfile()
Returns current profile. |
IPerson |
getPerson()
Returns current person object |
StructureStylesheetDescription |
getStructureStylesheetDescription()
Returns current structure stylesheet description |
ThemeStylesheetDescription |
getThemeStylesheetDescription()
Returns current theme stylesheet description |
IUserLayoutManager |
getUserLayoutManager()
Returns IUserLayoutManager object for performing layout-related operations. |
UserPreferences |
getUserPreferences()
Returns current user preferences. |
UserPreferences |
getUserPreferencesCopy()
Returns a copy of the user preferences |
boolean |
isUserAgentUnmapped()
Determine if the user agent associated with this session has been successfuly mapped to a profile |
void |
processUserPreferencesParameters(javax.servlet.http.HttpServletRequest req)
|
void |
setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout,
UserPreferences newPreferences)
|
| Method Detail |
|---|
void processUserPreferencesParameters(javax.servlet.http.HttpServletRequest req)
IPerson getPerson()
IPersonIUserLayoutManager getUserLayoutManager()
IUserLayoutManager object for performing layout-related operations.
IUserLayoutManager valueboolean isUserAgentUnmapped()
true if no mapping was found
void setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout,
UserPreferences newPreferences)
throws PortalException
PortalExceptionUserPreferences getUserPreferencesCopy()
UserPreferences objectUserProfile getCurrentProfile()
UserProfile
ThemeStylesheetDescription getThemeStylesheetDescription()
throws java.lang.Exception
ThemeStylesheetDescription
java.lang.Exception
StructureStylesheetDescription getStructureStylesheetDescription()
throws java.lang.Exception
StructureStylesheetDescription
java.lang.ExceptionUserPreferences getUserPreferences()
UserPreferencesvoid finishedSession(javax.servlet.http.HttpSessionBindingEvent bindingEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||