- FacilityService - Class in es.uvigo.esei.dgss.teamd.ligaaas.services
-
- FacilityService() - Constructor for class es.uvigo.esei.dgss.teamd.ligaaas.services.FacilityService
-
- findByID(Long) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves a Player entity given its primary key
- findByLocation(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.TeamService
-
Gets a List of Teams from the database of a given location
- findByLogin(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.UserService
-
Retrieves a User entity given its primary key
- findByNick(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves all Player entities with the given nick name
- findByNick(String, int, int) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves Player entities with the given nick name with pagination
- findByOwner(User) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves all Player entities owned by the given User
- findByOwner(User, int, int) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves Player entities owned by the given User with pagination
- findByPreregistrationCode(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.UserService
-
Retrieves a User entity given its preregistration code
- findBySport(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.TeamService
-
Gets a List of Teams from the database of a given sport name
- findOwned() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Returns all players owned by the actual user
- findOwnedByCity(String, int, int) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves Player entities owned by the actual user with the given city
- findOwnedByCity(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves all Player entities owned by the actual user with the given city
- findOwnedByNickAndNameAndLastName(String, String, String, int, int) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves Player entities owned by the actual user with the given values :
nick, name, lastName
- findOwnedByNickAndNameAndLastName(String, String, String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves all Player entities owned by the actual user with the given values
: nick, name, lastName
- findPublic() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Recovers all public players
- findPublicByCity(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Recovers all public players by city