Class CategoryCaddyContext

    • Field Detail

      • noSynonyms

        protected boolean noSynonyms
      • noIcon

        protected boolean noIcon
      • noImage

        protected boolean noImage
      • noColor

        protected boolean noColor
      • selectable

        protected boolean selectable
      • selectableProvided

        protected boolean selectableProvided
      • commonSelectable

        protected boolean commonSelectable
      • commonSelectableAvailable

        protected boolean commonSelectableAvailable
      • alphaOrder

        protected java.lang.Boolean alphaOrder
      • noReadRight

        protected boolean noReadRight
      • authorizedMemberSet

        protected java.util.TreeSet<Member> authorizedMemberSet
      • commonAuthorizedMemberSet

        protected java.util.TreeSet<Member> commonAuthorizedMemberSet
      • authorizedMemberSetAddCount

        protected int authorizedMemberSetAddCount
      • authorizedGroups

        protected Group[] authorizedGroups
      • commonAuthorizedGroups

        protected Group[] commonAuthorizedGroups
      • authorizedGroupsAddCount

        protected int authorizedGroupsAddCount
      • parentProvided

        protected boolean parentProvided
      • commonParent

        protected Category commonParent
      • commonParentAvailable

        protected boolean commonParentAvailable
      • removeFriendlyURLs

        protected boolean removeFriendlyURLs
      • generateFriendlyURLs

        protected boolean generateFriendlyURLs
    • Constructor Detail

      • CategoryCaddyContext

        protected CategoryCaddyContext​(Caddy caddy,
                                       Member member)
    • Method Detail

      • computeWorkingCatSet

        protected void computeWorkingCatSet​(Caddy caddy,
                                            Member member)
      • computeCommonValues

        protected void computeCommonValues()