com.atlassian.jira.web.action.user
Class ConfigurePortal

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.ProjectActionSupport
                  extended bycom.atlassian.jira.web.action.portal.AbstractConfigurePortal
                      extended bycom.atlassian.jira.web.action.user.ConfigurePortal
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, PortalAction, java.io.Serializable
Direct Known Subclasses:
DeletePortlet

public class ConfigurePortal
extends AbstractConfigurePortal

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.portal.AbstractConfigurePortal
dashboardFunction
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
projectManager, savedFilters
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface com.atlassian.jira.util.I18nHelper
DEFAULT_RESOURCE_BUNDLE
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ConfigurePortal(PortalManager portalManager)
           
 
Method Summary
protected  java.lang.String doAdd()
           
 java.lang.String doDefault()
           
protected  java.lang.String doExecute()
           
protected  java.lang.String doFunction()
           
protected  void doValidation()
           
 java.lang.String getConfigure()
           
 java.lang.Long getCurrentPageName()
           
 java.util.Collection getDashboardPages()
           
protected  java.lang.String getEditRedirect(java.lang.Long portletConfigId)
           
protected  java.lang.String getHomeRedirect()
           
 PortalPageConfiguration getPortalConfig()
           
 java.lang.Long getSelectPageId()
           
 boolean isMultiplePortalPagesEnabled()
           
 void resetPortletConf()
           
 void setConfigure(java.lang.String configure)
           
 void setSelectPageId(java.lang.Long selectPageId)
           
 boolean usingDefaultPortalConfig()
           
 
Methods inherited from class com.atlassian.jira.web.action.portal.AbstractConfigurePortal
doSave, getAddButton, getDashboardFunction, getDeleteButton, getEditButton, getLeftPortlets, getMoveDownLeftButton, getMoveDownRightButton, getMoveLeftButton, getMoveRightButton, getMoveUpLeftButton, getMoveUpRightButton, getPortletName, getRightPortlets, getSelectedLeftPortlets, getSelectedPortlets, getSelectedRightPortlets, getUser, savePortalConfig, setAddButton, setDashboardFunction, setDeleteButton, setEditButton, setMoveDownLeftButton, setMoveDownRightButton, setMoveLeftButton, setMoveRightButton, setMoveUpLeftButton, setMoveUpRightButton, setSelectedLeftPortlets, setSelectedPortlets, setSelectedRightPortlets
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSavedFilters, getSelectedProject, isEnterprise, setSelectedProject, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, getAssignableUsers, getAssignableUsers, getCachedGroups, getColumnViewHtml, getComponentManager, getConstantsManager, getCustomFieldHtml, getCustomFieldXML, getDefaultAssignee, getDefaultResourceBundle, getField, getLocale, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getText, getText, getText, getText, getText, getUserFullName, getUserPreferences, getVersionManager, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee, processDefaultAssignee, setReturnUrl
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Constructor Detail

ConfigurePortal

public ConfigurePortal(PortalManager portalManager)
Method Detail

doDefault

public java.lang.String doDefault()
                           throws java.lang.Exception
Throws:
java.lang.Exception

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class AbstractConfigurePortal
Throws:
java.lang.Exception

doFunction

protected java.lang.String doFunction()
                               throws java.lang.Exception
Specified by:
doFunction in class AbstractConfigurePortal
Throws:
java.lang.Exception

doValidation

protected void doValidation()

getPortalConfig

public PortalPageConfiguration getPortalConfig()
                                        throws PortletConfigurationException
Throws:
PortletConfigurationException

usingDefaultPortalConfig

public boolean usingDefaultPortalConfig()
                                 throws PortletConfigurationException
Throws:
PortletConfigurationException

resetPortletConf

public void resetPortletConf()
                      throws PortletConfigurationException
Throws:
PortletConfigurationException

getConfigure

public java.lang.String getConfigure()

setConfigure

public void setConfigure(java.lang.String configure)

doAdd

protected java.lang.String doAdd()
                          throws java.lang.Exception
Specified by:
doAdd in class AbstractConfigurePortal
Throws:
java.lang.Exception

getEditRedirect

protected java.lang.String getEditRedirect(java.lang.Long portletConfigId)
                                    throws java.lang.Exception
Specified by:
getEditRedirect in class AbstractConfigurePortal
Throws:
java.lang.Exception

getHomeRedirect

protected java.lang.String getHomeRedirect()
                                    throws java.lang.Exception
Specified by:
getHomeRedirect in class AbstractConfigurePortal
Throws:
java.lang.Exception

getCurrentPageName

public java.lang.Long getCurrentPageName()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getDashboardPages

public java.util.Collection getDashboardPages()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

getSelectPageId

public java.lang.Long getSelectPageId()

setSelectPageId

public void setSelectPageId(java.lang.Long selectPageId)

isMultiplePortalPagesEnabled

public boolean isMultiplePortalPagesEnabled()


Copyright © 2002-2005 Atlassian. All Rights Reserved.