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