Class UserController
java.lang.Object
de.hybris.platform.cmswebservices.users.controller.UserController
Controller to retrieve Users.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UserFacadeprotected DataMappergetUserDataById(String userId) voidsetCmsUserFacade(UserFacade cmsUserFacade) voidsetDataMapper(DataMapper dataMapper)
-
Constructor Details
-
UserController
public UserController()
-
-
Method Details
-
getUserDataById
@RequestMapping(value="/{userId:.+}", method=GET) @ResponseBody public UserDataWsDTO getUserDataById(@PathVariable String userId) throws CMSItemNotFoundException - Throws:
CMSItemNotFoundException
-
getCmsUserFacade
-
setCmsUserFacade
-
getDataMapper
-
setDataMapper
-