Skip navigation links
A C D E F G H I L P R S T U 

A

acceptInvitation(Team, Competition) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Accepts the invitation of a team
activateUser(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Activates a user
addPlayer(String, int) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Adds a player in the team

C

CompetitionService - Class in es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs
EJB for the competitions.
CompetitionService() - Constructor for class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
 
create(Competition) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Creates a new competition.
create(Headquarter) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Creates a new headquarters
create(Player) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Creates a new player
create(Team) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Creates a new team in the database
create(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Creates a new user
createProfile(Player) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Creates a new player profile

D

delete(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Logical deletes a team in the database
deleteInvitation(int, String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Deletes a team invitation by the competition

E

EmailService - Class in es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs
 
EmailService() - Constructor for class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
 
es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs - package es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs
 

F

findByAdmin(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Returns a list of competitions which have the required administrator.
findByAdmin(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Gets a List of Headquarters from the database that are managed by a given user
findByAdmin(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets a List of Teams from the database that are managed by a given user
findByNameDescription(String, String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Gets a user's own competition searching by name or description
findByNameDescription(String, String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Gets a headquarters from the database searching by name or description
findByNameDescription(String, String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets a Team from the database searching by name or description
findByNameDescriptionUser(String, String, User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets a Team from the database searching by name or description
findBySport(SportType) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Returns a list of owns competitions which have the required sport.
findBySport(SportType) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets a List of Teams from the database of a given sport type
findBySportUser(SportType, User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets a List of Teams from the database of a given sport type and a given user
findByUserEmail(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Returns user with a specified email.
findByUserLogin(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Returns user with a specified login.
findInvitations(Team) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Returns the competitions that have sent an invitation to that team
findProfile(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Find a user's profile
findPublicCompetitions() - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Returns a list with public competitions
findPublicCompetitionsBySport(SportType) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Returns a list of public competitions which have the required sport.
findStateInvitation(Team, Competition) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Find the state of an invitation between a team and a competition
findTeamsToInvite(String, String, SportType) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets public teams from database filtered by name, description and sport
findVisibles() - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets a List of Teams from the database that are visible and was not removed of the system

G

get(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Returns the headquarters identified by name.
get(int) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Returns the player identified by id.
get(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Gets a Team from the database
get(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Returns the user identified by login.
getByAdmin(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Gets the players managed by a given user.
getByUUID(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Returns user with a specific activation UUID
getCompetition(int) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Returns a competition identified by name as a parameter.
getHeadquarters() - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Returns the headquarters.
getWithManagedPlayers(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Returns the user identified by login with the list of players that the user manages.

H

HeadquartersService - Class in es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs
EJB for the headquarters
HeadquartersService() - Constructor for class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
 

I

inviteTeam(int, String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Invites a team to participate in a competition
isHeadquartersNameAvaliable(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Returns if a headquarters name is avaliable
isInvited(int, String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Checks if a team is invited by a competition
isTeamNameAvaliable(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Returns if a concrete team name is avaliable

L

list() - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Returns the complete list of players
list() - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Returns the complete list of users

P

PlayerService - Class in es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs
EJB for the Players
PlayerService() - Constructor for class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
 

R

realDelete(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Deletes a headquarters from the database
realDelete(String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Deletes a team from the database
rejectInvitation(Team, Competition) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Rejects the invitation of a team
remove(int) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Logical deletion of the competition with the parameters name.
remove(Headquarter) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Deletes a headquarters.
remove(Player) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Deletes an player.
remove(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Deletes an user.
removePlayer(String, int) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Removes a player from the team
removeProfile(Player) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Delete a user's profile of a user

S

sendActivationLink(String, String, String) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.EmailService
 

T

TeamService - Class in es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs
A Team Service EJB
TeamService() - Constructor for class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
 

U

update(Competition) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.CompetitionService
Updates the information of a competition.
update(Headquarter) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.HeadquartersService
Updates the information of this headquarters.
update(Player) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.PlayerService
Updates the information of this player.
update(Team) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
Updates a team in the database
update(User) - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
Updates the information of this user.
UserService - Class in es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs
EJB for the Users
UserService() - Constructor for class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.UserService
 
A C D E F G H I L P R S T U 
Skip navigation links

Copyright © 2018. All rights reserved.