Uses of Class
com.logicaldoc.core.security.Group
-
Packages that use Group Package Description com.logicaldoc.core.security com.logicaldoc.core.security.dao com.logicaldoc.webservice.model -
-
Uses of Group in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return Group Modifier and Type Method Description GroupUser. getUserGroup()Retrieves this user's groupMethods in com.logicaldoc.core.security that return types with arguments of type Group Modifier and Type Method Description Set<Group>SecurityManager. getAllowedGroups(long menuId)Retrieves the collection of groups that can access the given menuSet<Group>SecurityManagerImpl. getAllowedGroups(long menuId)Set<Group>User. getGroups()Methods in com.logicaldoc.core.security with parameters of type Group Modifier and Type Method Description voidUser. addGroup(Group group)Method parameters in com.logicaldoc.core.security with type arguments of type Group Modifier and Type Method Description voidUser. setGroups(Set<Group> groups) -
Uses of Group in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return Group Modifier and Type Method Description GroupGroupDAO. findByName(String name, long tenantId)Finds a group by name.GroupHibernateGroupDAO. findByName(String name, long tenantId)Methods in com.logicaldoc.core.security.dao that return types with arguments of type Group Modifier and Type Method Description Collection<Group>GroupDAO. findByLikeName(String name, long tenantId)This method finds a Group by name.Collection<Group>HibernateGroupDAO. findByLikeName(String name, long tenantId)Methods in com.logicaldoc.core.security.dao with parameters of type Group Modifier and Type Method Description voidGroupDAO. 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)Initialize the group collectionsvoidHibernateGroupDAO. initialize(Group group)booleanGroupDAO. insert(Group group, long parentGroupId)This method persists a new group object.booleanHibernateGroupDAO. insert(Group group, long parentGroupId)voidHibernateGroupDAO. store(Group group) -
Uses of Group in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return Group Modifier and Type Method Description GroupWSGroup. toGroup()Methods in com.logicaldoc.webservice.model with parameters of type Group Modifier and Type Method Description static WSGroupWSGroup. fromGroup(Group group)
-