Uses of Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.TournamentRegister
Packages that use TournamentRegister
Package
Description
-
Uses of TournamentRegister in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend declared as TournamentRegisterMethods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend that return TournamentRegisterModifier and TypeMethodDescriptionUser.getTournamentRegister()
This method retrieves the tournament register. -
Uses of TournamentRegister in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller
Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller that return TournamentRegisterModifier and TypeMethodDescriptionprivate static TournamentRegister
HandballApplication.removeExpiredTournaments
(TournamentRegister tournamentRegister) Method for removing expired tournaments from the tournamentRegister given inparam
Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with parameters of type TournamentRegisterModifier 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
Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.fileHandling that return TournamentRegisterModifier and TypeMethodDescriptionstatic TournamentRegister
HandBallAppFileHandling.deserializeTournamentRegister
(File file) Deserialize a tournamentRegister from theparam file
Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.fileHandling with parameters of type TournamentRegisterModifier and TypeMethodDescriptionstatic boolean
HandBallAppFileHandling.serializeTournamentRegister
(TournamentRegister tournamentRegister, File file) Method serializes anparam army
to theparam file