@Controller @RequestMapping(value="/hframe/hfcfgLoginPage") public class HfcfgLoginPageController extends Object
| Constructor and Description |
|---|
HfcfgLoginPageController() |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
batchCreate(HfcfgLoginPage[] hfcfgLoginPages) |
ResultData |
create(HfcfgLoginPage hfcfgLoginPage) |
ResultData |
delete(HfcfgLoginPage hfcfgLoginPage) |
ResultData |
detail(HfcfgLoginPage hfcfgLoginPage) |
IHfcfgLoginPageSV |
getIHfcfgLoginPageSV() |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
ResultData |
list(HfcfgLoginPage hfcfgLoginPage,
HfcfgLoginPage_Example example,
Pagination pagination) |
void |
setIHfcfgLoginPageSV(IHfcfgLoginPageSV iHfcfgLoginPageSV) |
ResultData |
update(HfcfgLoginPage hfcfgLoginPage) |
@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="hfcfgLoginPage") HfcfgLoginPage hfcfgLoginPage, @ModelAttribute(value="example") HfcfgLoginPage_Example example, Pagination pagination)
@RequestMapping(value="/queryOneByAjax.json") @ResponseBody public ResultData detail(@ModelAttribute(value="hfcfgLoginPage") HfcfgLoginPage hfcfgLoginPage)
@RequestMapping(value="/createByAjax.json") @ResponseBody public ResultData create(@ModelAttribute(value="hfcfgLoginPage") HfcfgLoginPage hfcfgLoginPage)
@RequestMapping(value="/createsByAjax.json") @ResponseBody public ResultData batchCreate(@RequestBody HfcfgLoginPage[] hfcfgLoginPages)
@RequestMapping(value="/updateByAjax.json") @ResponseBody public ResultData update(@ModelAttribute(value="hfcfgLoginPage") HfcfgLoginPage hfcfgLoginPage)
@RequestMapping(value="/deleteByAjax.json") @ResponseBody public ResultData delete(@ModelAttribute(value="hfcfgLoginPage") HfcfgLoginPage hfcfgLoginPage)
public IHfcfgLoginPageSV getIHfcfgLoginPageSV()
public void setIHfcfgLoginPageSV(IHfcfgLoginPageSV iHfcfgLoginPageSV)
Copyright © 2018. All rights reserved.