@Controller @RequestMapping(value="/hframe/hfpmFieldShowType") public class HfpmFieldShowTypeController extends Object
| Constructor and Description |
|---|
HfpmFieldShowTypeController() |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
batchCreate(HfpmFieldShowType[] hfpmFieldShowTypes) |
ResultData |
create(HfpmFieldShowType hfpmFieldShowType) |
ResultData |
delete(HfpmFieldShowType hfpmFieldShowType) |
ResultData |
detail(HfpmFieldShowType hfpmFieldShowType) |
IHfpmFieldShowTypeSV |
getIHfpmFieldShowTypeSV() |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
ResultData |
list(HfpmFieldShowType hfpmFieldShowType,
HfpmFieldShowType_Example example,
Pagination pagination) |
void |
setIHfpmFieldShowTypeSV(IHfpmFieldShowTypeSV iHfpmFieldShowTypeSV) |
ResultData |
update(HfpmFieldShowType hfpmFieldShowType) |
@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="hfpmFieldShowType") HfpmFieldShowType hfpmFieldShowType, @ModelAttribute(value="example") HfpmFieldShowType_Example example, Pagination pagination)
@RequestMapping(value="/queryOneByAjax.json") @ResponseBody public ResultData detail(@ModelAttribute(value="hfpmFieldShowType") HfpmFieldShowType hfpmFieldShowType)
@RequestMapping(value="/createByAjax.json") @ResponseBody public ResultData create(@ModelAttribute(value="hfpmFieldShowType") HfpmFieldShowType hfpmFieldShowType)
@RequestMapping(value="/createsByAjax.json") @ResponseBody public ResultData batchCreate(@RequestBody HfpmFieldShowType[] hfpmFieldShowTypes)
@RequestMapping(value="/updateByAjax.json") @ResponseBody public ResultData update(@ModelAttribute(value="hfpmFieldShowType") HfpmFieldShowType hfpmFieldShowType)
@RequestMapping(value="/deleteByAjax.json") @ResponseBody public ResultData delete(@ModelAttribute(value="hfpmFieldShowType") HfpmFieldShowType hfpmFieldShowType)
public IHfpmFieldShowTypeSV getIHfpmFieldShowTypeSV()
public void setIHfpmFieldShowTypeSV(IHfpmFieldShowTypeSV iHfpmFieldShowTypeSV)
Copyright © 2018. All rights reserved.