@Controller public class UserOpenidRelationController extends Object
| Constructor and Description |
|---|
UserOpenidRelationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
addUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.learn.course.model.UserOpenidRelation userOpenidRelation) |
String |
deleteUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
getMultiUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long[] ids) |
String |
getUserOpenidRelation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
getUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
getuserOpenidRelationList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model) |
String |
updateUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.learn.course.model.UserOpenidRelation userOpenidRelation) |
@RequestMapping(value="/c/userOpenidRelation",
method=GET)
public String getuserOpenidRelationList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws Exception
ServiceExceptionServiceDaoExceptionException@RequestMapping(value="/c/userOpenidRelation/{id}",
method=GET)
public String getUserOpenidRelation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/userOpenidRelation/{id}",
method=GET)
public String getUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/userOpenidRelation/{id}",
method=PUT)
public String updateUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.learn.course.model.UserOpenidRelation userOpenidRelation)
throws Exception
Exception@RequestMapping(value="/a/userOpenidRelation",
method=POST)
public String addUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.learn.course.model.UserOpenidRelation userOpenidRelation)
throws Exception
Exception@RequestMapping(value="/a/userOpenidRelation/{id}",
method=DELETE)
public String deleteUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/multi/userOpenidRelation",
method=GET)
public String getMultiUserOpenidRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long[] ids)
throws Exception
ExceptionCopyright © 2017. All rights reserved.