Class EditApplicationProperties

All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class EditApplicationProperties extends ViewApplicationProperties
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • 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 ViewApplicationProperties
      Throws:
      Exception
    • setParameters

      public void setParameters(Map parameters)
    • getInstalledLocales

      public Map<String,String> getInstalledLocales()
      Retrieve the installed locales with the default option at the top
      Returns:
      a map of installed locales
    • 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)
    • getSelfUrlOriginType

      public String getSelfUrlOriginType()
    • setSelfUrlOriginType

      public void setSelfUrlOriginType(String selfUrlOriginType)
    • getEmailFromHeaderFormat

      public String getEmailFromHeaderFormat()
    • setEmailFromHeaderFormat

      public void setEmailFromHeaderFormat(String emailFromHeaderFormat)
    • setIntroduction

      public void setIntroduction(String introduction)
    • isWatching

      public boolean isWatching()
    • setWatching

      public void setWatching(boolean watching)
    • isGlobalSharing

      public boolean isGlobalSharing()
    • setGlobalSharing

      public void setGlobalSharing(boolean globalSharing)
    • 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)
    • getAllowedModes

      public Map<String,String> getAllowedModes()
    • isCacheIssues

      public boolean isCacheIssues()
    • setCacheIssues

      public void setCacheIssues(boolean cacheIssues)
    • 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)
    • getCriteriaAutoUpdate

      public boolean getCriteriaAutoUpdate()
    • setCriteriaAutoUpdate

      public void setCriteriaAutoUpdate(boolean state)
    • 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
    • isHasUnassignedIssues

      public boolean isHasUnassignedIssues() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getUnassignedIssueCount

      public long 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)
    • getConfiguredTimeZoneId

      public String getConfiguredTimeZoneId()
    • getConfiguredTimeZoneRegion

      public String getConfiguredTimeZoneRegion()
    • getTimeZoneManager

      public TimeZoneService getTimeZoneManager()
    • setDefaultTimeZoneId

      public void setDefaultTimeZoneId(String timeZoneId)
    • getTimeZoneInfos

      public List<TimeZoneInfo> getTimeZoneInfos()
    • getTimeZoneRegions

      public List<RegionInfo> getTimeZoneRegions()
    • isUseGzip

      public boolean isUseGzip()
    • setUseGzip

      public void setUseGzip(boolean useGzip)
    • 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)
    • isAjaxIssuePicker

      public boolean isAjaxIssuePicker()
    • setAjaxIssuePicker

      public void setAjaxIssuePicker(boolean ajaxIssuePicker)
    • isJqlAutocompleteDisabled

      public boolean isJqlAutocompleteDisabled()
    • setJqlAutocompleteDisabled

      public void setJqlAutocompleteDisabled(boolean jqlAutocompleteDisabled)
    • getContactAdministratorsMessage

      public String getContactAdministratorsMessage()
      Overrides:
      getContactAdministratorsMessage in class ViewApplicationProperties
    • setContactAdministratorsMessage

      public void setContactAdministratorsMessage(String contactAdministratorsMessage)
    • getContactAdministratorsMessageEditHtml

      public String getContactAdministratorsMessageEditHtml()
      Renders the input control for the Contact administrators message.
      Returns:
      the HTML of the input control to be displayed on the form.
    • isShowContactAdministratorsForm

      public boolean isShowContactAdministratorsForm()
    • setShowContactAdministratorsForm

      public void setShowContactAdministratorsForm(boolean showContactAdministratorsForm)
    • getIeMimeSniffer

      public String getIeMimeSniffer()
    • setIeMimeSniffer

      public void setIeMimeSniffer(String ieMimeSniffer)
    • getValidMimeSnifferOptions

      public Map<String,String> getValidMimeSnifferOptions()
    • getMaximumLengthProjectNames

      public String getMaximumLengthProjectNames()
    • setMaximumLengthProjectNames

      public void setMaximumLengthProjectNames(String maximumLengthProjectNames)
    • getMaximumLengthProjectKeys

      public String getMaximumLengthProjectKeys()
    • setMaximumLengthProjectKeys

      public void setMaximumLengthProjectKeys(String maximumLengthProjectKeys)
    • getMaximumAuthenticationAttemptsAllowed

      public String getMaximumAuthenticationAttemptsAllowed()
    • setMaximumAuthenticationAttemptsAllowed

      public void setMaximumAuthenticationAttemptsAllowed(String maximumAuthenticationAttemptsAllowed)
    • setDisableInlineEdit

      public void setDisableInlineEdit(boolean disableInlineEdit)
    • hasMailServer

      public boolean hasMailServer()
    • isChangeGzipEnabled

      public boolean isChangeGzipEnabled()
    • isEmptyJqlReturnsNoDataEnabled

      public boolean isEmptyJqlReturnsNoDataEnabled()
      Overrides:
      isEmptyJqlReturnsNoDataEnabled in class ViewApplicationProperties
    • setEmptyJqlReturnsNoDataEnabled

      public void setEmptyJqlReturnsNoDataEnabled(boolean emptyJqlReturnsNoDataEnabled)
      Overrides:
      setEmptyJqlReturnsNoDataEnabled in class ViewApplicationProperties
    • getFavouriteFiltersGadgetMaxTimeout

      public String getFavouriteFiltersGadgetMaxTimeout()
    • setFavouriteFiltersGadgetMaxTimeout

      public void setFavouriteFiltersGadgetMaxTimeout(String favouriteFiltersGadgetMaxTimeout)
    • isCsvExportDialogEnabled

      public boolean isCsvExportDialogEnabled()
      Overrides:
      isCsvExportDialogEnabled in class ViewApplicationProperties
    • setCsvExportDialogEnabled

      public void setCsvExportDialogEnabled(boolean csvExportDialogEnabled)
      Overrides:
      setCsvExportDialogEnabled in class ViewApplicationProperties
    • isXsrfDialogDisplayParamsEnabled

      public boolean isXsrfDialogDisplayParamsEnabled()
      Overrides:
      isXsrfDialogDisplayParamsEnabled in class ViewApplicationProperties
    • setXsrfDialogDisplayParamsEnabled

      public void setXsrfDialogDisplayParamsEnabled(boolean xsrfDialogDisplayParamsEnabled)
      Overrides:
      setXsrfDialogDisplayParamsEnabled in class ViewApplicationProperties
    • isIssueCommentReactionsEnabled

      public boolean isIssueCommentReactionsEnabled()
      Overrides:
      isIssueCommentReactionsEnabled in class ViewApplicationProperties
    • setIssueCommentReactionsEnabled

      public void setIssueCommentReactionsEnabled(boolean issueCommentReactionsEnabled)
      Overrides:
      setIssueCommentReactionsEnabled in class ViewApplicationProperties
    • getEventPublisher

      protected com.atlassian.event.api.EventPublisher getEventPublisher()
      Overridable location to retrieve an EventPublisher to publish events through. It's not injected via the constructor because it has too many adverse impacts on APIs and existing usages.
      Returns:
      an EventPublisher.
    • getStacktraceEnabled

      public Boolean getStacktraceEnabled()
    • setStacktraceEnabled

      public void setStacktraceEnabled(Boolean stacktraceEnabled)