@RestController
@RequestMapping(value="/dashboard")
@Authorize(permission="dashboard",
description="\u4eea\u8868\u76d8\u914d\u7f6e")
public class DashBoardConfigController
extends Object
implements SimpleGenericEntityController<DashBoardConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>
| 构造器和说明 |
|---|
DashBoardConfigController() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseMessage<String> |
add(DashBoardConfigEntity data) |
ResponseMessage<Object> |
execute(String id) |
org.hswebframework.web.service.CrudService<DashBoardConfigEntity,String> |
getService() |
ResponseMessage<String> |
saveOrUpdate(DashBoardConfigEntity data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmodelToEntityassertNotNull, count, getByPrimaryKey, getByPrimaryKey, list, listNoPagingupdateByPrimaryKeydeleteByPrimaryKeypublic org.hswebframework.web.service.CrudService<DashBoardConfigEntity,String> getService()
getService 在接口中 CreateController<DashBoardConfigEntity,String,DashBoardConfigEntity>getService 在接口中 DeleteController<DashBoardConfigEntity,String>getService 在接口中 QueryController<DashBoardConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>getService 在接口中 SimpleCrudController<DashBoardConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>getService 在接口中 SimpleGenericEntityController<DashBoardConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>getService 在接口中 UpdateController<DashBoardConfigEntity,String,DashBoardConfigEntity>public ResponseMessage<String> add(@RequestBody DashBoardConfigEntity data)
public ResponseMessage<String> saveOrUpdate(@RequestBody DashBoardConfigEntity data)
@GetMapping(value="{id}/execute")
@Authorize(merge=false)
public ResponseMessage<Object> execute(@PathVariable
String id)
Copyright © 2016–2020. All rights reserved.