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

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

Uses of Version in net.sourceforge.mystique.application
 

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

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

Methods in net.sourceforge.mystique.domain.entity that return Version
 Version Ticket.getVersion()
           
 

Methods in net.sourceforge.mystique.domain.entity that return types with arguments of type Version
 java.util.List<Version> Project.getVersions()
           
 

Methods in net.sourceforge.mystique.domain.entity with parameters of type Version
 void Project.addVersion(Version version)
           
 void Ticket.setVersion(Version version)
           
 

Method parameters in net.sourceforge.mystique.domain.entity with type arguments of type Version
 void Project.setVersions(java.util.List<Version> versions)
           
 

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

Methods in net.sourceforge.mystique.domain.repository that return Version
 Version VersionRepository.findByProjectAndNumber(Project project, java.lang.String number)
           
 

Methods in net.sourceforge.mystique.domain.repository that return types with arguments of type Version
 java.util.List<Version> VersionRepository.findByProject(Project project, int offset, int limit)
           
 

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

Methods in net.sourceforge.mystique.infrastructure.persistence that return Version
 Version VersionJpaRepository.findById(java.lang.Long id)
           
 Version VersionJpaRepository.findByProjectAndNumber(Project project, java.lang.String number)
           
 

Methods in net.sourceforge.mystique.infrastructure.persistence that return types with arguments of type Version
 java.util.List<Version> VersionJpaRepository.findByProject(Project project, int offset, int limit)
           
 

Methods in net.sourceforge.mystique.infrastructure.persistence with parameters of type Version
 void VersionJpaRepository.store(Version version)
           
 



Copyright © 2010. All Rights Reserved.