| Modifier and Type | Method and Description |
|---|---|
void |
ItemController.updateComponent(String componentId,
AbstractCMSComponentData componentData)
Update a component.
|
| Modifier and Type | Method and Description |
|---|---|
MediaListData |
MediaController.getMediaByQuery(NamedQueryData namedQuery)
Get media by named query.
|
MediaData |
CatalogVersionMediaController.uploadMultipartMedia(String catalogId,
String versionId,
MediaData media,
MultipartFile multiPart,
HttpServletRequest request,
HttpServletResponse response)
Upload a media.
|
| Modifier and Type | Method and Description |
|---|---|
PageContentSlotComponentData |
PageContentSlotComponentController.moveComponent(String pageId,
String slotId,
String componentId,
PageContentSlotComponentData pageContentSlotComponent)
Move a component to a different content slot or by changing its position within the content slot on a given page.
|
PageContentSlotComponentData |
PageContentSlotComponentController.updatePageContentSlotComponent(String pageId,
String slotId,
String componentId,
PageContentSlotComponentData pageContentSlotComponent)
Deprecated.
since version 6.2, please use
#moveComponent(pageId, slotId, componentId, pageContentSlotComponent) |
| Modifier and Type | Method and Description |
|---|---|
PageRestrictionListData |
PagesRestrictionsController.updatePageRestrictionListData(String pageId,
PageRestrictionListData pageRestrictionListData)
Updates the list of page-restriction relations for the given page id.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRestQueryExecutor.validate(Map<String,String> params) |
Copyright © 2000-2016 SAP SE. All Rights Reserved.