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 Group
User. 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 void
User. addGroup(Group group)
Method parameters in com.logicaldoc.core.security with type arguments of type Group Modifier and Type Method Description void
User. 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 Group
GroupDAO. findByName(String name, long tenantId)
Finds a group by name.Group
HibernateGroupDAO. 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 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)
Initialize the group collectionsvoid
HibernateGroupDAO. initialize(Group group)
boolean
GroupDAO. insert(Group group, long parentGroupId)
This method persists a new group object.boolean
HibernateGroupDAO. insert(Group group, long parentGroupId)
boolean
HibernateGroupDAO. 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 Group
WSGroup. toGroup()
Methods in com.logicaldoc.webservice.model with parameters of type Group Modifier and Type Method Description static WSGroup
WSGroup. fromGroup(Group group)
-