Uses of Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.TournamentRegister
Package
Description
-
Uses of TournamentRegister in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Modifier and TypeMethodDescriptionUser.getTournamentRegister()
This method retrieves the tournament register. -
Uses of TournamentRegister in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller
Modifier and TypeMethodDescriptionprivate static TournamentRegister
HandballApplication.removeExpiredTournaments
(TournamentRegister tournamentRegister) Method for removing expired tournaments from the tournamentRegister given inparam
Modifier and TypeMethodDescriptionprivate static TournamentRegister
HandballApplication.removeExpiredTournaments
(TournamentRegister tournamentRegister) Method for removing expired tournaments from the tournamentRegister given inparam
-
Uses of TournamentRegister in edu.ntnu.idatt1002.g106.handballapp.finalprod.fileHandling
Modifier and TypeMethodDescriptionstatic TournamentRegister
HandBallAppFileHandling.deserializeTournamentRegister
(File file) Deserialize a tournamentRegister from theparam file
Modifier and TypeMethodDescriptionstatic boolean
HandBallAppFileHandling.serializeTournamentRegister
(TournamentRegister tournamentRegister, File file) Method serializes anparam army
to theparam file