public interface LeagueService
League entities.| Modifier and Type | Method and Description |
|---|---|
Object |
createLeague(View leagueView) |
void |
deleteLeague(Long id) |
View |
findAllLeagues() |
View |
findLeagueById(Long id) |
View |
updateLeague(Long id,
View leagueView) |
View findAllLeagues()
View findLeagueById(Long id) throws NoSuchEntityException
NoSuchEntityExceptionView updateLeague(Long id, View leagueView) throws NoSuchEntityException, UpdateConflictException
void deleteLeague(Long id)
Copyright © 2014–2016. All rights reserved.