Uses of Class
cat.proven.teamplayer.exceptions.ParameterNull
-
Uses of ParameterNull in cat.proven.teamplayer.model
Modifier and TypeMethodDescriptionint
Adds a player given a Playerint
Adds a team to the data source.int
TeamPlayerModel.enrolPlayerToTeam(Team team, Player player)
Enrols a player given to the team givenTeamPlayerModel.findPlayerByFullName(String fullname)
Retrieves a single player given a fullnameTeamPlayerModel.findPlayersByTeam(Team team)
Retrieves a list of player that belongs to the given teamTeamPlayerModel.findTeamByName(String name)
Retrieves the team given nameTeamPlayerModel.findTeamsByCategory(String category)
Retrieves a list with given categoryint
TeamPlayerModel.modifyPlayer(Player player)
Modifies a player given Playerint
TeamPlayerModel.modifyTeam(Team team)
Modifies a team given a Teamint
TeamPlayerModel.removeTeam(Team team)
Removes a team given Teamint
TeamPlayerModel.unenrolPlayerToTeam(Team team, Player player)
Unenrols a player given to the team given -
Uses of ParameterNull in cat.proven.teamplayer.model.persist
Modifier and TypeMethodDescriptionint
Deletes the player givenint
int
Deletes the team givenint
int
Inserts a new playerint
int
Inserts a new teamint
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)
PlayerDaoInterface.selectWhereId(long id)
Selects a player given idPlayerDaoList.selectWhereId(long id)
PlayerDaoInterface.selectWhereName(String name)
Selects a player given namePlayerDaoList.selectWhereName(String name)
TeamDaoInterface.selectWhereName(String name)
Selects a team given nameTeamDaoList.selectWhereName(String name)
PlayerDaoInterface.selectWhereTeamId(long teamId)
Selects player given team IDPlayerDaoList.selectWhereTeamId(long teamId)
int
Updates the player givenint
int
Updates the team givenint