Class SitesController
java.lang.Object
net.andresbustamante.yafoot.commons.web.controllers.AbstractController
net.andresbustamante.yafoot.core.web.controllers.SitesController
- All Implemented Interfaces:
SitesApi
REST controller for sites related operations.
- Author:
- andresbustamante
-
Field Summary
Fields inherited from class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
DATABASE_BASIC_ERROR, UNAUTHORISED_USER_ERROR
-
Constructor Summary
ConstructorsConstructorDescriptionSitesController
(SiteSearchService siteSearchService, SiteManagementService siteManagementService, SiteMapper siteMapper) -
Method Summary
Methods 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.SitesApi
getObjectMapper, getRequest
-
Constructor Details
-
SitesController
public SitesController(SiteSearchService siteSearchService, SiteManagementService siteManagementService, SiteMapper siteMapper)
-
-
Method Details