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