|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.actuate.activeportal.forms.BaseActionForm
com.actuate.activeportal.forms.UserOptionsActionForm
public class UserOptionsActionForm
This is the session beans that stores user options when the options page is visited.
Field Summary | |
---|---|
static java.lang.String[] |
TABNAMES_KEY
User Interface tab names (also used as JSP file names) |
Constructor Summary | |
---|---|
UserOptionsActionForm()
|
Method Summary | |
---|---|
void |
fixUTF8()
Converts the form properties which is in UTF-8 encoding to internal Java String. |
java.util.Collection |
getAnalyticsExpLevels()
Returns list of analytics exp levels that the user can use |
java.lang.String |
getConfirmKey()
Returns the password confirmation. |
java.lang.String |
getCurrentAnalyticsExpLevel()
Returns current analytics experience level name for the user |
java.lang.String |
getCurrentSkin()
Returns current skin. |
java.lang.String |
getCurrentView()
Returns current view. |
java.lang.String |
getEmail()
Returns the user email. |
java.lang.String |
getIportalVersion()
Returns the iportalVersion. |
java.lang.String |
getNewKey()
Returns the new password |
java.lang.String |
getOldKey()
Returns the oldKey. |
java.lang.String |
getPreviousTab()
Returns the previousTab. |
int |
getSecurityIntegrationOption()
Returns the securityIntegrationOption. |
java.lang.String |
getSelectedTab()
Returns the selectedTab. |
java.util.Collection |
getSkins()
Returns the skins available to the users. |
java.lang.String |
getSystemName()
Returns the systemName. |
java.lang.String |
getSystemVersion()
Returns the systemVersion. |
java.util.Collection |
getViews()
Returns the views available for the users. |
boolean |
isCanChangePassword()
Returns if user can change password or not from UI |
boolean |
isEmailChanged()
Test if the user email is changed. |
boolean |
isFailComp()
Returns the notification settings |
boolean |
isFailEmail()
Returns the notification settings |
boolean |
isInitialized()
Returns the initialized. |
boolean |
isShowFilters()
Returns the filter settings |
boolean |
isSuccComp()
Returns the succComp. |
boolean |
isSuccEmail()
Returns the succEmail. |
boolean |
isUserPropertiesChanged()
Test is a user property is changed. |
boolean |
isViewNewBrowserWindow()
Returns the viewNewBrowserWindow. |
void |
loadTab(java.lang.String tab)
Restore saved boolean attributes for a tab. |
void |
populateBooleans()
Used internally when switching between tabs. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
restoreBoolean()
Used internally when switching between tabs. |
void |
saveTab(java.lang.String tab)
Save boolean attributes for a tab. |
void |
setAnalyticsExpLevels(java.util.Collection _analyticsExpLevels)
Sets list of analytics exp levels that the user can use |
void |
setCanChangePassword(boolean b)
Sets if user can change password or not from UI |
void |
setConfirmKey(java.lang.String confirmKey)
Sets the confirmKey. |
void |
setCurrentAnalyticsExpLevel(java.lang.String _currentAnalyticsExpLevel)
Sets current analytics experience level name for the user |
void |
setCurrentSkin(java.lang.String string)
Sets current skin. |
void |
setCurrentView(java.lang.String string)
Sets current view. |
void |
setEmail(java.lang.String email)
Sets the email. |
void |
setFailComp(boolean failComp)
Sets the failComp. |
void |
setFailEmail(boolean failEmail)
Sets the failEmail. |
void |
setInitialized(boolean initialized)
Sets the initialized. |
void |
setIportalVersion(java.lang.String iportalVersion)
Sets the iportalVersion. |
void |
setNewKey(java.lang.String newKey)
Sets the newKey. |
void |
setOldKey(java.lang.String oldKey)
Sets the oldKey. |
void |
setOriginalEmail(java.lang.String string)
Sets the user email. |
void |
setOriginalFailComp(boolean b)
Sets the notification settings |
void |
setOriginalFailEmail(boolean b)
Sets the notification settings |
void |
setOriginalSuccComp(boolean b)
Sets the notification settings |
void |
setOriginalSuccEmail(boolean b)
Sets the notification settings |
void |
setPreviousTab(java.lang.String previousTab)
Sets the previousTab. |
void |
setSecurityIntegrationOption(int securityIntegrationOption)
Sets the securityIntegrationOption. |
void |
setSelectedTab(java.lang.String selectedTab)
Sets the selectedTab. |
void |
setShowFilters(boolean docChanFilters)
Sets the showFilters. |
void |
setSkins(java.util.Collection _skins)
Sets the skins available to the users. |
void |
setSuccComp(boolean succComp)
Sets the succComp. |
void |
setSuccEmail(boolean succEmail)
Sets the succEmail. |
void |
setSystemName(java.lang.String systemName)
Sets the systemName. |
void |
setSystemVersion(java.lang.String systemVersion)
Sets the systemVersion. |
void |
setViewNewBrowserWindow(boolean viewNewBrowserWindow)
Sets the viewNewBrowserWindow. |
void |
setViews(java.util.Collection collection)
Sets the views available for the users. |
Methods inherited from class com.actuate.activeportal.forms.BaseActionForm |
---|
isPostback, setPostback |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String[] TABNAMES_KEY
Constructor Detail |
---|
public UserOptionsActionForm()
Method Detail |
---|
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public void saveTab(java.lang.String tab)
tab
- a tab namepublic void loadTab(java.lang.String tab)
public void populateBooleans()
public void restoreBoolean()
public void fixUTF8()
fixUTF8
in class BaseActionForm
public java.lang.String getConfirmKey()
public boolean isShowFilters()
public java.lang.String getEmail()
public boolean isFailComp()
public boolean isFailEmail()
public java.lang.String getNewKey()
public java.lang.String getOldKey()
public java.lang.String getSelectedTab()
public boolean isSuccComp()
public boolean isSuccEmail()
public boolean isViewNewBrowserWindow()
public void setConfirmKey(java.lang.String confirmKey)
confirmKey
- The confirmKey to setpublic void setShowFilters(boolean docChanFilters)
docChanFilters
- The showFilters to setpublic void setEmail(java.lang.String email)
email
- The email to setpublic void setFailComp(boolean failComp)
failComp
- The failComp to setpublic void setFailEmail(boolean failEmail)
failEmail
- The failEmail to setpublic void setNewKey(java.lang.String newKey)
newKey
- The newKey to setpublic void setOldKey(java.lang.String oldKey)
oldKey
- The oldKey to setpublic void setSelectedTab(java.lang.String selectedTab)
selectedTab
- The selectedTab to setpublic void setSuccComp(boolean succComp)
succComp
- The succComp to setpublic void setSuccEmail(boolean succEmail)
succEmail
- The succEmail to setpublic void setViewNewBrowserWindow(boolean viewNewBrowserWindow)
viewNewBrowserWindow
- The viewNewBrowserWindow to setpublic boolean isInitialized()
public void setInitialized(boolean initialized)
initialized
- the status indicating if the form is initialized.public java.lang.String getPreviousTab()
public void setPreviousTab(java.lang.String previousTab)
previousTab
- The previousTab to setpublic java.lang.String getSystemName()
public java.lang.String getSystemVersion()
public java.lang.String getIportalVersion()
public void setSystemName(java.lang.String systemName)
systemName
- The systemName to setpublic void setSystemVersion(java.lang.String systemVersion)
systemVersion
- The systemVersion to setpublic void setIportalVersion(java.lang.String iportalVersion)
iportalVersion
- The iportalVersion to setpublic int getSecurityIntegrationOption()
public void setSecurityIntegrationOption(int securityIntegrationOption)
securityIntegrationOption
- The securityIntegrationOption to setpublic boolean isEmailChanged()
public void setOriginalEmail(java.lang.String string)
public java.lang.String getCurrentSkin()
public java.lang.String getCurrentView()
public void setCurrentSkin(java.lang.String string)
public void setCurrentView(java.lang.String string)
public java.util.Collection getSkins()
public void setSkins(java.util.Collection _skins)
public java.lang.String getCurrentAnalyticsExpLevel()
public void setCurrentAnalyticsExpLevel(java.lang.String _currentAnalyticsExpLevel)
public java.util.Collection getAnalyticsExpLevels()
public void setAnalyticsExpLevels(java.util.Collection _analyticsExpLevels)
public java.util.Collection getViews()
public void setViews(java.util.Collection collection)
public boolean isUserPropertiesChanged()
public void setOriginalFailComp(boolean b)
public void setOriginalFailEmail(boolean b)
public void setOriginalSuccComp(boolean b)
public void setOriginalSuccEmail(boolean b)
public boolean isCanChangePassword()
public void setCanChangePassword(boolean b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |