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