@Controller @RequestMapping(value="/hframe/hfpmPageEntityRel") public class HfpmPageEntityRelController extends Object
| Constructor and Description |
|---|
HfpmPageEntityRelController() |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
batchCreate(HfpmPageEntityRel[] hfpmPageEntityRels) |
ResultData |
create(HfpmPageEntityRel hfpmPageEntityRel) |
ResultData |
delete(HfpmPageEntityRel hfpmPageEntityRel) |
ResultData |
detail(HfpmPageEntityRel hfpmPageEntityRel) |
IHfpmPageEntityRelSV |
getIHfpmPageEntityRelSV() |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
ResultData |
list(HfpmPageEntityRel hfpmPageEntityRel,
HfpmPageEntityRel_Example example,
Pagination pagination) |
void |
setIHfpmPageEntityRelSV(IHfpmPageEntityRelSV iHfpmPageEntityRelSV) |
ResultData |
update(HfpmPageEntityRel hfpmPageEntityRel) |
@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="hfpmPageEntityRel") HfpmPageEntityRel hfpmPageEntityRel, @ModelAttribute(value="example") HfpmPageEntityRel_Example example, Pagination pagination)
@RequestMapping(value="/queryOneByAjax.json") @ResponseBody public ResultData detail(@ModelAttribute(value="hfpmPageEntityRel") HfpmPageEntityRel hfpmPageEntityRel)
@RequestMapping(value="/createByAjax.json") @ResponseBody public ResultData create(@ModelAttribute(value="hfpmPageEntityRel") HfpmPageEntityRel hfpmPageEntityRel)
@RequestMapping(value="/createsByAjax.json") @ResponseBody public ResultData batchCreate(@RequestBody HfpmPageEntityRel[] hfpmPageEntityRels)
@RequestMapping(value="/updateByAjax.json") @ResponseBody public ResultData update(@ModelAttribute(value="hfpmPageEntityRel") HfpmPageEntityRel hfpmPageEntityRel)
@RequestMapping(value="/deleteByAjax.json") @ResponseBody public ResultData delete(@ModelAttribute(value="hfpmPageEntityRel") HfpmPageEntityRel hfpmPageEntityRel)
public IHfpmPageEntityRelSV getIHfpmPageEntityRelSV()
public void setIHfpmPageEntityRelSV(IHfpmPageEntityRelSV iHfpmPageEntityRelSV)
Copyright © 2018. All rights reserved.