Uses of Class
ejava.projects.eleague.dto.Club
-
Packages that use Club Package Description ejava.projects.eleague.blimpl ejava.projects.eleague.dto ejava.projects.eleague.ejb ejava.projects.eleague.xml -
-
Uses of Club in ejava.projects.eleague.blimpl
Methods in ejava.projects.eleague.blimpl with parameters of type Club Modifier and Type Method Description private void
LeagueIngestor. createVenue(Club clubDTO)
This method is called by the main ingest processing loop. -
Uses of Club in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto with type parameters of type Club Modifier and Type Field Description protected List<Club>
ELeague. club
Methods in ejava.projects.eleague.dto that return Club Modifier and Type Method Description Club
ObjectFactory. createClub()
Create an instance ofClub
Methods in ejava.projects.eleague.dto that return types with arguments of type Club Modifier and Type Method Description List<Club>
ELeague. getClub()
Gets the value of the club property. -
Uses of Club in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type Club Modifier and Type Method Description (package private) void
ParserTestEJB. testClub(Club club)
-
Uses of Club in ejava.projects.eleague.xml
Methods in ejava.projects.eleague.xml that return Club Modifier and Type Method Description protected Club
SampleGen. createClub(ELeague league, String name, String rep, int teams)
Methods in ejava.projects.eleague.xml with parameters of type Club Modifier and Type Method Description protected void
SampleGen. assignTeamsToDivision(Club club, Season season)
-