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 TypeMethodDescriptionvoidvoidGroupDAO.fixGuestPermissions(Group group) voidHibernateGroupDAO.fixGuestPermissions(Group group) If the user is guest, we remove not admitted permissionsvoidGroupDAO.inheritACLs(Group group, long parentGroupId) This method replicates all ACLs of the parent group to another group.voidHibernateGroupDAO.inheritACLs(Group group, long parentGroupId) voidGroupDAO.initialize(Group group) Initializes the group collectionsvoidHibernateGroupDAO.initialize(Group group) voidThis method persists a new group object.voidvoidMethod 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