Uses of Class
ubic.gemma.web.controller.common.auditAndSecurity.UserValueObject
-
Packages that use UserValueObject Package Description ubic.gemma.web.controller ubic.gemma.web.controller.common.auditAndSecurity -
-
Uses of UserValueObject in ubic.gemma.web.controller
Methods in ubic.gemma.web.controller that return types with arguments of type UserValueObject Modifier and Type Method Description Collection<UserValueObject>
PhenotypeController. findEvidenceOwners()
Returns a collection of users who own evidence. -
Uses of UserValueObject in ubic.gemma.web.controller.common.auditAndSecurity
Methods in ubic.gemma.web.controller.common.auditAndSecurity that return types with arguments of type UserValueObject Modifier and Type Method Description Collection<UserValueObject>
SecurityController. getGroupMembers(String groupName)
Collection<UserValueObject>
UserListController. getUsers()
Methods in ubic.gemma.web.controller.common.auditAndSecurity with parameters of type UserValueObject Modifier and Type Method Description void
UserListController. saveUser(UserValueObject user)
-