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. teamMethods in ejava.projects.eleague.dto that return Team Modifier and Type Method Description TeamObjectFactory. createTeam()Create an instance ofTeamMethods 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) voidParserTestEJB. 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 VenueSampleGen. getField(ELeague league, Team team)
-