- 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.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 competition from the database 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 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
- 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
- findVisibles() - Method in class es.uvigo.esei.dgss.teamb.ligaaas.service.ejbs.TeamService
-
Gets a List of Teams from the database that are visibles in the system