Class SpacesConfigurationAction

    • Constructor Detail

      • SpacesConfigurationAction

        public SpacesConfigurationAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • isSystemAdmin

        public boolean isSystemAdmin()
      • setSpaceManager

        public void setSpaceManager​(SpaceManager spaceManager)
      • getSiteHomePages

        public List<com.atlassian.core.util.PairType> getSiteHomePages()
      • getSiteHomePage

        public String getSiteHomePage()
      • setSiteHomePage

        public void setSiteHomePage​(String siteHomePage)
      • getDraftSaveIntervalMinutes

        public int getDraftSaveIntervalMinutes()
      • setDraftSaveIntervalMinutes

        public void setDraftSaveIntervalMinutes​(int draftSaveIntervalMinutes)
      • getDraftSaveIntervalSeconds

        public int getDraftSaveIntervalSeconds()
      • setDraftSaveIntervalSeconds

        public void setDraftSaveIntervalSeconds​(int draftSaveIntervalSeconds)
      • getCurrentTime

        public String getCurrentTime​(String dateFormatPattern)
      • getNiceDraftSaveInterval

        public String getNiceDraftSaveInterval()
      • isAllowThreadedComments

        public boolean isAllowThreadedComments()
      • setAllowThreadedComments

        public void setAllowThreadedComments​(boolean allowThreadedComments)
      • isAllowRemoteApi

        public boolean isAllowRemoteApi()
      • setAllowRemoteApi

        public void setAllowRemoteApi​(boolean allowRemoteApi)
      • getDraftSaveInterval

        public int getDraftSaveInterval()
        Returns:
        in milliseconds
      • isEnableQuickNav

        public boolean isEnableQuickNav()
      • setEnableQuickNav

        public void setEnableQuickNav​(boolean enableQuickNav)
      • getMaxSimultaneousQuickNavRequests

        public int getMaxSimultaneousQuickNavRequests()
      • setMaxSimultaneousQuickNavRequests

        public void setMaxSimultaneousQuickNavRequests​(int maxSimultaneousQuickNavRequests)
      • isEnableOpenSearch

        public boolean isEnableOpenSearch()
      • setEnableOpenSearch

        public void setEnableOpenSearch​(boolean enableOpenSearch)