Uses of Class
ubic.gemma.model.common.auditAndSecurity.UserGroup
-
Packages that use UserGroup Package Description ubic.gemma.core.security.authentication This package contains implementation of gsecUserService
andUserManager
.ubic.gemma.model.common.auditAndSecurity ubic.gemma.persistence.service.common.auditAndSecurity -
-
Uses of UserGroup in ubic.gemma.core.security.authentication
Methods in ubic.gemma.core.security.authentication that return UserGroup Modifier and Type Method Description UserGroup
UserService. create(gemma.gsec.model.UserGroup userGroup)
UserGroup
UserServiceImpl. create(gemma.gsec.model.UserGroup group)
UserGroup
UserManager. findGroupByName(String s)
UserGroup
UserManagerImpl. findGroupByName(String name)
UserGroup
UserService. findGroupByName(String s)
UserGroup
UserServiceImpl. findGroupByName(String name)
-
Uses of UserGroup in ubic.gemma.model.common.auditAndSecurity
Methods in ubic.gemma.model.common.auditAndSecurity that return UserGroup Modifier and Type Method Description static UserGroup
UserGroup.Factory. newInstance()
Methods in ubic.gemma.model.common.auditAndSecurity that return types with arguments of type UserGroup Modifier and Type Method Description Set<UserGroup>
User. getGroups()
Method parameters in ubic.gemma.model.common.auditAndSecurity with type arguments of type UserGroup Modifier and Type Method Description void
User. setGroups(Set<UserGroup> groups)
-
Uses of UserGroup in ubic.gemma.persistence.service.common.auditAndSecurity
Methods in ubic.gemma.persistence.service.common.auditAndSecurity that return UserGroup Modifier and Type Method Description UserGroup
UserGroupDaoImpl. create(UserGroup userGroup)
UserGroup
UserGroupDaoImpl. find(UserGroup entity)
UserGroup
UserGroupDao. findByName(String name)
UserGroup
UserGroupDaoImpl. findByName(String name)
Methods in ubic.gemma.persistence.service.common.auditAndSecurity that return types with arguments of type UserGroup Modifier and Type Method Description Collection<UserGroup>
UserGroupDao. findGroupsForUser(User user)
Collection<UserGroup>
UserGroupDaoImpl. findGroupsForUser(User user)
Collection<UserGroup>
UserDao. loadGroups(User user)
Collection<UserGroup>
UserDaoImpl. loadGroups(User user)
Methods in ubic.gemma.persistence.service.common.auditAndSecurity with parameters of type UserGroup Modifier and Type Method Description UserGroup
UserGroupDaoImpl. create(UserGroup userGroup)
UserGroup
UserGroupDaoImpl. find(UserGroup entity)
void
UserGroupDaoImpl. remove(UserGroup userGroup)
void
UserGroupDaoImpl. update(UserGroup userGroup)
-