Class MemberCaddyManagerHandler

    • Field Detail

      • password1

        protected java.lang.String password1
      • password2

        protected java.lang.String password2
      • commonEmailVisible

        protected boolean commonEmailVisible
      • commonEmailVisibleAvailable

        protected boolean commonEmailVisibleAvailable
      • commonWebdavAccess

        protected boolean commonWebdavAccess
      • commonWebdavAccessAvailable

        protected boolean commonWebdavAccessAvailable
      • isWebdavAccessProvided

        protected boolean isWebdavAccessProvided
      • isWebdavAccess

        protected boolean isWebdavAccess
      • commonLdapSync

        protected boolean commonLdapSync
      • commonLdapSyncAvailable

        protected boolean commonLdapSyncAvailable
      • commonLanguage

        protected java.lang.String commonLanguage
      • noRights

        protected boolean noRights
      • commonGroupMap

        protected java.util.HashMap<Group,​java.lang.Boolean> commonGroupMap
      • noDelegates

        protected boolean noDelegates
      • noReadCategory

        protected boolean noReadCategory
      • noCommonReadCategory

        protected boolean noCommonReadCategory
      • readCategorySet

        protected java.util.HashSet<Category> readCategorySet
      • commonReadCategorySet

        protected java.util.HashSet<Category> commonReadCategorySet
    • Constructor Detail

      • MemberCaddyManagerHandler

        public MemberCaddyManagerHandler()
    • Method Detail

      • computeWorkingMemberSet

        protected void computeWorkingMemberSet()
      • compute

        protected void compute()
      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class AbstractCaddyManagerHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • getLogger

        public org.apache.log4j.Logger getLogger()
      • getIterable

        public java.lang.Iterable<Member> getIterable()
      • getActivationMailTabIndex

        public int getActivationMailTabIndex()
      • getSendMailTabIndex

        public int getSendMailTabIndex()
      • setPassword1

        public void setPassword1​(java.lang.String v)
      • setPassword2

        public void setPassword2​(java.lang.String v)
      • isComputedEmailVisibleAvailable

        public boolean isComputedEmailVisibleAvailable()
      • getComputedEmailVisible

        public boolean getComputedEmailVisible()
      • setWebdavAccess

        public void setWebdavAccess​(boolean v)
      • isComputedWebdavAccessAvailable

        public boolean isComputedWebdavAccessAvailable()
      • getComputedWebdavAccess

        public boolean getComputedWebdavAccess()
      • isComputedLdapSyncAvailable

        public boolean isComputedLdapSyncAvailable()
      • getComputedLdapSync

        public boolean getComputedLdapSync()
      • getComputedLanguage

        public java.lang.String getComputedLanguage()
      • setNoRights

        public void setNoRights​(boolean v)
      • getNoRights

        public boolean getNoRights()
      • setNoDelegates

        public final void setNoDelegates​(boolean noDelegates)
      • getNoDelegates

        public final boolean getNoDelegates()
      • getCommonGroups

        public java.util.Set<Group> getCommonGroups()
        Retrieve the commons groups that were computed for all Members in the caddy
        Returns:
        a TreeSet sorted by workspace, never return null
      • setNoReadCategory

        public void setNoReadCategory​(boolean v)
      • getNoReadCategory

        public boolean getNoReadCategory()
      • setNoCommonReadCategory

        public void setNoCommonReadCategory​(boolean v)
      • getNoCommonReadCategory

        public boolean getNoCommonReadCategory()
      • setReadcids

        public void setReadcids​(java.lang.String[] cids)
        Set the value of read cids.
        Parameters:
        cids - Value to assign to cids.
      • getReadCategorySet

        public java.util.HashSet<Category> getReadCategorySet()