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 voidLeagueIngestor. 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. clubMethods in ejava.projects.eleague.dto that return Club Modifier and Type Method Description ClubObjectFactory. createClub()Create an instance ofClubMethods 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) voidParserTestEJB. 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 ClubSampleGen. 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 voidSampleGen. assignTeamsToDivision(Club club, Season season)
-