com.atlassian.jira.web.action.admin
Class EditApplicationProperties

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.web.action.ProjectActionSupport
                  extended by com.atlassian.jira.web.action.admin.ViewApplicationProperties
                      extended by com.atlassian.jira.web.action.admin.EditApplicationProperties
All Implemented Interfaces:
ErrorCollection, I18nHelper, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class EditApplicationProperties
extends ViewApplicationProperties

See Also:
Serialized Form

Field Summary
static String LOGOUT_CONFIRM_ALWAYS
           
static String LOGOUT_CONFIRM_COOKIE
           
static String LOGOUT_CONFIRM_NEVER
           
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
projectManager
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, savedFilters, selectedProject
 
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
EditApplicationProperties()
           
 
Method Summary
 String doDefault()
           
protected  String doExecute()
           
protected  void doValidation()
           
 Map getAllowedLanguages()
           
 Map getAllowedModes()
           
 String getBaseURL()
           
 String getDefaultLocale()
           
 String getEmailFromHeaderFormat()
           
 String getEmailVisibility()
           
 String getEncoding()
           
 Map getInstalledLocales()
          Retrieve the installed locales with the default option at the top
 String getIntroduction()
           
 String getLanguage()
           
 String getLogoutConfirm()
           
 String getMode()
           
 int getProjectsWithDefaultUnassignedCount()
           
 String getTitle()
           
 int getUnassignedIssueCount()
           
 boolean isAjaxIssueOperations()
           
 boolean isAllowRpc()
           
 boolean isAllowUnassigned()
           
 boolean isCacheIssues()
           
 boolean isCanSwitchUnassignedOff()
           
 boolean isCaptcha()
           
 boolean isExcludePrecedenceHeader()
           
 boolean isExternalPM()
           
 boolean isExternalUM()
           
 boolean isGroupVisibility()
           
 boolean isProjectRoleVisibility()
           
 boolean isUseGzip()
           
 boolean isVoting()
           
 boolean isWatching()
           
 void setAjaxIssueOperations(boolean ajaxIssueOperations)
           
 void setAllowRpc(boolean allowRpc)
           
 void setAllowUnassigned(boolean allowUnassigned)
           
 void setBaseURL(String baseURL)
           
 void setCacheIssues(boolean cacheIssues)
           
 void setCaptcha(boolean captcha)
           
 void setDefaultLocale(String defaultLocale)
           
 void setEmailFromHeaderFormat(String emailFromHeaderFormat)
           
 void setEmailVisibility(String emailVisibility)
           
 void setEncoding(String encoding)
           
 void setExcludePrecedenceHeader(boolean excludePrecedenceHeader)
           
 void setExternalPM(boolean externalPM)
           
 void setExternalUM(boolean externalUM)
           
 void setGroupVisibility(boolean groupVisibility)
           
 void setIntroduction(String introduction)
           
 void setLanguage(String language)
           
 void setLogoutConfirm(String logoutConfirm)
           
 void setMode(String mode)
           
 void setParameters(Map parameters)
           
 void setProjectRoleVisibility(boolean projectRoleVisibility)
           
 void setTitle(String title)
           
 void setUseGzip(boolean useGzip)
           
 void setVoting(boolean voting)
           
 void setWatching(boolean watching)
           
 
Methods inherited from class com.atlassian.jira.web.action.admin.ViewApplicationProperties
getJiraMode
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSelectedProjectId, setSelectedProject
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, forceRedirect, getAssignableUsers, getAssignableUsers, getCachedGroups, getCalendarTranslationFilenameForLanguage, getComponentManager, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getJiraServiceContext, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getSavedFilters, getSelectedProject, getServerId, getText, getTimeFormat, getUserFullName, getVersionManager, getWebworkStack, getWebworkStack, isHasCalendarTranslationForLanguage, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isUserExists, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, 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, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

LOGOUT_CONFIRM_ALWAYS

public static final String LOGOUT_CONFIRM_ALWAYS
See Also:
Constant Field Values

LOGOUT_CONFIRM_NEVER

