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

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

Uses of Attachment in net.sourceforge.mystique.application
 

Methods in net.sourceforge.mystique.application with parameters of type Attachment
 java.lang.String AddAttachmentForm.processSubmit(org.springframework.web.multipart.MultipartFile multipartFile, Attachment attachment, org.springframework.validation.BindingResult result, org.springframework.web.bind.support.SessionStatus status)
           
 

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

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

Methods in net.sourceforge.mystique.domain.entity with parameters of type Attachment
 void Ticket.addAttachment(Attachment attachment)
           
 

Method parameters in net.sourceforge.mystique.domain.entity with type arguments of type Attachment
 void Ticket.setAttachments(java.util.List<Attachment> attachments)
           
 

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

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

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

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

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

Methods in net.sourceforge.mystique.infrastructure.persistence with parameters of type Attachment
 void AttachmentJpaRepository.store(Attachment attachment)
           
 



Copyright © 2010. All Rights Reserved.