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