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

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

Uses of Ticket in net.sourceforge.mystique.application
 

Methods in net.sourceforge.mystique.application with parameters of type Ticket
 java.lang.String EditTicketForm.processSubmit(Ticket ticket, org.springframework.validation.BindingResult result, org.springframework.web.bind.support.SessionStatus status)
           
 java.lang.String AddTicketForm.processSubmit(Ticket ticket, org.springframework.validation.BindingResult result, org.springframework.web.bind.support.SessionStatus status)
           
 

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

Methods in net.sourceforge.mystique.domain.entity that return Ticket
 Ticket Ticket.getDuplicateOf()
           
 Ticket Confirmation.getTicket()
           
 Ticket Attachment.getTicket()
           
 Ticket Comment.getTicket()
           
 Ticket Change.getTicket()
           
 

Methods in net.sourceforge.mystique.domain.entity that return types with arguments of type Ticket
 java.util.List<Ticket> Ticket.getDependsOnIt()
           
 java.util.List<Ticket> Ticket.getDuplicates()
           
 java.util.List<Ticket> Ticket.getItDependsOn()
           
 java.util.List<Ticket> User.getTicketsAssigned()
           
 java.util.List<Ticket> Component.getTicketsReported()
           
 java.util.List<Ticket> User.getTicketsReported()
           
 java.util.List<Ticket> Project.getTicketsReported()
           
 java.util.List<Ticket> Version.getTicketsReported()
           
 java.util.List<Ticket> Milestone.getTicketsReported()
           
 java.util.List<Ticket> User.getTicketsToApprove()
           
 

Methods in net.sourceforge.mystique.domain.entity with parameters of type Ticket
 void Ticket.setDuplicateOf(Ticket duplicateOf)
           
 void Confirmation.setTicket(Ticket ticket)
           
 void Attachment.setTicket(Ticket ticket)
           
 void Comment.setTicket(Ticket ticket)
           
 void Change.setTicket(Ticket ticket)
           
 

Method parameters in net.sourceforge.mystique.domain.entity with type arguments of type Ticket
 void Ticket.setDependsOnIt(java.util.List<Ticket> dependsOnIt)
           
 void Ticket.setDuplicates(java.util.List<Ticket> duplicates)
           
 void Ticket.setItDependsOn(java.util.List<Ticket> itDependsOn)
           
 void User.setTicketsAssigned(java.util.List<Ticket> ticketsAssigned)
           
 void Component.setTicketsReported(java.util.List<Ticket> ticketsReported)
           
 void User.setTicketsReported(java.util.List<Ticket> ticketsReported)
           
 void Project.setTicketsReported(java.util.List<Ticket> ticketsReported)
           
 void Version.setTicketsReported(java.util.List<Ticket> ticketsReported)
           
 void Milestone.setTicketsReported(java.util.List<Ticket> ticketsReported)
           
 void User.setTicketsToApprove(java.util.List<Ticket> ticketsToApprove)
           
 

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

Methods in net.sourceforge.mystique.domain.repository with parameters of type Ticket
 java.util.List<Comment> CommentRepository.findByTicket(Ticket ticket, int offset, int limit)
           
 java.util.List<Confirmation> ConfirmationRepository.findByTicket(Ticket ticket, int offset, int limit)
           
 java.util.List<Attachment> AttachmentRepository.findByTicket(Ticket ticket, int offset, int limit)
           
 Confirmation ConfirmationRepository.findByTicketAndResponsible(Ticket ticket, User responsible)
           
 

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

Methods in net.sourceforge.mystique.infrastructure.persistence that return Ticket
 Ticket TicketJpaRepository.findById(java.lang.Long id)
           
 

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

Methods in net.sourceforge.mystique.infrastructure.persistence with parameters of type Ticket
 java.util.List<Comment> CommentJpaRepository.findByTicket(Ticket ticket, int offset, int limit)
           
 java.util.List<Confirmation> ConfirmationJpaRepository.findByTicket(Ticket ticket, int offset, int limit)
           
 java.util.List<Attachment> AttachmentJpaRepository.findByTicket(Ticket ticket, int offset, int limit)
           
 Confirmation ConfirmationJpaRepository.findByTicketAndResponsible(Ticket ticket, User responsible)
           
 void TicketJpaRepository.store(Ticket ticket)
           
 



Copyright © 2010. All Rights Reserved.