Uses of Class
com.chess.backend.restController.objects.NewGameObject
Packages that use NewGameObject
Package
Description
-
Uses of NewGameObject in com.chess.backend.domain.services
Methods in com.chess.backend.domain.services with parameters of type NewGameObject -
Uses of NewGameObject in com.chess.backend.restController.controller
Methods in com.chess.backend.restController.controller with parameters of type NewGameObjectModifier and TypeMethodDescriptionintNewGameController.createNewGame(NewGameObject newGameObject) Method that is called on a post request. -
Uses of NewGameObject in com.chess.backend.restController.service
Methods in com.chess.backend.restController.service with parameters of type NewGameObjectModifier and TypeMethodDescriptionintNewChessGameService.getNewGameID(NewGameObject newGameObject) This method tells theChessGameServiceto create a new game and gets the id of the new game.intNewOnlineGameService.getNewGameID(NewGameObject newOnlineGameObject)