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 TypeMethodDescriptionint
NewGameController.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 TypeMethodDescriptionint
NewChessGameService.getNewGameID
(NewGameObject newGameObject) This method tells theChessGameService
to create a new game and gets the id of the new game.int
NewOnlineGameService.getNewGameID
(NewGameObject newOnlineGameObject)