Uses of Class
ubic.gemma.model.common.auditAndSecurity.User
Packages that use User
Package
Description
-
Uses of User in ubic.gemma.core.mail
Methods in ubic.gemma.core.mail with parameters of type UserModifier and TypeMethodDescriptionvoidMailService.sendAddUserToGroupEmail(User user, String groupName, User userTakingAction) voidMailServiceImpl.sendAddUserToGroupEmail(User user, String groupName, User userTakingAction) Send an email when a user is added to a group.voidMailService.sendRemoveUserFromGroupEmail(User user, String groupName, User userTakingAction) voidMailServiceImpl.sendRemoveUserFromGroupEmail(User user, String groupName, User userTakingAction) Send an email when a user is removed from a group.voidMailService.sendTaskCompletedEmail(User user, String taskId, String taskName, String taskStatus, String logs) voidMailServiceImpl.sendTaskCompletedEmail(User user, String taskId, String taskName, String taskStatus, String logs) -
Uses of User in ubic.gemma.core.security.authentication
Methods in ubic.gemma.core.security.authentication that return UserModifier and TypeMethodDescriptionUserService.create(gemma.gsec.model.User user) UserServiceImpl.create(gemma.gsec.model.User user) UserManager.findByEmail(String s) UserManagerImpl.findByEmail(String emailAddress) UserService.findByEmail(String s) UserServiceImpl.findByEmail(String email) UserManager.findByUserName(String s) UserManagerImpl.findByUserName(String userName) UserService.findByUserName(String s) UserServiceImpl.findByUserName(String userName) UserManager.getCurrentUser()Obtain theUsercorresponding to the currently logged in user.UserManagerImpl.getCurrentUser()Methods in ubic.gemma.core.security.authentication that return types with arguments of type User -
Uses of User in ubic.gemma.model.common.auditAndSecurity
Methods in ubic.gemma.model.common.auditAndSecurity that return UserModifier and TypeMethodDescriptionAuditEvent.getPerformer()JobInfo.getUser()static UserUser.Factory.newInstance(String userName) Methods in ubic.gemma.model.common.auditAndSecurity that return types with arguments of type UserMethods in ubic.gemma.model.common.auditAndSecurity with parameters of type UserModifier and TypeMethodDescriptionstatic AuditEventAuditEvent.Factory.newInstance(Date date, AuditAction action, String note, String detail, User performer, AuditEventType eventType) Create a new, immutable audit event.static JobInfoJobInfo.Factory.newInstance(Boolean runningStatus, String failedMessage, Date startTime, Date endTime, Integer phases, String description, String messages, String taskId, User user) voidMethod parameters in ubic.gemma.model.common.auditAndSecurity with type arguments of type User -
Uses of User in ubic.gemma.persistence.service.common.auditAndSecurity
Methods in ubic.gemma.persistence.service.common.auditAndSecurity that return UserModifier and TypeMethodDescriptionUserDao.findByEmail(String email) UserDaoImpl.findByEmail(String email) UserDao.findByUserName(String userName) UserDaoImpl.findByUserName(String userName) Methods in ubic.gemma.persistence.service.common.auditAndSecurity with parameters of type UserModifier and TypeMethodDescriptionUserGroupDao.findGroupsForUser(User user) UserGroupDaoImpl.findGroupsForUser(User user) UserDao.loadGroupAuthorities(User u) UserDaoImpl.loadGroupAuthorities(User user) UserDao.loadGroups(User user) UserDaoImpl.loadGroups(User user) voidMethod parameters in ubic.gemma.persistence.service.common.auditAndSecurity with type arguments of type User -
Uses of User in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type User -
Uses of User in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type User -
Uses of User in ubic.gemma.web.controller.common.auditAndSecurity
Constructors in ubic.gemma.web.controller.common.auditAndSecurity with parameters of type User