Class ViewSpaceSummaryAction

    • Constructor Detail

      • ViewSpaceSummaryAction

        public ViewSpaceSummaryAction()
    • 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
      • getRecentlyUpdatedContent

        public List getRecentlyUpdatedContent()
      • getLabelsOnThisSpace

        public List getLabelsOnThisSpace()
        Description copied from interface: SpaceLabelAware
        Returns the labels for the space (excluding team labels) for rendering in the UI
        Specified by:
        getLabelsOnThisSpace in interface SpaceLabelAware
        Returns:
        teams labels for the space
      • getMaxRecentChangesSize

        public int getMaxRecentChangesSize()
      • setMaxRecentChangesSize

        public void setMaxRecentChangesSize​(int i)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • setContentEntityManager

        public void setContentEntityManager​(ContentEntityManager contentEntityManager)
      • setCommentManager

        public void setCommentManager​(CommentManager commentManager)
      • setSpaceLabelManager

        public void setSpaceLabelManager​(SpaceLabelManager spaceLabelManager)
      • getSpaceAdmins

        public List<com.atlassian.user.User> getSpaceAdmins()
      • setShowAllAdmins

        public void setShowAllAdmins​(boolean showAllAdmins)
      • thereAreMoreAdmins

        public boolean thereAreMoreAdmins()