Class SportsController
java.lang.Object
net.andresbustamante.yafoot.commons.web.controllers.AbstractController
net.andresbustamante.yafoot.core.web.controllers.SportsController
- All Implemented Interfaces:
SportsApi
-
Field Summary
Fields inherited from class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
DATABASE_BASIC_ERROR, UNAUTHORISED_USER_ERROR
-
Constructor Summary
ConstructorsConstructorDescriptionSportsController
(SportSearchService sportSearchService, SportMapper sportMapper) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
getLocationURI, getObjectMapper, getRequest, getUserContext, handleConstraintViolationException, translate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.andresbustamante.yafoot.core.web.controllers.SportsApi
getObjectMapper, getRequest
-
Constructor Details
-
SportsController
-
-
Method Details
-
loadSports
- Specified by:
loadSports
in interfaceSportsApi
-