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