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

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

Uses of Comment in net.sourceforge.mystique.application
 

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

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

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

Methods in net.sourceforge.mystique.domain.entity with parameters of type Comment
 void Ticket.addComment(Comment comment)
           
 

Method parameters in net.sourceforge.mystique.domain.entity with type arguments of type Comment
 void Ticket.setComments(java.util.List<Comment> comments)
           
 

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

Methods in net.sourceforge.mystique.domain.repository that return types with arguments of type Comment
 java.util.List<Comment> CommentRepository.findByTicket(Ticket ticket, int offset, int limit)
           
 

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

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

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

Methods in net.sourceforge.mystique.infrastructure.persistence with parameters of type Comment
 void CommentJpaRepository.store(Comment comment)
           
 



Copyright © 2010. All Rights Reserved.