Uses of Class
com.logicaldoc.core.security.Group
Package
Description
-
Uses of Group in com.logicaldoc.core.security
Modifier and TypeMethodDescriptionSecurityManager.getAllowedGroups
(long menuId) Retrieves the collection of groups that can access the given menuSecurityManagerImpl.getAllowedGroups
(long menuId) User.getGroups()
-
Uses of Group in com.logicaldoc.core.security.dao
Modifier and TypeMethodDescriptionGroupDAO.findByName
(String name, long tenantId) Finds a group by name.HibernateGroupDAO.findByName
(String name, long tenantId) Modifier and TypeMethodDescriptionGroupDAO.findByLikeName
(String name, long tenantId) This method finds a Group by name.HibernateGroupDAO.findByLikeName
(String name, long tenantId) Modifier and TypeMethodDescriptionvoid
GroupDAO.fixGuestPermissions
(Group group) void
HibernateGroupDAO.fixGuestPermissions
(Group group) If the user is guest, we remove not admitted permissionsvoid
GroupDAO.inheritACLs
(Group group, long parentGroupId) This method replicates all ACLs of the parent group to another group.void
HibernateGroupDAO.inheritACLs
(Group group, long parentGroupId) void
GroupDAO.initialize
(Group group) Initialize the group collectionsvoid
HibernateGroupDAO.initialize
(Group group) boolean
This method persists a new group object.boolean
void
-
Uses of Group in com.logicaldoc.webservice.model