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

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

Uses of Component in net.sourceforge.mystique.application
 

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

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

Methods in net.sourceforge.mystique.domain.entity that return Component
 Component Ticket.getComponent()
           
 

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

Methods in net.sourceforge.mystique.domain.entity with parameters of type Component
 void Project.addComponent(Component component)
           
 void Ticket.setComponent(Component component)
           
 

Method parameters in net.sourceforge.mystique.domain.entity with type arguments of type Component
 void Project.setComponents(java.util.List<Component> components)
           
 

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

Methods in net.sourceforge.mystique.domain.repository that return Component
 Component ComponentRepository.findByProjectAndName(Project project, java.lang.String name)
           
 

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

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

Methods in net.sourceforge.mystique.infrastructure.persistence that return Component
 Component ComponentJpaRepository.findById(java.lang.Long id)
           
 Component ComponentJpaRepository.findByProjectAndName(Project project, java.lang.String name)
           
 

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

Methods in net.sourceforge.mystique.infrastructure.persistence with parameters of type Component
 void ComponentJpaRepository.store(Component component)
           
 



Copyright © 2010. All Rights Reserved.