Interface ContestService
- All Known Implementing Classes:
ContestServiceImpl
public interface ContestService
-
Method Summary
Modifier and TypeMethodDescriptioncreateContest(ContestDTO newContest) voidvoiddeleteContest(int id) booleandoesContestExist(int id) getContest(int id) getContests(int offset, int limit) voidupdateContest(int id, ContestDTO contestUpdate)
-
Method Details
-
createContest
-
getContest
-
doesContestExist
boolean doesContestExist(int id) -
updateContest
-
deleteContest
void deleteContest(int id) -
getContests
-
deleteAllContests
void deleteAllContests()
-