@Controller @RequestMapping(value="/hframe/hfpmPageCfg") public class HfpmPageCfgController extends Object
| Constructor and Description |
|---|
HfpmPageCfgController() |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
batchCreate(HfpmPageCfg[] hfpmPageCfgs) |
ResultData |
create(HfpmPageCfg hfpmPageCfg) |
ResultData |
delete(HfpmPageCfg hfpmPageCfg) |
ResultData |
detail(HfpmPageCfg hfpmPageCfg) |
IHfpmPageCfgSV |
getIHfpmPageCfgSV() |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
ResultData |
list(HfpmPageCfg hfpmPageCfg,
HfpmPageCfg_Example example,
Pagination pagination) |
void |
setIHfpmPageCfgSV(IHfpmPageCfgSV iHfpmPageCfgSV) |
ResultData |
update(HfpmPageCfg hfpmPageCfg) |
@InitBinder
protected void initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder)
throws Exception
@RequestMapping(value="/queryListByAjax.json") @ResponseBody public ResultData list(@ModelAttribute(value="hfpmPageCfg") HfpmPageCfg hfpmPageCfg, @ModelAttribute(value="example") HfpmPageCfg_Example example, Pagination pagination)
@RequestMapping(value="/queryOneByAjax.json") @ResponseBody public ResultData detail(@ModelAttribute(value="hfpmPageCfg") HfpmPageCfg hfpmPageCfg)
@RequestMapping(value="/createByAjax.json") @ResponseBody public ResultData create(@ModelAttribute(value="hfpmPageCfg") HfpmPageCfg hfpmPageCfg)
@RequestMapping(value="/createsByAjax.json") @ResponseBody public ResultData batchCreate(@RequestBody HfpmPageCfg[] hfpmPageCfgs)
@RequestMapping(value="/updateByAjax.json") @ResponseBody public ResultData update(@ModelAttribute(value="hfpmPageCfg") HfpmPageCfg hfpmPageCfg)
@RequestMapping(value="/deleteByAjax.json") @ResponseBody public ResultData delete(@ModelAttribute(value="hfpmPageCfg") HfpmPageCfg hfpmPageCfg)
public IHfpmPageCfgSV getIHfpmPageCfgSV()
public void setIHfpmPageCfgSV(IHfpmPageCfgSV iHfpmPageCfgSV)
Copyright © 2018. All rights reserved.