Uses of Class
ejava.projects.eleague.dto.Team
-
Packages that use Team Package Description ejava.projects.eleague.dto ejava.projects.eleague.ejb ejava.projects.eleague.xml -
-
Uses of Team in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto with type parameters of type Team Modifier and Type Field Description protected List<Team>
Club. team
Methods in ejava.projects.eleague.dto that return Team Modifier and Type Method Description Team
ObjectFactory. createTeam()
Create an instance ofTeam
Methods in ejava.projects.eleague.dto that return types with arguments of type Team Modifier and Type Method Description List<Team>
Club. getTeam()
Gets the value of the team property. -
Uses of Team in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type Team Modifier and Type Method Description (package private) void
ParserTestEJB. testTeam(Team team)
-
Uses of Team in ejava.projects.eleague.xml
Methods in ejava.projects.eleague.xml with parameters of type Team Modifier and Type Method Description protected Venue
SampleGen. getField(ELeague league, Team team)
-