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 TournamentRegisterHandballApplication.removeExpiredTournaments(TournamentRegister tournamentRegister) Method for removing expired tournaments from the tournamentRegister given inparamMethods in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with parameters of type TournamentRegisterModifier and TypeMethodDescriptionprivate static TournamentRegisterHandballApplication.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 TournamentRegisterHandBallAppFileHandling.deserializeTournamentRegister(File file) Deserialize a tournamentRegister from theparam fileMethods in edu.ntnu.idatt1002.g106.handballapp.finalprod.fileHandling with parameters of type TournamentRegisterModifier and TypeMethodDescriptionstatic booleanHandBallAppFileHandling.serializeTournamentRegister(TournamentRegister tournamentRegister, File file) Method serializes anparam armyto theparam file