public class RoleBulkExternalResourceHandler extends DefaultResourceHandler<CreateRoleBulkExternalParameter,DefaultParameter,DefaultParameter,GetRoleBulkExternalParameter,DefaultParameter>
| Constructor and Description |
|---|
RoleBulkExternalResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
handleCreateInternally(CreateRoleBulkExternalParameter createRoleBulkExternalParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Get blog role bulk for external
|
javax.ws.rs.core.Response |
handleGetInternally(GetRoleBulkExternalParameter getRoleBulkExternalParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Get blog role bulk for external
|
handleDeleteInternally, handleEditInternally, handleListInternallyhandleCreate, handleDelete, handleEdit, handleGet, handleList, setValidatorpublic javax.ws.rs.core.Response handleCreateInternally(CreateRoleBulkExternalParameter createRoleBulkExternalParameter, String requestedMimeType, javax.ws.rs.core.UriInfo uriInfo, String requestSessionId, javax.ws.rs.core.Request request) throws BlogNotFoundException, IllegalRequestParameterException, ResponseBuildException, ExtensionNotSupportedException, BlogAccessException
handleCreateInternally in class DefaultResourceHandler<CreateRoleBulkExternalParameter,DefaultParameter,DefaultParameter,GetRoleBulkExternalParameter,DefaultParameter>createRoleBulkExternalParameter - - an object that contains all the parameter that can or have to be used for such a
requestrequestedMimeType - - is the mime type that indicates which data exchange format to useuriInfo - - this object is created by the request and contains some request specific datarequestSessionId - sessionIdrequest - - javax requestBlogNotFoundException - Exception.IllegalRequestParameterException - illegal parameter in requestResponseBuildException - exception while building the responseExtensionNotSupportedException - extension is not supportedBlogAccessException - in case the current user is not allowed to update the blog rightspublic javax.ws.rs.core.Response handleGetInternally(GetRoleBulkExternalParameter getRoleBulkExternalParameter, String requestedMimeType, javax.ws.rs.core.UriInfo uriInfo, String requestSessionId, javax.ws.rs.core.Request request)
handleGetInternally in class DefaultResourceHandler<CreateRoleBulkExternalParameter,DefaultParameter,DefaultParameter,GetRoleBulkExternalParameter,DefaultParameter>getRoleBulkExternalParameter - - an object that contains all the parameter that can or have to be used for such a
requestrequestedMimeType - - is the mime type that indicates which data exchange format to useuriInfo - - this object is created by the request and contains some request specific datarequestSessionId - sessionIdrequest - - javax requestCopyright © 2019 Communote team. All rights reserved.