- find(long) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns the Competition identified by id.
- find(long) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns the Match identified by id.
- find(long) - Method in class ligaaas.teamc.service.PlayerEJB
-
Returns the Player identified by id.
- find(long) - Method in class ligaaas.teamc.service.RoundEJB
-
Returns the Round identified by id.
- find(long) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns the Team identified by id.
- find(long) - Method in class ligaaas.teamc.service.UserEJB
-
Returns the User identified by id.
- findByCompetition(Competition) - Method in class ligaaas.teamc.service.RoundEJB
-
Returns a
List of
Round with the specified round competition.
- findByDate(Date) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified short name.
- findByDate(Date) - Method in class ligaaas.teamc.service.RoundEJB
-
Returns a
List of
Round with the specified short name.
- findByDescription(String) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of
Competition with the specified
description.
- findByDescription(String) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified description.
- findByDescription(String) - Method in class ligaaas.teamc.service.RoundEJB
-
Returns a
List of
Round with the specified description.
- findByDescription(String) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of
Team with the specified description.
- findByDuration(int) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified duration.
- findByEmail(String) - Method in class ligaaas.teamc.service.UserEJB
-
Returns a
List of
User with the specified email.
- findByHeadQuarter(HeadQuarter) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified HeadQuarter.
- findByHeadQuarter(HeadQuarter) - Method in class ligaaas.teamc.service.RoundEJB
-
Returns a
List of
Round with the specified HeadQuarter.
- findByHomeTeam(Team) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified home Team.
- findByLocalPoints(int) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified localPoints.
- findByLogin(String) - Method in class ligaaas.teamc.service.UserEJB
-
Returns the User identified by id.
- findByName(String) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of
Competition with the specified name.
- findByName(String) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of
Team with the specified name.
- findByNumber(int) - Method in class ligaaas.teamc.service.RoundEJB
-
Returns a
List of
Round with the specified number.
- findByRound(Round) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified Round.
- findByShortName(String) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of
Competition with the specified short
name.
- findBySportType(SportType) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of
Competition with the specified sport
type.
- findBySportType(SportType) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of
Team with the specified sportType.
- findByState(EventState) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified EventState.
- findByState(EventState) - Method in class ligaaas.teamc.service.RoundEJB
-
Returns a
List of
Round with the specified EventState.
- findByTeam(Team) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of
Competition with the specified team.
- findByToken(String) - Method in class ligaaas.teamc.service.UserEJB
-
Returns the User identified by token.
- findByUser(User) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of
Competition with the specified user.
- findByUser() - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns the List of Competitions managed by the authorized user
User.
- findByUser(User) - Method in class ligaaas.teamc.service.HeadQuarterEJB
-
Returns a
List of
HeadQuarter with the specified user.
- findByUser() - Method in class ligaaas.teamc.service.PlayerEJB
-
Returns the List of Player managed by the authorized user
User.
- findByUser(User) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of
Team with the specified user.
- findByUser() - Method in class ligaaas.teamc.service.TeamEJB
-
Returns the List of Team managed by the authorized user
User.
- findByVisitingPoints(int) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified visitingPoints.
- findByVisitingTeam(Team) - Method in class ligaaas.teamc.service.MatchEJB
-
Returns a
List of
Match with the specified visiting Team.
- findPlayersByLocality(String) - Method in class ligaaas.teamc.service.PlayerEJB
-
Returns the List of Player given its locality.
- findPlayersByNickname(String) - Method in class ligaaas.teamc.service.PlayerEJB
-
Returns the List of Player given its nickname.
- findPublicCompetition() - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of public
Competition.
- findPublicCompetitionById(long) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of public
Competition.
- findPublicCompetitionByLocality(String) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of public
Competition filtered by the
locality of the competition.
- findPublicCompetitionBySportType(SportType) - Method in class ligaaas.teamc.service.CompetitionEJB
-
Returns a
List of public
Competition filtered by a
SportType.
- findPublicTeam() - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of public
Team
- findPublicTeamByCompetition(Competition) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of public
Team filtered by the competition
associated.
- findPublicTeamByLocality(String) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of public
Team filtered by the locality of
the team.
- findPublicTeamBySportType(SportType) - Method in class ligaaas.teamc.service.TeamEJB
-
Returns a
List of public
Team filtered by a
SportType.
- findTeamPlayers(Team) - Method in class ligaaas.teamc.service.PlayerEJB
-
Returns the List of Player that plays in a Team.