Class ViewSpaceDirectoryAction

    • Field Detail

      • BLANK_EXPERIENCE_SPACE_THRESHOLD

        public static final int BLANK_EXPERIENCE_SPACE_THRESHOLD
        See Also:
        Constant Field Values
    • Method Detail

      • convertToNiceTeamLabel

        public String convertToNiceTeamLabel​(String teamLabel)
        Used in velocity. Takes a string and changes the first letter to be uppercase
        Parameters:
        teamLabel - - label to be converted
        Returns:
        converted team label
      • getTeamLabels

        public List<Label> getTeamLabels()
      • getTeamLabel

        public String getTeamLabel()
      • getLogoDownloadPath

        public String getLogoDownloadPath​(Space space)
      • getPageSize

        public int getPageSize()
      • setTeamLabel

        public void setTeamLabel​(String teamLabel)
      • setStartIndex

        public void setStartIndex​(int startIndex)
      • setSelectedSpaceCategory

        public void setSelectedSpaceCategory​(String selectedSpaceCategory)
      • getSelectedSpaceCategory

        public String getSelectedSpaceCategory()
      • isShowBlankExperience

        public boolean isShowBlankExperience()
      • isHasCreatePermission

        public boolean isHasCreatePermission()
      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • setEventPublisher

        public void setEventPublisher​(com.atlassian.event.api.EventPublisher eventPublisher)