public class ContentCatalogResource extends AbstractYResource<ContentCatalogModel>
httpHeaders, providers, request, resourceCtx, securityCtx, serviceLocator, uriInfo| Constructor and Description |
|---|
ContentCatalogResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteContentCatalog()
Generated HTTP method for covering DELETE requests.
|
AbstractYResource |
getCatalogVersionResource(java.lang.String resourceKey)
Generated getter for sub resource of type
CatalogVersionResource for current root resource |
AbstractYResource |
getClassificationSystemVersionResource(java.lang.String resourceKey)
Generated getter for sub resource of type
ClassificationSystemVersionResource for current root resource |
Response |
getContentCatalog()
Generated HTTP method for covering GET requests.
|
ContentCatalogModel |
getContentCatalogModel()
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 |
AbstractYResource |
getRemoveCatalogVersionCronJobResource(java.lang.String resourceKey)
Generated getter for sub resource of type
RemoveCatalogVersionCronJobResource for current root resource |
Response |
putContentCatalog(ContentCatalogDTO dto)
Generated HTTP method for covering PUT requests.
|
protected ContentCatalogModel |
readResource(java.lang.String resourceId)
Gets the
ContentCatalogModel resource which is addressed by current resource request. |
void |
setContentCatalogModel(ContentCatalogModel value)
Convenience method which just delegates to
#setResourceValue(ContentCatalogModel) |
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 ContentCatalogResource()
public Response deleteContentCatalog()
javax.ws.rs.core.Responsepublic AbstractYResource getCatalogVersionResource(java.lang.String resourceKey)
CatalogVersionResource for current root resourcepublic AbstractYResource getClassificationSystemVersionResource(java.lang.String resourceKey)
ClassificationSystemVersionResource for current root resourcepublic Response getContentCatalog()
javax.ws.rs.core.Responsepublic ContentCatalogModel getContentCatalogModel()
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 AbstractYResource getRemoveCatalogVersionCronJobResource(java.lang.String resourceKey)
RemoveCatalogVersionCronJobResource for current root resourcepublic Response putContentCatalog(ContentCatalogDTO dto)
javax.ws.rs.core.Responseprotected ContentCatalogModel readResource(java.lang.String resourceId) throws java.lang.Exception
ContentCatalogModel resource which is addressed by current resource request.readResource in class AbstractResource<ContentCatalogModel>java.lang.ExceptionAbstractResource.readResource(String)public void setContentCatalogModel(ContentCatalogModel value)
#setResourceValue(ContentCatalogModel)Copyright © 2018 SAP SE. All Rights Reserved.