Uses of Class
ejava.projects.eleague.dto.TeamSeason
-
Packages that use TeamSeason Package Description ejava.projects.eleague.dto ejava.projects.eleague.ejb -
-
Uses of TeamSeason in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto with type parameters of type TeamSeason Modifier and Type Field Description protected List<TeamSeason>
Division. teamSeason
Methods in ejava.projects.eleague.dto that return TeamSeason Modifier and Type Method Description TeamSeason
ObjectFactory. createTeamSeason()
Create an instance ofTeamSeason
Methods in ejava.projects.eleague.dto that return types with arguments of type TeamSeason Modifier and Type Method Description List<TeamSeason>
Division. getTeamSeason()
Gets the value of the teamSeason property.Constructor parameters in ejava.projects.eleague.dto with type arguments of type TeamSeason Constructor Description Division(String refid, String group, String level, Integer ranking, Contact contact, List<TeamSeason> teamSeason, long id)
Fully-initialising value constructor -
Uses of TeamSeason in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type TeamSeason Modifier and Type Method Description (package private) void
ParserTestEJB. testTeamSeason(TeamSeason ts)
-