Uses of Class
com.logicaldoc.core.security.Group
Packages that use Group
Package
Description
-
Uses of Group in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return GroupMethods in com.logicaldoc.core.security that return types with arguments of type GroupModifier and TypeMethodDescriptionSecurityManager.getAllowedGroups
(long menuId) Retrieves the collection of groups that can access the given menuSecurityManagerImpl.getAllowedGroups
(long menuId) User.getGroups()
Methods in com.logicaldoc.core.security with parameters of type GroupMethod parameters in com.logicaldoc.core.security with type arguments of type Group -
Uses of Group in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return GroupModifier and TypeMethodDescriptionGroupDAO.findByName
(String name, long tenantId) Finds a group by name.HibernateGroupDAO.findByName
(String name, long tenantId) Methods in com.logicaldoc.core.security.dao that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupDAO.findByLikeName
(String name, long tenantId) This method finds a Group by name.HibernateGroupDAO.findByLikeName
(String name, long tenantId) Methods in com.logicaldoc.core.security.dao with parameters of type GroupModifier 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
Methods in com.logicaldoc.webservice.model that return GroupMethods in com.logicaldoc.webservice.model with parameters of type Group