@Controller @RequestMapping(value="/hframe/hfpmPageEventAttr") public class HfpmPageEventAttrController extends Object
| Constructor and Description |
|---|
HfpmPageEventAttrController() |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
batchCreate(HfpmPageEventAttr[] hfpmPageEventAttrs) |
ResultData |
create(HfpmPageEventAttr hfpmPageEventAttr) |
ResultData |
delete(HfpmPageEventAttr hfpmPageEventAttr) |
ResultData |
detail(HfpmPageEventAttr hfpmPageEventAttr) |
IHfpmPageEventAttrSV |
getIHfpmPageEventAttrSV() |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
ResultData |
list(HfpmPageEventAttr hfpmPageEventAttr,
HfpmPageEventAttr_Example example,
Pagination pagination) |
void |
setIHfpmPageEventAttrSV(IHfpmPageEventAttrSV iHfpmPageEventAttrSV) |
ResultData |
update(HfpmPageEventAttr hfpmPageEventAttr) |
@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="hfpmPageEventAttr") HfpmPageEventAttr hfpmPageEventAttr, @ModelAttribute(value="example") HfpmPageEventAttr_Example example, Pagination pagination)
@RequestMapping(value="/queryOneByAjax.json") @ResponseBody public ResultData detail(@ModelAttribute(value="hfpmPageEventAttr") HfpmPageEventAttr hfpmPageEventAttr)
@RequestMapping(value="/createByAjax.json") @ResponseBody public ResultData create(@ModelAttribute(value="hfpmPageEventAttr") HfpmPageEventAttr hfpmPageEventAttr)
@RequestMapping(value="/createsByAjax.json") @ResponseBody public ResultData batchCreate(@RequestBody HfpmPageEventAttr[] hfpmPageEventAttrs)
@RequestMapping(value="/updateByAjax.json") @ResponseBody public ResultData update(@ModelAttribute(value="hfpmPageEventAttr") HfpmPageEventAttr hfpmPageEventAttr)
@RequestMapping(value="/deleteByAjax.json") @ResponseBody public ResultData delete(@ModelAttribute(value="hfpmPageEventAttr") HfpmPageEventAttr hfpmPageEventAttr)
public IHfpmPageEventAttrSV getIHfpmPageEventAttrSV()
public void setIHfpmPageEventAttrSV(IHfpmPageEventAttrSV iHfpmPageEventAttrSV)
Copyright © 2018. All rights reserved.