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

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.admin.ViewApplicationProperties
                      extended bycom.atlassian.jira.web.action.admin.EditApplicationProperties
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, webwork.action.ParameterAware, Serializable

public class EditApplicationProperties
extends ViewApplicationProperties
implements webwork.action.ParameterAware

See Also:
Serialized Form

Field Summary
(package private)  boolean allowRpc
           
(package private)  boolean allowUnassigned
           
(package private)  String baseURL
           
(package private)  boolean cacheIssues
           
(package private)  String defaultLocale
           
(package private)  String emailFromHeaderFormat
           
(package private)  String emailVisibility
           
(package private)  String encoding
           
(package private)  boolean excludePrecedenceHeader
           
(package private)  boolean externalPM
           
(package private)  boolean externalUM
           
(package private)  String introduction
           
(package private)  String language
           
static String LOGOUT_CONFIRM_ALWAYS
           
static String LOGOUT_CONFIRM_COOKIE
           
static String LOGOUT_CONFIRM_NEVER
           
(package private)  String logoutConfirm
           
(package private)  String mode
           
static String NONE
           
(package private)  Map params
           
(package private)  String title
           
(package private)  boolean useGzip
           
(package private)  boolean voting
           
(package private)  boolean watching
           
 
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, 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 and add 'None' so that the JVM default can be used
 String getIntroduction()
           
 String getLanguage()
           
 String getLogoutConfirm()
           
 String getMode()
           
 int getProjectsWithDefaultUnassignedCount()
           
 String getTitle()
           
 int getUnassignedIssueCount()
           
 boolean isAllowRpc()
           
 boolean isAllowUnassigned()
           
 boolean isCacheIssues()
           
 boolean isCanSwitchUnassignedOff()
           
 boolean isExcludePrecedenceHeader()
           
 boolean isExternalPM()
           
 boolean isExternalUM()
           
 boolean isUseGzip()
           
 boolean isVoting()
           
 boolean isWatching()
           
 void setAllowRpc(boolean allowRpc)
           
 void setAllowUnassigned(boolean allowUnassigned)
           
 void setBaseURL(String baseURL)
           
 void setCacheIssues(boolean cacheIssues)
           
 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 setIntroduction(String introduction)
           
 void setLanguage(String language)
           
 void setLogoutConfirm(String logoutConfirm)
           
 void setMode(String mode)
           
 void setParameters(Map parameters)
           
 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.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSelectedProjectId, isEnterprise, setSelectedProject
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, forceRedirect, getAssignableUsers, getAssignableUsers, getCachedGroups, getCalendarTranslationFilenameForLanguage, getComponentManager, getConstantsManager, getDateFormat, getDateTimeFormat, getDefaultAssignee, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getSavedFilters, getSelectedProject, getText, getTimeFormat, getUserFullName, getVersionManager, isDefaultAssignee, isDefaultAssignee, isHasCalendarTranslationForLanguage, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee, processDefaultAssignee, 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, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, isProfessional
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, 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, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

title

String title

mode

String mode

introduction

String introduction

baseURL

String baseURL

emailFromHeaderFormat

String emailFromHeaderFormat

encoding

String encoding

language

String language

defaultLocale

String defaultLocale

voting

boolean voting

watching

boolean watching

allowUnassigned

boolean allowUnassigned

externalUM

boolean externalUM

externalPM

boolean externalPM

cacheIssues

boolean cacheIssues

logoutConfirm

String logoutConfirm

useGzip

boolean useGzip

allowRpc

boolean allowRpc

excludePrecedenceHeader

boolean excludePrecedenceHeader

emailVisibility

String emailVisibility

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

NONE

public static final String NONE
See Also:
Constant Field Values

params

Map params
Constructor Detail

EditApplicationProperties

public EditApplicationProperties()
Method Detail

setParameters

public void setParameters(Map parameters)
Specified by:
setParameters in interface webwork.action.ParameterAware

doDefault

public String doDefault()
                 throws Exception
Throws:
Exception

doValidation

protected void doValidation()

doExecute

protected String doExecute()
                    throws Exception
Throws:
Exception

getInstalledLocales

public Map getInstalledLocales()
Retrieve the installed locales and add 'None' so that the JVM default can be used


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)


Copyright © 2002-2006 Atlassian. All Rights Reserved.