Class FolderInheritedRightsInformation
- java.lang.Object
-
- com.jalios.jcmsplugin.explorer.rights.FolderInheritedRightsInformation
-
public class FolderInheritedRightsInformation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FolderInheritedRightsInformation()
FolderInheritedRightsInformation(com.jalios.jcms.Category folder, generated.PortletExplorer explorer, com.jalios.jcms.workspace.Workspace workspace, java.util.List<com.jalios.jcms.Member> administrators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.jalios.jcms.Member>
getAdministrators()
java.util.Set<com.jalios.jcms.Group>
getAllGroupSet(CategoryRightType rightType)
java.util.Set<com.jalios.jcms.Member>
getAllMemberSet(CategoryRightType rightType)
generated.PortletExplorer
getExplorer()
com.jalios.jcms.Category
getFolder()
java.util.List<FolderRightInformation>
getInheritedManageRightsInformations()
java.util.List<FolderRightInformation>
getInheritedReadRightsInformations()
java.util.List<FolderRightInformation>
getInheritedUseRightsInformations()
com.jalios.jcms.workspace.Workspace
getWorkspace()
boolean
isAnyParentHasExplicitReadRights()
void
setAdministrators(java.util.List<com.jalios.jcms.Member> administrators)
void
setInheritedManageRightsInformations(java.util.List<FolderRightInformation> manageRightsInformations)
void
setInheritedReadRightsInformations(java.util.List<FolderRightInformation> readRightsInformations)
void
setInheritedUseRightsInformations(java.util.List<FolderRightInformation> useRightsInformations)
-
-
-
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()
-
-