- 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.TeamService
-
Gets a Team from the database searching by name or description
- findByOwner(User) - Method in class es.uvigo.esei.dgss.teamB.ligaaas.service.ejbs.CompetitionService
-
Returns a list of competitions which have the required owner.
- 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
- 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.