Class B2BUsersController
- java.lang.Object
-
- de.hybris.platform.b2b.occ.v2.controllers.B2BUsersController
-
@Controller @RequestMapping("/{baseSiteId}/users") public class B2BUsersController extends java.lang.ObjectMain Controller for Users
-
-
Field Summary
Fields Modifier and Type Field Description protected DataMapperdataMapper
-
Constructor Summary
Constructors Constructor Description B2BUsersController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserWsDTOgetUser(java.lang.String fields)
-
-
-
Field Detail
-
dataMapper
protected DataMapper dataMapper
-
-
Method Detail
-
getUser
@Secured({"ROLE_CUSTOMERGROUP","ROLE_TRUSTED_CLIENT","ROLE_CUSTOMERMANAGERGROUP"}) @RequestMapping(value="/{userId}", method=GET) @ResponseBody public UserWsDTO getUser(@RequestParam(defaultValue="DEFAULT") java.lang.String fields)
-
-