Uses of Class
ubic.gemma.model.common.auditAndSecurity.UserGroup
Packages that use UserGroup
Package
Description
-
Uses of UserGroup in ubic.gemma.core.security.authentication
Methods in ubic.gemma.core.security.authentication that return UserGroupModifier and TypeMethodDescriptionUserService.create(gemma.gsec.model.UserGroup userGroup) UserServiceImpl.create(gemma.gsec.model.UserGroup group) UserService.findGroupByName(String s) UserServiceImpl.findGroupByName(String name) -
Uses of UserGroup in ubic.gemma.model.common.auditAndSecurity
Methods in ubic.gemma.model.common.auditAndSecurity that return UserGroupMethods in ubic.gemma.model.common.auditAndSecurity that return types with arguments of type UserGroupMethod parameters in ubic.gemma.model.common.auditAndSecurity with type arguments of type UserGroup -
Uses of UserGroup in ubic.gemma.persistence.service.common.auditAndSecurity
Methods in ubic.gemma.persistence.service.common.auditAndSecurity that return UserGroupModifier and TypeMethodDescriptionUserGroupDao.findByName(String name) UserGroupDaoImpl.findByName(String name) Methods in ubic.gemma.persistence.service.common.auditAndSecurity that return types with arguments of type UserGroupModifier and TypeMethodDescriptionUserGroupDao.findGroupsForUser(User user) UserGroupDaoImpl.findGroupsForUser(User user) UserDao.loadGroups(User user) UserDaoImpl.loadGroups(User user) Methods in ubic.gemma.persistence.service.common.auditAndSecurity with parameters of type UserGroup