Class ConfigurationController
java.lang.Object
de.hybris.platform.hac.controller.platform.ConfigurationController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig(org.springframework.ui.Model model) voidconfigDelete(org.springframework.ui.Model model, String key, javax.servlet.http.HttpServletResponse response) voidconfigLockUnlockCreate(Boolean lock, javax.servlet.http.HttpServletResponse response) configUpdateCreate(String key, String val) protected StringgetParameter(String key) voidsetConfigurationViewService(ConfigurationViewService configurationViewService) voidsetSessionService(SessionService sessionService) valuechanged(String key, String val)
-
Field Details
-
EDITED
- See Also:
-
HAS_EDITED
- See Also:
-
CREATED
- See Also:
-
CHANGED
- See Also:
-
IS_NEW
- See Also:
-
-
Constructor Details
-
ConfigurationController
public ConfigurationController()
-
-
Method Details
-
config
@RequestMapping(value="config", method=GET) public String config(org.springframework.ui.Model model) throws IOException - Throws:
IOException
-
configDelete
@RequestMapping(value="configdelete", method=POST) @ResponseBody public void configDelete(org.springframework.ui.Model model, @RequestParam String key, javax.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-
configUpdateCreate
-
configLockUnlockCreate
@RequestMapping(value="config/lock", method=POST) @ResponseBody public void configLockUnlockCreate(@RequestParam Boolean lock, javax.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-
applyEdited
-
resetEdited
-
valuechanged
-
getParameter
-
getEdited
-
setSessionService
-
setConfigurationViewService
-