|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.actuate.activeportal.beans.ProfileBean
public class ProfileBean
This class is used to store the user profile settings. You can get this class from userinfobean using the getProfile method.
Constructor Summary | |
---|---|
ProfileBean()
|
Method Summary | |
---|---|
java.lang.String |
getAnalyticsExperienceLevel()
The current value of the user analytics experience level. |
java.lang.String |
getSkin()
The current value of the user skin name. |
java.lang.String |
getView()
The current value of the user file folder view. |
boolean |
isShowFilters()
The current value of the user filter settings. |
boolean |
isViewInNewBrowserWindow()
The current value of the user viewing window setting |
void |
printSize()
Prints the serialized size of this bean. |
void |
setAnalyticsExperienceLevel(java.lang.String string)
Set the user analytics experience level. |
void |
setShowFilters(boolean b)
Set the user filter settings. |
void |
setSkin(java.lang.String string)
Set the user skin name. |
void |
setView(java.lang.String string)
Set the user file folder view. |
void |
setViewInNewBrowserWindow(boolean b)
Set the user viewing window setting |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileBean()
Method Detail |
---|
public void printSize()
public java.lang.String getAnalyticsExperienceLevel()
public boolean isShowFilters()
public java.lang.String getSkin()
public java.lang.String getView()
public boolean isViewInNewBrowserWindow()
public void setAnalyticsExperienceLevel(java.lang.String string)
string
- the String for user analytics experience levelpublic void setShowFilters(boolean b)
b
- the boolean for showing/hiding filterpublic void setSkin(java.lang.String string)
string
- the String for skin namepublic void setView(java.lang.String string)
string
- the String for file folder viewpublic void setViewInNewBrowserWindow(boolean b)
b
- the boolean for opening window in the current or new window
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |