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