@Controller @RequestMapping(value="/hframe/hfcfgDbConnect") public class HfcfgDbConnectController extends Object
| Constructor and Description |
|---|
HfcfgDbConnectController() |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
batchCreate(HfcfgDbConnect[] hfcfgDbConnects) |
ResultData |
create(HfcfgDbConnect hfcfgDbConnect) |
ResultData |
delete(HfcfgDbConnect hfcfgDbConnect) |
ResultData |
detail(HfcfgDbConnect hfcfgDbConnect) |
IHfcfgDbConnectSV |
getIHfcfgDbConnectSV() |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
ResultData |
list(HfcfgDbConnect hfcfgDbConnect,
HfcfgDbConnect_Example example,
Pagination pagination) |
ResultData |
search(HfcfgDbConnect hfcfgDbConnect) |
void |
setIHfcfgDbConnectSV(IHfcfgDbConnectSV iHfcfgDbConnectSV) |
ResultData |
update(HfcfgDbConnect hfcfgDbConnect) |
@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="hfcfgDbConnect") HfcfgDbConnect hfcfgDbConnect, @ModelAttribute(value="example") HfcfgDbConnect_Example example, Pagination pagination)
@RequestMapping(value="/queryOneByAjax.json") @ResponseBody public ResultData detail(@ModelAttribute(value="hfcfgDbConnect") HfcfgDbConnect hfcfgDbConnect)
@RequestMapping(value="/searchOneByAjax.json") @ResponseBody public ResultData search(@ModelAttribute(value=" hfcfgDbConnect") HfcfgDbConnect hfcfgDbConnect)
@RequestMapping(value="/createByAjax.json") @ResponseBody public ResultData create(@ModelAttribute(value="hfcfgDbConnect") HfcfgDbConnect hfcfgDbConnect)
@RequestMapping(value="/createsByAjax.json") @ResponseBody public ResultData batchCreate(@RequestBody HfcfgDbConnect[] hfcfgDbConnects)
@RequestMapping(value="/updateByAjax.json") @ResponseBody public ResultData update(@ModelAttribute(value="hfcfgDbConnect") HfcfgDbConnect hfcfgDbConnect)
@RequestMapping(value="/deleteByAjax.json") @ResponseBody public ResultData delete(@ModelAttribute(value="hfcfgDbConnect") HfcfgDbConnect hfcfgDbConnect)
public IHfcfgDbConnectSV getIHfcfgDbConnectSV()
public void setIHfcfgDbConnectSV(IHfcfgDbConnectSV iHfcfgDbConnectSV)
Copyright © 2018. All rights reserved.