Uses of Class
org.mule.examples.leagues.model.Team

Packages that use Team
org.mule.examples.leagues.model   
 

Uses of Team in org.mule.examples.leagues.model
 

Methods in org.mule.examples.leagues.model that return Team
 Team Match.getAwayTeam()
           
 Team Match.getHomeTeam()
           
 Team League.getTeam(String id)
           
 

Methods in org.mule.examples.leagues.model that return types with arguments of type Team
 List<Team> League.getTeams()
           
 List<Team> League.getTeams(String homeCity)
           
 List<Team> League.orderTeamsByPosition()
           
 

Methods in org.mule.examples.leagues.model with parameters of type Team
 void League.addTeam(Team team)
           
 void Match.setAwayTeam(Team awayTeam)
           
 void Match.setHomeTeam(Team homeTeam)
           
 



Copyright © 2013. All rights reserved.