Class UsersController

java.lang.Object
net.andresbustamante.yafoot.commons.web.controllers.AbstractController
net.andresbustamante.yafoot.users.web.controllers.UsersController
All Implemented Interfaces:
UsersApi

@RestController public class UsersController extends net.andresbustamante.yafoot.commons.web.controllers.AbstractController implements UsersApi
  • Field Summary

    Fields inherited from class net.andresbustamante.yafoot.commons.web.controllers.AbstractController

    DATABASE_BASIC_ERROR, UNAUTHORISED_USER_ERROR

    Fields inherited from interface net.andresbustamante.yafoot.users.web.controllers.UsersApi

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
    UsersController(net.andresbustamante.yafoot.users.services.UserManagementService userManagementService, net.andresbustamante.yafoot.users.services.UserSearchService userSearchService, UserMapper userMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<Void>
     
    org.springframework.http.ResponseEntity<Void>
     

    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.users.web.controllers.UsersApi

    getObjectMapper, getRequest
  • Constructor Details

    • UsersController

      public UsersController(net.andresbustamante.yafoot.users.services.UserManagementService userManagementService, net.andresbustamante.yafoot.users.services.UserSearchService userSearchService, UserMapper userMapper)
  • Method Details