com.actuate.activeportal.beans
Class ProfileBean

java.lang.Object
  extended by com.actuate.activeportal.beans.ProfileBean
All Implemented Interfaces:
java.io.Serializable

public class ProfileBean
extends java.lang.Object
implements java.io.Serializable

This class is used to store the user profile settings. You can get this class from userinfobean using the getProfile method.

See Also:
Serialized Form

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

ProfileBean

public ProfileBean()
Method Detail

printSize

public void printSize()
Prints the serialized size of this bean.


getAnalyticsExperienceLevel

public java.lang.String getAnalyticsExperienceLevel()
The current value of the user analytics experience level.

Returns:
the String for user analytics experience level

isShowFilters

public boolean isShowFilters()
The current value of the user filter settings.

Returns:
the boolean for showing/hiding filter

getSkin

public java.lang.String getSkin()
The current value of the user skin name.

Returns:
the String for skin name

getView

public java.lang.String getView()
The current value of the user file folder view.

Returns:
the String for file folder view

isViewInNewBrowserWindow

public boolean isViewInNewBrowserWindow()
The current value of the user viewing window setting

Returns:
the boolean for opening window in the current or new window

setAnalyticsExperienceLevel

public void setAnalyticsExperienceLevel(java.lang.String string)
Set the user analytics experience level.

Parameters:
string - the String for user analytics experience level

setShowFilters

public void setShowFilters(boolean b)
Set the user filter settings.

Parameters:
b - the boolean for showing/hiding filter

setSkin

public void setSkin(java.lang.String string)
Set the user skin name.

Parameters:
string - the String for skin name

setView

public void setView(java.lang.String string)
Set the user file folder view.

Parameters:
string - the String for file folder view

setViewInNewBrowserWindow

public void setViewInNewBrowserWindow(boolean b)
Set the user viewing window setting

Parameters:
b - the boolean for opening window in the current or new window