public class FormatterResource extends AbstractYResource<FormatterModel>
httpHeaders, providers, request, resourceCtx, securityCtx, serviceLocator, uriInfo| Constructor and Description |
|---|
FormatterResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteFormatter()
Generated HTTP method for covering DELETE requests.
|
Response |
getFormatter()
Generated HTTP method for covering GET requests.
|
FormatterModel |
getFormatterModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
AbstractYResource |
getLinkResource(java.lang.String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
putFormatter(FormatterDTO dto)
Generated HTTP method for covering PUT requests.
|
protected FormatterModel |
readResource(java.lang.String resourceId)
Gets the
FormatterModel resource which is addressed by current resource request. |
void |
setFormatterModel(FormatterModel value)
Convenience method which just delegates to
#setResourceValue(FormatterModel) |
createOrUpdatePostResource, createOrUpdateResource, deleteResource, getNotsavedModelForCreate, getObjectGraph, getResourceType, getUniqueMember, isAccessGranted, passUniqueMember, prepareJaloSession, processDtoId, readResourceInternal, setObjectGraph, setUniqueMember, setUserIntoJaloSessionafterDelete, afterPost, afterPut, beforeDelete, beforePost, beforePut, createDeleteResponse, createGetResponse, createPostResource, createPostResponse, createPutResponse, createPutResponse, createResource, getEventActionFactory, getPagingStrategy, getParentResource, getPostCommandHandler, getPutCommandHandler, getRequest, getResourceId, getResourceValue, getResponse, getSecurityContext, getSecurityStrategy, getServiceLocator, getUriInfo, isAccessGrantedExternal, notifyAfterDelete, notifyAfterGet, notifyAfterPost, notifyAfterPut, notifyBeforeDelete, notifyBeforeGet, notifyBeforePost, notifyBeforePut, processException, readPostResource, setCachingStrategy, setDeleteMethod, setEventActionFactory, setGetMethod, setPagingStrategy, setParentResource, setPostCommandHandler, setPostMethod, setPutCommandHandler, setPutMethod, setRequestProcessChain, setResourceId, setResourceValue, setSecurityStrategy, setServiceLocatorpublic FormatterResource()
public Response deleteFormatter()
javax.ws.rs.core.Responsepublic Response getFormatter()
javax.ws.rs.core.Responsepublic FormatterModel getFormatterModel()
AbstractResource.getResourceValue()public AbstractYResource getLinkResource(java.lang.String resourceKey)
LinkResource for current root resourcepublic Response putFormatter(FormatterDTO dto)
javax.ws.rs.core.Responseprotected FormatterModel readResource(java.lang.String resourceId) throws java.lang.Exception
FormatterModel resource which is addressed by current resource request.readResource in class AbstractResource<FormatterModel>java.lang.ExceptionAbstractResource.readResource(String)public void setFormatterModel(FormatterModel value)
#setResourceValue(FormatterModel)Copyright © 2018 SAP SE. All Rights Reserved.