Uses of Class
net.sourceforge.mystique.domain.entity.User

Packages that use User
net.sourceforge.mystique.domain.entity   
net.sourceforge.mystique.domain.repository   
net.sourceforge.mystique.infrastructure.persistence   
 

Uses of User in net.sourceforge.mystique.domain.entity
 

Methods in net.sourceforge.mystique.domain.entity that return User
 User Comment.getAuthor()
           
 User Attachment.getOwner()
           
 User Ticket.getReporter()
           
 User Confirmation.getResponsible()
           
 User Change.getResponsible()
           
 

Methods in net.sourceforge.mystique.domain.entity that return types with arguments of type User
 java.util.List<User> Ticket.getQualityAssuranceUsers()
           
 java.util.List<User> Ticket.getUsersAssignedTo()
           
 

Methods in net.sourceforge.mystique.domain.entity with parameters of type User
 void Comment.setAuthor(User author)
           
 void Attachment.setOwner(User owner)
           
 void Ticket.setReporter(User reporter)
           
 void Confirmation.setResponsible(User responsible)
           
 void Change.setResponsible(User responsible)
           
 

Method parameters in net.sourceforge.mystique.domain.entity with type arguments of type User
 void Ticket.setQualityAssuranceUsers(java.util.List<User> qualityAssuranceUsers)
           
 void Ticket.setUsersAssignedTo(java.util.List<User> usersAssignedTo)
           
 

Uses of User in net.sourceforge.mystique.domain.repository
 

Methods in net.sourceforge.mystique.domain.repository that return User
 User UserRepository.findByEmail(java.lang.String email)
           
 

Methods in net.sourceforge.mystique.domain.repository with parameters of type User
 Confirmation ConfirmationRepository.findByTicketAndResponsible(Ticket ticket, User responsible)
           
 

Uses of User in net.sourceforge.mystique.infrastructure.persistence
 

Methods in net.sourceforge.mystique.infrastructure.persistence that return User
 User UserJpaRepository.findByEmail(java.lang.String email)
           
 User UserJpaRepository.findById(java.lang.Long id)
           
 

Methods in net.sourceforge.mystique.infrastructure.persistence that return types with arguments of type User
 java.util.List<User> UserJpaRepository.findAll(int offset, int limit)
           
 

Methods in net.sourceforge.mystique.infrastructure.persistence with parameters of type User
 Confirmation ConfirmationJpaRepository.findByTicketAndResponsible(Ticket ticket, User responsible)
           
 void UserJpaRepository.store(User user)
           
 



Copyright © 2010. All Rights Reserved.