public class ClientUserGroupManagementController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
ClientUserGroupManagementController() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteGroup(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deletes the group.
|
void |
removeGroupMember(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Removes the given entity from the group.
|
void |
startSynchronization(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method starts the synchronization and returns a JSON response.
|
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializerhandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic void deleteGroup(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
request - the requestresponse - the responseIOException - in case of an IO exceptionjavax.servlet.ServletException - Exception.public void removeGroupMember(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
request - the requestresponse - the responseIOException - in case of an IO exceptionjavax.servlet.ServletException - Exceptionpublic void startSynchronization(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - The request.response - The response.IOException - in case writing the JSON response failedCopyright © 2019 Communote team. All rights reserved.