@Controller @RequestMapping(value="/user/saveditem") public class UserItemController extends AbstractUserController
apiKeyService, userService| Constructor and Description |
|---|
UserItemController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
create(String collectionId,
String recordId,
String callback,
Principal principal) |
org.springframework.web.servlet.ModelAndView |
list(String callback,
Principal principal) |
org.springframework.web.servlet.ModelAndView |
list(String collectionId,
String recordId,
String callback,
Principal principal) |
copyUserObjectData, getApiId, getUserByApiId, getUserByPrincipal@RequestMapping(produces="application/json",
method=GET)
public org.springframework.web.servlet.ModelAndView list(@RequestParam(value="callback",required=false)
String callback,
Principal principal)
@RequestMapping(value="/{collectionId}/{recordId}",
produces="application/json",
method=GET)
public org.springframework.web.servlet.ModelAndView list(@PathVariable
String collectionId,
@PathVariable
String recordId,
@RequestParam(value="callback",required=false)
String callback,
Principal principal)
@RequestMapping(value="/{collectionId}/{recordId}",
produces="application/json",
method=POST)
public org.springframework.web.servlet.ModelAndView create(@PathVariable
String collectionId,
@PathVariable
String recordId,
@RequestParam(value="callback",required=false)
String callback,
Principal principal)
Copyright © 2017. All rights reserved.