Class UserGroupController
java.lang.Object
de.hybris.platform.cmswebservices.usergroups.controller.UserGroupController
Controller to retrieve and search for User Groups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindUserGroupsByText(String mask, PageableWsDTO pageableInfo) protected UserGroupFacadeprotected DataMappergetUserGroupById(String userGroupId) protected WebPaginationUtilsvoidsetCmsUserGroupFacade(UserGroupFacade cmsUserGroupFacade) voidsetDataMapper(DataMapper dataMapper) voidsetWebPaginationUtils(WebPaginationUtils webPaginationUtils)
-
Constructor Details
-
UserGroupController
public UserGroupController()
-
-
Method Details
-
getUserGroupById
@RequestMapping(value="/{userGroupId}", method=GET) @ResponseBody public UserGroupWsDTO getUserGroupById(@PathVariable String userGroupId) throws CMSItemNotFoundException - Throws:
CMSItemNotFoundException
-
findUserGroupsByText
@RequestMapping(method=GET, params="pageSize") @ResponseBody public UserGroupListWsDTO findUserGroupsByText(@RequestParam(required=false) String mask, @ModelAttribute PageableWsDTO pageableInfo) -
getCmsUserGroupFacade
-
setCmsUserGroupFacade
-
getDataMapper
-
setDataMapper
-
getWebPaginationUtils
-
setWebPaginationUtils
-