Uses of Class
com.logicaldoc.core.security.user.Group
Packages that use Group
Package
Description
Definition of the User object and ancillary objects
-
Uses of Group in com.logicaldoc.core.security.user
Methods in com.logicaldoc.core.security.user that return GroupModifier and TypeMethodDescriptionGroupDAO.findByName
(String name, long tenantId) Finds a group by name.HibernateGroupDAO.findByName
(String name, long tenantId) User.getUserGroup()
Retrieves this user's groupMethods in com.logicaldoc.core.security.user 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) User.getGroups()
Methods in com.logicaldoc.core.security.user with parameters of type GroupModifier and TypeMethodDescriptionvoid
void
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) Initializes the group collectionsvoid
HibernateGroupDAO.initialize
(Group group) void
This method persists a new group object.void
void
Method parameters in com.logicaldoc.core.security.user with type arguments of type Group -
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