- findByID(Long) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.services.PlayerService
-
Retrieves a Player entity given its primary key
- 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
- 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