public interface PlayerService
Player entities.| Modifier and Type | Method and Description |
|---|---|
Object |
createPlayer(Long divisionId,
View playerView) |
View |
findPlayerById(Long id) |
View |
updatePlayer(Long id,
View playerView) |
View findPlayerById(Long id) throws NoSuchEntityException
NoSuchEntityExceptionView updatePlayer(Long id, View playerView) throws NoSuchEntityException, UpdateConflictException
Copyright © 2014–2016. All rights reserved.