public static final String LOGOUT_CONFIRM_NEVER
See Also:
Constant Field Values

LOGOUT_CONFIRM_COOKIE

public static final String LOGOUT_CONFIRM_COOKIE
See Also:
Constant Field Values
Constructor Detail

EditApplicationProperties

public EditApplicationProperties()
Method Detail

doDefault

public String doDefault()
                 throws Exception
Overrides:
doDefault in class webwork.action.ActionSupport
Throws:
Exception

doValidation

protected void doValidation()
Overrides:
doValidation in class webwork.action.ActionSupport

doExecute

protected String doExecute()
                    throws Exception
Overrides:
doExecute in class webwork.action.ActionSupport
Throws:
Exception

setParameters

public void setParameters(Map parameters)

getInstalledLocales

public Map getInstalledLocales()
Retrieve the installed locales with the default option at the top


getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getMode

public String getMode()

setMode

public void setMode(String mode)

getBaseURL

public String getBaseURL()

setBaseURL

public void setBaseURL(String baseURL)

getEmailFromHeaderFormat

public String getEmailFromHeaderFormat()

setEmailFromHeaderFormat

public void setEmailFromHeaderFormat(String emailFromHeaderFormat)

getIntroduction

public String getIntroduction()

setIntroduction

public void setIntroduction(String introduction)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

isWatching

public boolean isWatching()

setWatching

public void setWatching(boolean watching)

isVoting

public boolean isVoting()

setVoting

public void setVoting(boolean voting)

isAllowUnassigned

public boolean isAllowUnassigned()

setAllowUnassigned

public void setAllowUnassigned(boolean allowUnassigned)

isExternalUM

public boolean isExternalUM()

setExternalUM

public void setExternalUM(boolean externalUM)

isExternalPM

public boolean isExternalPM()

setExternalPM

public void setExternalPM(boolean externalPM)

getAllowedModes

public Map getAllowedModes()

isCacheIssues

public boolean isCacheIssues()

setCacheIssues

public void setCacheIssues(boolean cacheIssues)

getAllowedLanguages

public Map getAllowedLanguages()

getLanguage

public String getLanguage()
Overrides:
getLanguage in class JiraWebActionSupport

setLanguage

public void setLanguage(String language)

getLogoutConfirm

public String getLogoutConfirm()

setLogoutConfirm

public void setLogoutConfirm(String logoutConfirm)

getEmailVisibility

public String getEmailVisibility()

setEmailVisibility

public void setEmailVisibility(String emailVisibility)

isCanSwitchUnassignedOff

public boolean isCanSwitchUnassignedOff()
                                 throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getUnassignedIssueCount

public int getUnassignedIssueCount()
                            throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getProjectsWithDefaultUnassignedCount

public int getProjectsWithDefaultUnassignedCount()
                                          throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getDefaultLocale

public String getDefaultLocale()

setDefaultLocale

public void setDefaultLocale(String defaultLocale)

isUseGzip

public boolean isUseGzip()

setUseGzip

public void setUseGzip(boolean useGzip)

isAllowRpc

public boolean isAllowRpc()

setAllowRpc

public void setAllowRpc(boolean allowRpc)

isExcludePrecedenceHeader

public boolean isExcludePrecedenceHeader()

setExcludePrecedenceHeader

public void setExcludePrecedenceHeader(boolean excludePrecedenceHeader)

isGroupVisibility

public boolean isGroupVisibility()

setGroupVisibility

public void setGroupVisibility(boolean groupVisibility)

isProjectRoleVisibility

public boolean isProjectRoleVisibility()

setProjectRoleVisibility

public void setProjectRoleVisibility(boolean projectRoleVisibility)

isCaptcha

public boolean isCaptcha()

setCaptcha

public void setCaptcha(boolean captcha)

isAjaxIssueOperations

public boolean isAjaxIssueOperations()

setAjaxIssueOperations

public void setAjaxIssueOperations(boolean ajaxIssueOperations)


Copyright © 2002-2007 Atlassian. All Rights Reserved.