Skip navigation links
A C D F H L M P R T U 

A

addPlayers(List<Player>, Team) - Method in class ligaaas.teamc.service.TeamEJB
Adds players to team.

C

CompetitionEJB - Class in ligaaas.teamc.service
EJB for Competition
CompetitionEJB() - Constructor for class ligaaas.teamc.service.CompetitionEJB
 
create(Competition) - Method in class ligaaas.teamc.service.CompetitionEJB
Creates a new Competition.
create(Match) - Method in class ligaaas.teamc.service.MatchEJB
Creates a new Match.
create(Round) - Method in class ligaaas.teamc.service.RoundEJB
Creates a new Round.
create(Team) - Method in class ligaaas.teamc.service.TeamEJB
Creates a new Team.

D

delete(long) - Method in class ligaaas.teamc.service.CompetitionEJB
Deletes a Competition.
delete(long) - Method in class ligaaas.teamc.service.MatchEJB
Deletes a Match.
delete(long) - Method in class ligaaas.teamc.service.RoundEJB
Deletes a Round.
delete(long) - Method in class ligaaas.teamc.service.TeamEJB
Deletes a Team.

F

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.
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.
findByUser(User) - Method in class ligaaas.teamc.service.CompetitionEJB
Returns a List of Competition with the specified user.
findByUser(User) - Method in class ligaaas.teamc.service.HeadQuarterEJB
Returns a List of HeadQuarter with the specified user.
findByUser(User) - Method in class ligaaas.teamc.service.TeamEJB
Returns a List of Team with the specified 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.

H

HeadQuarterEJB - Class in ligaaas.teamc.service
EJB for HeadQuarter
HeadQuarterEJB() - Constructor for class ligaaas.teamc.service.HeadQuarterEJB
 

L

ligaaas.teamc.service - package ligaaas.teamc.service
 

M

MatchEJB - Class in ligaaas.teamc.service
EJB for Match
MatchEJB() - Constructor for class ligaaas.teamc.service.MatchEJB
 

P

PlayerEJB - Class in ligaaas.teamc.service
EJB for Player
PlayerEJB() - Constructor for class ligaaas.teamc.service.PlayerEJB
 

R

registerUser(User) - Method in class ligaaas.teamc.service.UserEJB
Register a new User.
removePlayers(List<Player>, Team) - Method in class ligaaas.teamc.service.TeamEJB
Removes players from team.
RoundEJB - Class in ligaaas.teamc.service
EJB for Round
RoundEJB() - Constructor for class ligaaas.teamc.service.RoundEJB
 

T

TeamEJB - Class in ligaaas.teamc.service
EJB for Team
TeamEJB() - Constructor for class ligaaas.teamc.service.TeamEJB
 

U

update(Competition) - Method in class ligaaas.teamc.service.CompetitionEJB
Updates a competition.
update(Match) - Method in class ligaaas.teamc.service.MatchEJB
Updates a Match.
update(Round) - Method in class ligaaas.teamc.service.RoundEJB
Updates a Round.
update(Team) - Method in class ligaaas.teamc.service.TeamEJB
Updates a team.
UserEJB - Class in ligaaas.teamc.service
EJB for User
UserEJB() - Constructor for class ligaaas.teamc.service.UserEJB
 
A C D F H L M P R T U 
Skip navigation links

Copyright © 2017. All rights reserved.