Uses of Class
info.mikethomas.fahweb.model.Team
-
Packages that use Team Package Description info.mikethomas.fahweb.action info.mikethomas.fahweb.dao info.mikethomas.fahweb.service -
-
Uses of Team in info.mikethomas.fahweb.action
Methods in info.mikethomas.fahweb.action that return types with arguments of type Team Modifier and Type Method Description List<Team>
TeamAction. getTeamList()
Getter for the fieldteamList
. -
Uses of Team in info.mikethomas.fahweb.dao
Methods in info.mikethomas.fahweb.dao that return types with arguments of type Team Modifier and Type Method Description List<Team>
TeamDao. listTeam(int firstResult, int maxResults)
listTeam.Methods in info.mikethomas.fahweb.dao with parameters of type Team Modifier and Type Method Description void
TeamDao. addTeam(Team team)
addTeam. -
Uses of Team in info.mikethomas.fahweb.service
Methods in info.mikethomas.fahweb.service that return types with arguments of type Team Modifier and Type Method Description List<Team>
TeamService. listTeam(int firstResult, int maxResults)
listTeam.Methods in info.mikethomas.fahweb.service with parameters of type Team Modifier and Type Method Description void
TeamService. addTeam(Team team)
addTeam.
-