@RestController @RequestMapping(value="/dashboard-user") @Authorize public class DashBoardUserConfigController extends Object
| 构造器和说明 |
|---|
DashBoardUserConfigController() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseMessage<List<UserDashBoardResponse>> |
getUserAllDashBoardConfig(org.hswebframework.web.authorization.Authentication authentication) |
ResponseMessage<List<UserDashBoardResponse>> |
getUserConfigDashBoardConfig(org.hswebframework.web.authorization.Authentication authentication) |
ResponseMessage<Void> |
saveUserDashBoardConfig(List<String> configIdList,
org.hswebframework.web.authorization.Authentication authentication) |
@GetMapping(value="/all") public ResponseMessage<List<UserDashBoardResponse>> getUserAllDashBoardConfig(org.hswebframework.web.authorization.Authentication authentication)
@GetMapping public ResponseMessage<List<UserDashBoardResponse>> getUserConfigDashBoardConfig(org.hswebframework.web.authorization.Authentication authentication)
@PutMapping public ResponseMessage<Void> saveUserDashBoardConfig(@RequestBody List<String> configIdList, org.hswebframework.web.authorization.Authentication authentication)
Copyright © 2016–2020. All rights reserved.