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