| Modifier and Type | Method and Description |
|---|---|
protected MediaModel |
BackofficeWidgetPersistenceService.createWidgetsConfigMedia() |
| Modifier and Type | Method and Description |
|---|---|
SynchronisationStatus |
SyncSlotActionEnabledStrategy.getSlotSynchronizationStatus(String slotId) |
boolean |
SyncSlotActionEnabledStrategy.isSlotSynchronized(String slotId) |
| Modifier and Type | Method and Description |
|---|---|
ContentCatalogModel |
CMSContentCatalogDao.findContentCatalogById(String id)
Find a single content catalog having the given id.
|
MediaFormatModel |
CMSMediaFormatDao.getMediaFormatByQualifier(String qualifier)
Retrieve a single media format which have the specified qualifier value.
|
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
DefaultCMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
CMSContentSlotService.getContentSlotForId(String id)
Gets the content slot for given id.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentContainerModel |
CMSAdminComponentService.getCMSComponentContainerForId(String id)
Gets the cms component container for id.
|
AbstractCMSComponentModel |
CMSAdminComponentService.getCMSComponentForId(String id)
Gets the cms component for id.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlotForId(String contentSlotId)
Gets the content slot for specific content slot id.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Gets the content slot for slot id and collection of catalog versions.
|
AbstractPageModel |
CMSAdminPageService.getPageForIdFromActiveCatalogVersion(String id)
Returns the page with the given id from active catalogVersion.
|
PageTemplateModel |
CMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String id)
Gets the page template with the give id.
|
CMSSiteModel |
CMSAdminSiteService.getSiteForId(String id)
Returns a site with the given ID
|
void |
CMSAdminSiteService.setActiveSiteForId(String id)
Sets a site as active (the site the current user is working on)
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentContainerModel |
DefaultCMSAdminComponentService.getCMSComponentContainerForId(String id)
Gets the cms component container for id.
|
AbstractCMSComponentModel |
DefaultCMSAdminComponentService.getCMSComponentForId(String id)
Gets the cms component for id.
|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlotForId(String contentSlotId)
Gets the content slot for specific content slot id.
|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Gets the content slot for slot id and collection of catalog versions.
|
AbstractPageModel |
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersion(String id)
Returns the page with the given id from active catalogVersion.
|
PageTemplateModel |
DefaultCMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String id)
Gets the page template with the give id.
|
CMSSiteModel |
DefaultCMSAdminSiteService.getSiteForId(String id) |
void |
DefaultCMSAdminSiteService.setActiveSiteForId(String id) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
DefaultCMSContentSlotService.getContentSlotForId(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
OnDemandConversionFacade.convert(PK container,
String format) |
String |
OnDemandConversionFacade.retrieveURL(MediaContainerModel container,
String format) |
| Modifier and Type | Method and Description |
|---|---|
protected UnknownIdentifierException |
AbstractBaseFacade.createUnknownIdentifierException(String name,
String code) |
| Modifier and Type | Method and Description |
|---|---|
ActionData |
ActionFacade.createAction(String customizationCode,
String variationCode,
ActionData action,
String catalogId,
String catalogVersionId)
Creates new action in given variation.
|
default Collection<ActionData> |
ActionFacade.createActions(String customizationCode,
String variationCode,
Collection<ActionData> actions,
String catalogId,
String catalogVersionId)
Creates new actions in given variation.
|
void |
ActionFacade.deleteAction(String customizationCode,
String variationCode,
String actionCode,
String catalogId,
String catalogVersionId)
Delete action
|
default void |
ActionFacade.deleteActions(String customizationCode,
String variationCode,
Collection<String> actionCodes,
String catalogId,
String catalogVersionId)
Delete actions
|
ActionData |
ActionFacade.getAction(String customizationCode,
String variationCode,
String actionCode,
String catalogId,
String catalogVersionId)
Retrieves action with given code and validates its hierarchy (customization and variation)
|
List<ActionData> |
ActionFacade.getActions(String customizationCode,
String variationCode,
String catalogId,
String catalogVersionId)
Retrieves all actions in given variation and validates its hierarchy
|
ActionData |
ActionFacade.updateAction(String customizationCode,
String variationCode,
String actionCode,
ActionData action,
String catalogId,
String catalogVersionId)
Updates existing action.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionData> |
DefaultActionFacade.createActions(String customizationCode,
String variationCode,
Collection<ActionData> actionsData,
String catalogId,
String catalogVersionId) |
void |
DefaultActionFacade.deleteActions(String customizationCode,
String variationCode,
Collection<String> actionCodes,
String catalogId,
String catalogVersionId) |
| Modifier and Type | Method and Description |
|---|---|
CustomizationData |
CustomizationFacade.getCustomization(String customizationCode,
String catalogId,
String catalogVersionId)
Retrieves customization with given code.
|
void |
CustomizationFacade.removeCustomization(String customizationCode,
String catalogId,
String catalogVersionId)
Deletes customization
|
CustomizationData |
CustomizationFacade.updateCustomization(String customizationCode,
CustomizationData customization,
String catalogId,
String catalogVersionId)
Updates existing customization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentFacade.deleteSegment(String segmentCode)
Deletes segment with provided id
|
SegmentData |
SegmentFacade.getSegment(String segmentCode)
Retrieves segment with given code;
|
SegmentData |
SegmentFacade.updateSegment(String segmentCode,
SegmentData segment)
Updates existing segment
|
| Modifier and Type | Method and Description |
|---|---|
VariationData |
VariationFacade.createVariation(String customizationCode,
VariationData variation,
String catalogId,
String catalogVersionId)
Creates new variation in given customization
|
void |
VariationFacade.deleteVariation(String customizationCode,
String variationCode,
String catalogId,
String catalogVersionId)
Deletes variation in given customization
|
VariationData |
VariationFacade.getVariation(String customizationCode,
String variationCode,
String catalogId,
String catalogVersionId)
Retrieves variation with given code with customization validation
|
List<VariationData> |
VariationFacade.getVariations(String customizationCode,
String catalogId,
String catalogVersionId)
Retrieves all variations of given customization
|
VariationData |
VariationFacade.updateVariation(String customizationCode,
String variationCode,
VariationData variation,
String catalogId,
String catalogVersionId)
Updates variation with given code
|
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalModel |
AssigneeNoteValidationStrategy.getResponsiblePrincipal(NoteInfo ctx) |
| Modifier and Type | Method and Description |
|---|---|
MediaFolderModel |
MediaService.getFolder(String qualifier)
Gets the folder identified unique by given qualifier.
|
MediaFormatModel |
MediaService.getFormat(String qualifier)
Gets the format identified unique by given qualifier.
|
MediaModel |
MediaService.getMedia(CatalogVersionModel catalogVersion,
String code)
Gets the media identified unique by given code and catalog version.
|
MediaModel |
MediaService.getMedia(String code)
Gets the media identified unique by given code.
|
MediaContainerModel |
MediaContainerService.getMediaContainerForQualifier(String qualifier)
Gets the media container for qualifier.
|
MediaContextModel |
MediaContainerService.getMediaContextForQualifier(String qualifier)
Gets the media context for the specified qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
BaseStoreService.getBaseStoreForUid(String uid)
Gets the base store for uid.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
DefaultBaseStoreService.getBaseStoreForUid(String uid)
Gets the base store for uid.
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceService.getPointOfServiceForName(String name)
Returns point of service by its name.
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultPointOfServiceService.getPointOfServiceForName(String name) |
Copyright © 2017 SAP SE. All Rights Reserved.