Uses of Class
cat.proven.teamplayer.model.Team
Packages that use Team
-
Uses of Team in cat.proven.teamplayer.model
Methods in cat.proven.teamplayer.model that return TeamModifier and TypeMethodDescriptionTeamPlayerModel.findTeamById(long id)Retrieves the team given idTeamPlayerModel.findTeamByName(String name)Retrieves the team given nameMethods in cat.proven.teamplayer.model that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamPlayerModel.findAllTeams()Retrieves a list of all teams from data source.TeamPlayerModel.findTeamsByCategory(String category)Retrieves a list with given categoryMethods in cat.proven.teamplayer.model with parameters of type TeamModifier and TypeMethodDescriptionintAdds a team to the data source.intTeamPlayerModel.enrolPlayerToTeam(Team team, Player player)Enrols a player given to the team givenTeamPlayerModel.findPlayersByTeam(Team team)Retrieves a list of player that belongs to the given teamintTeamPlayerModel.modifyTeam(Team team)Modifies a team given a TeamintTeamPlayerModel.removeTeam(Team team)Removes a team given TeamintTeamPlayerModel.unenrolPlayerToTeam(Team team, Player player)Unenrols a player given to the team given -
Uses of Team in cat.proven.teamplayer.model.persist
Methods in cat.proven.teamplayer.model.persist that return TeamModifier and TypeMethodDescriptionTeamDaoInterface.selectWhereId(long id)Selects a team given idTeamDaoList.selectWhereId(long id)TeamDaoInterface.selectWhereName(String name)Selects a team given nameTeamDaoList.selectWhereName(String name)Methods in cat.proven.teamplayer.model.persist that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamDaoInterface.selectAll()Selects all teams from data sourceTeamDaoList.selectAll()TeamDaoInterface.selectWhereCategory(String category)Selects all teams that belongs to a categoryTeamDaoList.selectWhereCategory(String category)TeamDaoInterface.selectWhereCoach(String coach)Selects teams given name of coachTeamDaoList.selectWhereCoach(String coach)Methods in cat.proven.teamplayer.model.persist with parameters of type TeamModifier and TypeMethodDescriptionintDeletes the team givenintintInserts a new teamintintUpdates the team givenint