Class FolderInheritedRightsInformation


  • public class FolderInheritedRightsInformation
    extends java.lang.Object
    • Constructor Detail

      • FolderInheritedRightsInformation

        public FolderInheritedRightsInformation()
      • FolderInheritedRightsInformation

        public FolderInheritedRightsInformation​(com.jalios.jcms.Category folder,
                                                generated.PortletExplorer explorer,
                                                com.jalios.jcms.workspace.Workspace workspace,
                                                java.util.List<com.jalios.jcms.Member> administrators)
    • Method Detail

      • setInheritedReadRightsInformations

        public void setInheritedReadRightsInformations​(java.util.List<FolderRightInformation> readRightsInformations)
      • setInheritedUseRightsInformations

        public void setInheritedUseRightsInformations​(java.util.List<FolderRightInformation> useRightsInformations)
      • setInheritedManageRightsInformations

        public void setInheritedManageRightsInformations​(java.util.List<FolderRightInformation> manageRightsInformations)
      • setAdministrators

        public void setAdministrators​(java.util.List<com.jalios.jcms.Member> administrators)
      • getFolder

        public com.jalios.jcms.Category getFolder()
      • getExplorer

        public generated.PortletExplorer getExplorer()
      • getWorkspace

        public com.jalios.jcms.workspace.Workspace getWorkspace()
      • getAdministrators

        public java.util.List<com.jalios.jcms.Member> getAdministrators()
      • getInheritedReadRightsInformations

        public java.util.List<FolderRightInformation> getInheritedReadRightsInformations()
      • getInheritedUseRightsInformations

        public java.util.List<FolderRightInformation> getInheritedUseRightsInformations()
      • getInheritedManageRightsInformations

        public java.util.List<FolderRightInformation> getInheritedManageRightsInformations()
      • getAllMemberSet

        public java.util.Set<com.jalios.jcms.Member> getAllMemberSet​(CategoryRightType rightType)
      • getAllGroupSet

        public java.util.Set<com.jalios.jcms.Group> getAllGroupSet​(CategoryRightType rightType)
      • isAnyParentHasExplicitReadRights

        public boolean isAnyParentHasExplicitReadRights()