Uses of Class
nl.surfnet.coin.teams.domain.JoinTeamRequest

Packages that use JoinTeamRequest
nl.surfnet.coin.teams.control   
nl.surfnet.coin.teams.service   
nl.surfnet.coin.teams.service.impl   
 

Uses of JoinTeamRequest in nl.surfnet.coin.teams.control
 

Methods in nl.surfnet.coin.teams.control with parameters of type JoinTeamRequest
 org.springframework.web.servlet.view.RedirectView JoinTeamController.joinTeam(org.springframework.ui.ModelMap modelMap, JoinTeamRequest joinTeamRequest, javax.servlet.http.HttpServletRequest request)
           
 

Uses of JoinTeamRequest in nl.surfnet.coin.teams.service
 

Methods in nl.surfnet.coin.teams.service that return JoinTeamRequest
 JoinTeamRequest JoinTeamRequestService.findPendingRequest(nl.surfnet.coin.api.client.domain.Person person, Team team)
          Searches for the pending JoinTeamRequest
 

Methods in nl.surfnet.coin.teams.service that return types with arguments of type JoinTeamRequest
 List<JoinTeamRequest> JoinTeamRequestService.findPendingRequests(Team team)
          Searches for pending JoinTeamRequest's in the database
 

Uses of JoinTeamRequest in nl.surfnet.coin.teams.service.impl
 

Methods in nl.surfnet.coin.teams.service.impl that return JoinTeamRequest
 JoinTeamRequest JoinTeamRequestServiceHibernateImpl.findPendingRequest(nl.surfnet.coin.api.client.domain.Person person, Team team)
          Searches for the pending JoinTeamRequest
 

Methods in nl.surfnet.coin.teams.service.impl that return types with arguments of type JoinTeamRequest
 List<JoinTeamRequest> JoinTeamRequestServiceHibernateImpl.findPendingRequests(Team team)
          Searches for pending JoinTeamRequest's in the database
 

Constructor parameters in nl.surfnet.coin.teams.service.impl with type arguments of type JoinTeamRequest
JoinTeamRequestServiceHibernateImpl(Class<JoinTeamRequest> type)
          Constructor
 



Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.