public class Y2YBatchResource extends AbstractYResource<Y2YBatchModel>
httpHeaders, providers, request, resourceCtx, securityCtx, serviceLocator, uriInfo| Constructor and Description |
|---|
Y2YBatchResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteY2YBatch()
Generated HTTP method for covering DELETE requests.
|
AbstractYResource |
getLinkResource(java.lang.String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
getY2YBatch()
Generated HTTP method for covering GET requests.
|
Y2YBatchModel |
getY2YBatchModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
Response |
putY2YBatch(Y2YBatchDTO dto)
Generated HTTP method for covering PUT requests.
|
protected Y2YBatchModel |
readResource(java.lang.String resourceId)
Gets the
Y2YBatchModel resource which is addressed by current resource request. |
void |
setY2YBatchModel(Y2YBatchModel value)
Convenience method which just delegates to
#setResourceValue(Y2YBatchModel) |
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 Y2YBatchResource()
public Response deleteY2YBatch()
javax.ws.rs.core.Responsepublic AbstractYResource getLinkResource(java.lang.String resourceKey)
LinkResource for current root resourcepublic Response getY2YBatch()
javax.ws.rs.core.Responsepublic Y2YBatchModel getY2YBatchModel()
AbstractResource.getResourceValue()public Response putY2YBatch(Y2YBatchDTO dto)
javax.ws.rs.core.Responseprotected Y2YBatchModel readResource(java.lang.String resourceId) throws java.lang.Exception
Y2YBatchModel resource which is addressed by current resource request.readResource in class AbstractResource<Y2YBatchModel>java.lang.ExceptionAbstractResource.readResource(String)public void setY2YBatchModel(Y2YBatchModel value)
#setResourceValue(Y2YBatchModel)Copyright © 2018 SAP SE. All Rights Reserved.