| Modifier and Type | Method and Description |
|---|---|
void |
ComponentPkAdminMenuActionPopulatorTest.testPopulate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSSyncPageFacade.isPageSynchronized(String previewTicket,
String pageUid)
this method checks whether the page as a whole is synchronized
|
SyncResponse |
CMSSyncPageFacade.synchronizePage(String previewTicket,
String pageUid)
performs the action of synchronizing and return status and pertaining message
|
| Modifier and Type | Method and Description |
|---|---|
SynchronisationStatus |
SyncActionComponentEnabledStrategy.getComponentSynchronizationStatus(String componentUid) |
boolean |
SyncActionComponentEnabledStrategy.isComponentSynchronized(String componentUid) |
void |
RestrictedTypeCodeActionEnabledStrategyTest.testIsEnabled() |
void |
VisibleActionEnabledStrategyTest.testIsEnabled() |
void |
PositionComponentSlotAdminActionEnabledStrategyTest.testIsEnabled() |
void |
RestrictedTypeCodeActionEnabledStrategyTest.testIsNotEnabled() |
void |
VisibleActionEnabledStrategyTest.testIsNotEnabled() |
void |
PositionComponentSlotAdminActionEnabledStrategyTest.testIsNotEnabled() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageSyncController.isPageSynchronized(String previewTicket,
String pageUid) |
SyncResponse |
PageSyncController.synchronizePage(String previewTicket,
String pageUid) |
| Modifier and Type | Method and Description |
|---|---|
<K extends ItemModel> |
CmsObjectService.getItemOrRelation(String uid,
Collection<CatalogVersionModel> catalogVersions)
Find an item or a relation from a given identifier
|
| Modifier and Type | Method and Description |
|---|---|
<K extends ItemModel> |
DefaultCmsObjectService.getItemOrRelation(String uid,
Collection<CatalogVersionModel> catalogVersions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractCMSComponentModel> |
CMSComponentService.getAbstractCMSComponent(String id)
Gets the abstract cms component.
|
<T extends AbstractCMSComponentModel> |
CMSComponentService.getAbstractCMSComponent(String id,
Collection<CatalogVersionModel> catalogVersions)
Gets the abstract cms component.
|
<T extends AbstractCMSComponentModel> |
CMSComponentService.getAbstractCMSComponent(String id,
String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Gets the abstract cms component.
|
ContentSlotModel |
CMSContentSlotService.getContentSlot(String id)
Deprecated.
use
CMSContentSlotService.getContentSlotForId(String) instead. |
ContentSlotData |
CMSPageService.getContentSlotForPage(AbstractPageModel page,
String position)
Returns a contentslot for the given page and position.
|
CatalogPageModel |
CMSPageService.getDefaultCatalogPage()
Returns the default catalog page WITHOUT evaluating any restrictions
|
CategoryPageModel |
CMSPageService.getDefaultCategoryPage()
Returns the default category page WITHOUT evaluating any restrictions
|
ContentPageModel |
CMSPageService.getDefaultContentPage(String label)
Returns the default content page with the given label WITHOUT evaluating any restrictions
|
ContentPageModel |
CMSPageService.getDefaultPageByLabel(String label,
CatalogVersionModel version)
Deprecated.
|
ContentPageModel |
CMSPageService.getDefaultPageForLabel(String label,
CatalogVersionModel version)
Gets the default page by label.
|
ProductPageModel |
CMSPageService.getDefaultProductPage()
Returns the default product page WITHOUT evaluating any restrictions
|
CMSNavigationNodeModel |
CMSNavigationService.getNavigationNodeById(String id)
Deprecated.
use
CMSNavigationService.getNavigationNodeForId(String) instead. |
CMSNavigationNodeModel |
CMSNavigationService.getNavigationNodeForId(String id)
Returns a Navigation Node identified via its id
|
List<CMSNavigationNodeModel> |
CMSNavigationService.getNavigationNodesByContentPageId(String pageId)
Deprecated.
|
List<CMSNavigationNodeModel> |
CMSNavigationService.getNavigationNodesForContentPageId(String pageId)
Returns a list of all Navigation Nodes which contain the given page
|
CatalogPageModel |
CMSPageService.getPageByCatalog(CatalogModel catalog)
Deprecated.
use
CMSPageService.getPageForCatalog(CatalogModel) instead. |
CatalogPageModel |
CMSPageService.getPageByCatalogId(String catalogId)
Deprecated.
use
CMSPageService.getPageForCatalogId(String) instead. |
CategoryPageModel |
CMSPageService.getPageByCategory(CategoryModel category)
Deprecated.
use
CMSPageService.getPageForCategory(CategoryModel) instead. |
CategoryPageModel |
CMSPageService.getPageByCategoryCode(String categoryCode)
Deprecated.
use
CMSPageService.getPageForCategoryCode(String) instead. |
AbstractPageModel |
CMSPageService.getPageById(String id)
Deprecated.
use
CMSPageService.getPageForId(String) instead. |
ContentPageModel |
CMSPageService.getPageByLabel(String label)
Deprecated.
use
CMSPageService.getPageForLabel(String) instead. |
ContentPageModel |
CMSPageService.getPageByLabelOrId(String labelOrId)
Deprecated.
use
CMSPageService.getPageForLabelOrId(String) instead. |
ProductPageModel |
CMSPageService.getPageByProduct(ProductModel product)
Deprecated.
use
CMSPageService.getPageForProduct(ProductModel) instead. |
ProductPageModel |
CMSPageService.getPageByProductCode(String productCode)
Deprecated.
use
CMSPageService.getPageForProductCode(String) instead. |
CatalogPageModel |
CMSPageService.getPageForCatalog(CatalogModel catalog)
Gets the page by catalog.
|
CatalogPageModel |
CMSPageService.getPageForCatalogId(String catalogId)
Gets the page for catalog id.
|
CategoryPageModel |
CMSPageService.getPageForCategory(CategoryModel category)
Gets the page for category.
|
CategoryPageModel |
CMSPageService.getPageForCategoryCode(String categoryCode)
Gets the page for category code.
|
AbstractPageModel |
CMSPageService.getPageForId(String id)
Gets the page for id.
|
ContentPageModel |
CMSPageService.getPageForLabel(String label)
Gets the page for label.
|
ContentPageModel |
CMSPageService.getPageForLabelOrId(String labelOrId)
Gets the page for label or id.
|
ProductPageModel |
CMSPageService.getPageForProduct(ProductModel product)
Gets the page for product.
|
ProductPageModel |
CMSPageService.getPageForProductCode(String productCode)
Gets the page for product code.
|
List<CMSNavigationNodeModel> |
CMSNavigationService.getRootNavigationNodesByContentPageId(String pageId)
Deprecated.
|
List<CMSNavigationNodeModel> |
CMSNavigationService.getRootNavigationNodesForContentPageId(String pageId)
Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their
navigation tree which has this page assigned
|
<T extends SimpleCMSComponentModel> |
CMSComponentService.getSimpleCMSComponent(String id)
Gets the simple cms component.
|
CMSSiteModel |
CMSSiteService.getSiteForURL(URL url)
Returns the site which is associated with the given url
|
void |
CMSSiteService.setCurrentCatalogVersion(CatalogVersionModel catalogVersion)
sets a catalogversion as current catalogversion
|
CMSSiteModel |
CMSSiteService.setCurrentSite(URL url,
PreviewDataModel previewData)
Sets the site that is associated with the given url as current site.
|
void |
CMSSiteService.setCurrentSiteAndCatalogVersions(CMSSiteModel site,
boolean setDefaultCatalog)
Activates the given site and all associated catalog versions.
|
CMSSiteModel |
CMSSiteService.setCurrentSiteAndCatalogVersions(String siteId,
boolean setDefaultCatalog)
Activates a CMSSite and all associated catalog versions.
|
CMSSiteModel |
CMSSiteService.setCurrentSiteAndCatalogVersionsForURL(URL url,
boolean setDefaultCatalog)
Sets the site that is associated with the given url as current site.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSAdminRestrictionService.createRelation(String pageId,
String restrictionId)
creates a new relation between the given page (pageId) and the given restriction (restrictionId)
|
void |
CMSAdminContentSlotService.deleteContentSlot(String contentSlotId)
delete a content slot and ALL PAGE RELATIONS to it.
|
void |
CMSAdminPageService.deletePage(String id)
Delete a page from the active catalog version
|
void |
CMSAdminRestrictionService.deleteRelation(String restrictionId,
String pageId)
deletes the relation between the restriction and the page
|
Collection<RestrictionTypeModel> |
CMSAdminRestrictionService.getAllowedRestrictionTypesForPage(String pageId)
Returns a collection of all restrictions which can be applied on the given page (via its id)
|
Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getAllRestrictionsByType(String restrictionType)
Returns all restriction of the given restriction type
|
Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(String pageId,
String restrictionType)
Returns all restrictions of the given restriction type which are currently not linked to the given page (via its
id)
|
AbstractCMSComponentModel |
CMSAdminComponentService.getCMSComponent(String id)
Deprecated.
|
AbstractCMSComponentContainerModel |
CMSAdminComponentService.getCMSComponentContainer(String id)
Deprecated.
|
Collection<SimpleCMSComponentModel> |
CMSAdminComponentService.getCMSComponentsOfContainer(String containerId)
Deprecated.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlot(String contentSlotId)
Deprecated.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlot(String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
AbstractPageModel |
CMSAdminPageService.getPageById(String id)
Deprecated.
|
PageTemplateModel |
CMSAdminPageService.getPageTemplateById(String id)
Deprecated.
|
AbstractRestrictionModel |
CMSAdminRestrictionService.getRestriction(String id)
Returns a restriction via its id
|
Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
String restrictionType)
Returns all restrictions of the given restriction type which are applied on the given page
|
Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(String pageId,
String restrictionType)
Returns all restrictions of the given restriction type which are applied on the given page (via its id)
|
CMSSiteModel |
CMSAdminSiteService.getSiteById(String id)
Deprecated.
use
CMSAdminSiteService.getSiteForId(String) instead. |
Set<CMSComponentTypeModel> |
CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page,
ContentSlotModel contentSlot)
Get all component type restrictions for a given page and content slot.
|
Set<CMSComponentTypeModel> |
CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate,
ContentSlotModel contentSlot)
Get all component type restrictions for a given template and content slot.
|
Set<CMSComponentTypeModel> |
CMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot)
Get all component type restrictions for a given content slot from two sources of the given page and its master
template.
|
boolean |
CMSAdminRestrictionService.hasOtherRelations(String restrictionId,
String pageId)
Checks if a given restriction has also other relations than to the given page
|
void |
CMSAdminSiteService.setActiveCatalogVersion(String catalogId,
String versionId)
Set a catalog version (via catalog id and version id) as active.
|
void |
CMSAdminSiteService.setActiveSiteById(String id)
Deprecated.
use
CMSAdminSiteService.setActiveSiteForId(String) instead. |
void |
CMSAdminPageService.updatePage(AbstractPageModel page,
String name,
String masterTemplateId)
Updates the given page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSAdminRestrictionService.createRelation(String pageId,
String restrictionId) |
void |
DefaultCMSAdminContentSlotService.deleteContentSlot(String contentSlotId)
delete a content slot and ALL PAGE RELATIONS to it.
|
void |
DefaultCMSAdminPageService.deletePage(String id)
Delete a page from the active catalog version
|
void |
DefaultCMSAdminRestrictionService.deleteRelation(String restrictionId,
String pageId) |
Collection<RestrictionTypeModel> |
DefaultCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(String id) |
Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getAllRestrictionsByType(String restrictionType) |
Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(String pageId,
String restrictionType) |
AbstractCMSComponentModel |
DefaultCMSAdminComponentService.getCMSComponent(String id)
Deprecated.
|
AbstractCMSComponentContainerModel |
DefaultCMSAdminComponentService.getCMSComponentContainer(String id)
Deprecated.
|
Collection<SimpleCMSComponentModel> |
DefaultCMSAdminComponentService.getCMSComponentsOfContainer(String containerId)
Gets the cms components of container.
|
protected ComposedTypeModel |
DefaultCMSAdminRestrictionService.getComposedTypeModel(String composedType) |
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlot(String contentSlotId)
Deprecated.
|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlot(String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
protected Set<CMSComponentTypeModel> |
DefaultCMSAdminTypeRestrictionsService.getMergedTypeRestrictionForContentSlot(List<ContentSlotNameModel> availableContentSlots,
String contentSlotForNamePosition)
Merge the restrictions for a content slots from
ContentSlotNameModel.getValidComponentTypes() and
ComponentTypeGroupModel.getCmsComponentTypes() |
AbstractPageModel |
DefaultCMSAdminPageService.getPageById(String id)
Deprecated.
|
PageTemplateModel |
DefaultCMSAdminPageService.getPageTemplateById(String id)
Deprecated.
|
AbstractRestrictionModel |
DefaultCMSAdminRestrictionService.getRestriction(String id) |
Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
String restrictionType) |
Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(String id,
String restrictionType) |
CMSSiteModel |
DefaultCMSAdminSiteService.getSiteById(String id) |
Set<CMSComponentTypeModel> |
DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page,
ContentSlotModel contentSlot) |
Set<CMSComponentTypeModel> |
DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate,
ContentSlotModel contentSlot) |
Set<CMSComponentTypeModel> |
DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot) |
boolean |
DefaultCMSAdminRestrictionService.hasOtherRelations(String restrictionId,
String pageId) |
void |
DefaultCMSAdminSiteService.setActiveCatalogVersion(String catalogId,
String versionId) |
void |
DefaultCMSAdminSiteService.setActiveSiteById(String id) |
void |
DefaultCMSAdminTypeRestrictionsServiceTest.shouldFailGetTypeRestrictions_MultipleContentSlotForPage() |
void |
DefaultCMSAdminTypeRestrictionsServiceTest.shouldFailGetTypeRestrictions_NoContentSlotForNameInTemplate() |
void |
DefaultCMSAdminTypeRestrictionsServiceTest.shouldFailGetTypeRestrictions_NoContentSlotForPage() |
void |
DefaultCMSAdminRestrictionServiceTest.shouldGetAllowedRestrictionsForPage_MultipleAllowedTypes() |
void |
DefaultCMSAdminRestrictionServiceTest.shouldGetAllowedRestrictionsForPage_NoAllowedType() |
void |
DefaultCMSAdminRestrictionServiceTest.shouldGetAllowedRestrictionsForPage_SingleAllowedType() |
void |
DefaultCMSAdminTypeRestrictionsServiceTest.shouldGetNoTypeRestrictions_NoneFound() |
void |
DefaultCMSAdminTypeRestrictionsServiceTest.shouldGetTypeRestrictions_CompTypeGroupAndValidComponentTypes() |
void |
DefaultCMSAdminTypeRestrictionsServiceTest.shouldGetTypeRestrictions_CompTypeGroupOnly() |
void |
DefaultCMSAdminTypeRestrictionsServiceTest.shouldGetTypeRestrictions_ValidComponentTypesOnly() |
void |
DefaultCMSAdminPageService.updatePage(AbstractPageModel page,
String name,
String masterTemplateId)
Updates the given page.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentModel |
DefaultCMSComponentService.getAbstractCMSComponent(String id)
Gets the abstract cms component.
|
<T extends AbstractCMSComponentModel> |
DefaultCMSComponentService.getAbstractCMSComponent(String id,
Collection<CatalogVersionModel> catalogVersions)
Gets the abstract cms component.
|
<T extends AbstractCMSComponentModel> |
DefaultCMSComponentService.getAbstractCMSComponent(String id,
String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Gets the abstract cms component.
|
ContentSlotModel |
DefaultCMSContentSlotService.getContentSlot(String id)
Deprecated.
|
ContentSlotData |
DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page,
String position)
Returns a contentslot for the given page and position.
|
CatalogPageModel |
DefaultCMSPageService.getDefaultCatalogPage()
Returns the default catalog page WITHOUT evaluating any restrictions
|
CategoryPageModel |
DefaultCMSPageService.getDefaultCategoryPage()
Returns the default category page WITHOUT evaluating any restrictions
|
ContentPageModel |
DefaultCMSPageService.getDefaultContentPage(String label)
Returns the default content page with the given label WITHOUT evaluating any restrictions
|
protected AbstractPageModel |
DefaultCMSPageService.getDefaultPage(String composedTypeCode) |
ContentPageModel |
DefaultCMSPageService.getDefaultPageByLabel(String label,
CatalogVersionModel version)
Gets the default page by label.
|
ContentPageModel |
DefaultCMSPageService.getDefaultPageForLabel(String label,
CatalogVersionModel version)
Gets the default page by label.
|
ProductPageModel |
DefaultCMSPageService.getDefaultProductPage()
Returns the default product page WITHOUT evaluating any restrictions
|
CMSNavigationNodeModel |
DefaultCMSNavigationService.getNavigationNodeById(String id)
Returns a Navigation Node identified via its id
|
CMSNavigationNodeModel |
DefaultCMSNavigationService.getNavigationNodeForId(String id)
Returns a Navigation Node identified via its id
|
List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getNavigationNodesByContentPageId(String pageId)
Returns a list of all Navigation Nodes which contain the given page
|
List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getNavigationNodesForContentPageId(String pageId)
Returns a list of all Navigation Nodes which contain the given page
|
CatalogPageModel |
DefaultCMSPageService.getPageByCatalog(CatalogModel catalog)
Gets the page by catalog.
|
CatalogPageModel |
DefaultCMSPageService.getPageByCatalogId(String catalogId)
Gets the page by catalog id.
|
CategoryPageModel |
DefaultCMSPageService.getPageByCategory(CategoryModel category)
Gets the page by category.
|
CategoryPageModel |
DefaultCMSPageService.getPageByCategoryCode(String categoryCode)
Gets the page by category code.
|
AbstractPageModel |
DefaultCMSPageService.getPageById(String id)
Gets the page by id.
|
ContentPageModel |
DefaultCMSPageService.getPageByLabel(String label)
Gets the page by label.
|
ContentPageModel |
DefaultCMSPageService.getPageByLabelOrId(String labelOrId)
First looks up for pages with the given labelOrId.
|
ProductPageModel |
DefaultCMSPageService.getPageByProduct(ProductModel product)
Gets the page by product.
|
ProductPageModel |
DefaultCMSPageService.getPageByProductCode(String productCode)
Gets the page by product code.
|
CatalogPageModel |
DefaultCMSPageService.getPageForCatalog(CatalogModel catalog)
Gets the page by catalog.
|
CatalogPageModel |
DefaultCMSPageService.getPageForCatalogId(String catalogId)
Gets the page for catalog id.
|
CategoryPageModel |
DefaultCMSPageService.getPageForCategory(CategoryModel category)
Gets the page for category.
|
CategoryPageModel |
DefaultCMSPageService.getPageForCategoryCode(String categoryCode)
Gets the page for category code.
|
AbstractPageModel |
DefaultCMSPageService.getPageForId(String id)
Gets the page for id.
|
ContentPageModel |
DefaultCMSPageService.getPageForLabel(String label)
Gets the page for label.
|
ContentPageModel |
DefaultCMSPageService.getPageForLabelOrId(String labelOrId)
Gets the page for label or id.
|
ProductPageModel |
DefaultCMSPageService.getPageForProduct(ProductModel product)
Gets the page for product.
|
ProductPageModel |
DefaultCMSPageService.getPageForProductCode(String productCode)
Gets the page for product code.
|
List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getRootNavigationNodesByContentPageId(String pageId)
Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their
navigation tree which has this page assigned
|
List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getRootNavigationNodesForContentPageId(String pageId)
Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their
navigation tree which has this page assigned
|
SimpleCMSComponentModel |
DefaultCMSComponentService.getSimpleCMSComponent(String id)
Gets the simple cms component.
|
CMSSiteModel |
DefaultCMSSiteService.getSiteForURL(URL url)
Returns the site which is associated with the given url
|
void |
DefaultCMSSiteService.setCurrentCatalogVersion(CatalogVersionModel catalogVersion)
sets a catalogversion as current catalogversion
|
CMSSiteModel |
DefaultCMSSiteService.setCurrentSite(URL url,
PreviewDataModel previewData)
Sets the site that is associated with the given url as current site.
|
void |
DefaultCMSSiteService.setCurrentSiteAndCatalogVersions(CMSSiteModel site,
boolean setDefaultCatalog)
Activates the given site and all associated catalog versions.
|
CMSSiteModel |
DefaultCMSSiteService.setCurrentSiteAndCatalogVersions(String siteId,
boolean setDefaultCatalog)
Activates a CMSSite and all associated catalog versions.
|
CMSSiteModel |
DefaultCMSSiteService.setCurrentSiteAndCatalogVersionsForURL(URL url,
boolean setDefaultCatalog)
Sets the site that is associated with the given url as current site.
|
void |
DefaultCMSNavigationDaoTest.testFindCMSNavigationNodes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCMSActivateBaseSiteInSessionStrategyTest.throwExceptionIfInteraction()
Assures if no interaction with
CMSSiteService.setCurrentSite(CMSSiteModel) and
CMSSiteService.setCurrentCatalogVersion(CatalogVersionModel) was recorded. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<SimpleCMSComponentModel> |
CMSComponentTag.getComponents(WebApplicationContext appContext,
HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultPreviewLoader.loadRestrictionBasedValues(PreviewDataModel previewCtx,
AbstractPageModel page)
Fills the supplied preview context
previewCtx with values related to the page's restrictions. |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionData |
CatalogVersionController.getCatalogVersion(String catalogId,
String versionId)
Retrieve catalog version information for a given catalog and version name.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionData |
CatalogVersionFacade.getCatalogVersion(String catalogId,
String versionId)
Retrieve catalog version information, including page display conditions.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionData |
DefaultCatalogVersionFacade.getCatalogVersion(String catalogId,
String versionId) |
void |
DefaultCatalogVersionFacadeTest.shouldFailGetCatalogVersion_CatalogVersionNotFound() |
void |
DefaultCatalogVersionFacadeTest.shouldGetCatalogVersion_NoSupportedPageTypes() |
void |
DefaultCatalogVersionFacadeTest.shouldGetCatalogVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentTypeAllowedForContentSlotPredicateTest.setUp() |
void |
ComponentTypeAllowedForContentSlotPredicateTest.shouldFail_GetRestrictionsThrowsException() |
void |
PageExistsPredicateTest.shouldFail_PageNotFound() |
void |
PageExistsPredicateTest.shouldPass_PageExists() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentData |
ItemController.getComponentItemByUid(String componentId,
String fields)
Get the component that matches the given component id.
|
void |
ItemController.removeComponent(String componentId)
Remove a component from the system.
|
void |
ItemController.updateComponent(String componentId,
AbstractCMSComponentData componentData)
Update a component.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentData |
ComponentItemFacade.getComponentItemByUid(String uid)
Get a abstract component item by uid.
|
void |
ComponentItemFacade.removeComponentItem(String componentUid)
Remove an existing component instance.
|
void |
ComponentItemFacade.updateComponentItem(String componentUid,
AbstractCMSComponentData componentData)
Update a component item.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentData |
DefaultComponentItemFacade.getComponentItemByUid(String uid) |
void |
DefaultComponentItemFacade.removeComponentItem(String componentUid) |
void |
DefaultComponentItemFacade.updateComponentItem(String componentUid,
AbstractCMSComponentData componentData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSMediaFormatServiceTest.shouldFindMediaFormats() |
| Modifier and Type | Method and Description |
|---|---|
NavigationNodeData |
NavigationController.createNavigationNodeById(NavigationNodeData navigationNode,
HttpServletRequest request,
HttpServletResponse response)
Adds a new navigation node
|
void |
NavigationController.deleteNavigationNodeById(String uid)
Deletes the navigation node.
|
NavigationNodeListData |
NavigationController.findAllNavigationAncestorsAndSelf(String navigationNodeUid)
Finds all navigation ancestors for a given node uid and the node itself.
|
NavigationNodeData |
NavigationController.findNavigationNodeById(String uid)
Find the navigation node by uid.
|
NavigationNodeData |
NavigationController.updateNavigationNodeById(String uid,
NavigationNodeData navigationNode)
Updates the navigation node for a given navigation node uid
|
| Modifier and Type | Method and Description |
|---|---|
NavigationNodeData |
NavigationFacade.addNavigationNode(NavigationNodeData navigationNodeData)
Creates a new navigation node represented by
NavigationNodeData |
void |
NavigationFacade.deleteNavigationNode(String uid)
Deletes a navigation node by item uid.
|
NavigationNodeData |
NavigationFacade.findNavigationNodeById(String uid)
Retrieves a
NavigationNodeData by its item's uid. |
List<NavigationNodeData> |
NavigationFacade.getNavigationAncestorsAndSelf(String navigationNodeUid)
Return the node and all of its ancestors.
|
NavigationNodeData |
NavigationFacade.updateNavigationNode(String navigationNodeUid,
NavigationNodeData navigationNodeData)
Updates a
NavigationNodeData. |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeDataToModelParentPopulatorTest.setup() |
void |
NavigationNodeDataToModelParentPopulatorTest.testChangingParentRootShouldMoveToAnotherParent() |
void |
NavigationNodeDataToModelParentPopulatorTest.testChangingParentUidShouldMoveToAnotherParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeUpdateValidatorTest.setup() |
void |
NavigationNodeUpdateValidatorTest.testValidateWhenUidIsInvalid_shouldHaveErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationEntryService.deleteNavigationEntries(String navigationNodeUid)
Deletes all navigation entries associated with the given navigation node uid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNavigationEntryService.deleteNavigationEntries(String navigationNodeUid) |
void |
DefaultNavigationEntryServiceTest.setup() |
void |
DefaultNavigationEntryServiceTest.testCreateNavigationEntry_shouldSaveSuccessfully() |
void |
DefaultNavigationEntryServiceTest.testDeleteNavigationEntriesWithEmptyEntryList() |
void |
DefaultNavigationEntryServiceTest.testDeleteNavigationEntriesWithNonEmptyEntryList() |
void |
DefaultNavigationEntryServiceTest.testDeleteNavigationEntriesWithNonEmptyEntryListAndNotDeleted() |
| Modifier and Type | Method and Description |
|---|---|
UidListData |
PageController.findFallbackPages(String pageId)
Get all fallback pages uid for a given page.
|
UidListData |
PageController.findVariationPages(String pageId)
Get all variation pages uid for a given page.
|
AbstractPageData |
PageController.getPageByUid(String pageId)
Get the page that matches the given page uid.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
PageFacade.findFallbackPages(String pageId)
Find all default pages for a given page.
|
List<String> |
PageFacade.findVariationPages(String pageId)
Find all variant pages for a given page.
|
AbstractPageData |
PageFacade.getPageByUid(String uid)
Find a single page by its uid.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
DefaultPageFacade.findFallbackPages(String pageId) |
List<String> |
DefaultPageFacade.findVariationPages(String pageId) |
AbstractPageData |
DefaultPageFacade.getPageByUid(String uid) |
protected AbstractPageModel |
DefaultPageFacade.getPageModelById(String pageId) |
void |
DefaultPageFacadeTest.shouldFailFindAllFallbackPages_InvalidPageId() |
void |
DefaultPageFacadeTest.shouldFindFallbackPages() |
void |
DefaultPageFacadeTest.shouldFindVariationPages() |
void |
DefaultPageFacadeTest.shouldGetPageByUid() |
| Modifier and Type | Method and Description |
|---|---|
List<PageContentSlotData> |
PageContentSlotFacade.getContentSlotsByPage(String pageId)
Get a list of content slots with their slot and their position in the page for a given page.
|
List<PageContentSlotData> |
PageContentSlotFacade.getPagesBySlotId(String slotId)
Get a list of pages with their slot and their position in the page for a given slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageContentSlotData> |
DefaultPageContentSlotFacade.getContentSlotsByPage(String pageId) |
List<PageContentSlotData> |
DefaultPageContentSlotFacade.getPagesBySlotId(String slotId) |
void |
DefaultPageContentSlotFacadeTest.shouldFailConversion() |
void |
DefaultPageContentSlotFacadeTest.shouldFindContentSlotsForPage() |
void |
DefaultPageContentSlotFacadeTest.shouldFindNoContentSlotForPage() |
void |
DefaultPageContentSlotFacadeTest.shouldFindNoPageRelation() |
void |
DefaultPageContentSlotFacadeTest.shouldFindPageRelations() |
void |
DefaultPageContentSlotFacadeTest.shouldFindPageRelationsForCustomTypeExtendingCMSRelationModel() |
void |
DefaultPageContentSlotFacadeTest.shouldNotFindConverter() |
void |
DefaultPageContentSlotFacadeTest.shouldNotFindPageId() |
void |
DefaultPageContentSlotFacadeTest.shouldNotFindSlotId() |
| Modifier and Type | Method and Description |
|---|---|
PageContentSlotComponentData |
PageContentSlotComponentController.addComponentToSlot(PageContentSlotComponentData pageContentSlotComponentData,
HttpServletRequest request,
HttpServletResponse response)
Add a component to a slot.
|
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.
|
void |
PageContentSlotComponentController.removeComponent(String slotId,
String componentId)
Remove a component from a content slot
|
void |
PageContentSlotComponentController.removeComponentFromSlot(String slotId,
String componentId)
Deprecated.
since version 6.2, please use
#removeComponent(slotId, componentId) |
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 |
|---|---|
PageContentSlotComponentData |
PageContentSlotComponentFacade.addComponentToContentSlot(PageContentSlotComponentData pageContentSlotComponent)
Add an existing component item into a specific index position of an existing content slot.
|
List<PageContentSlotComponentData> |
PageContentSlotComponentFacade.getPageContentSlotComponentsByPageId(String pageId)
Get a list of content slot with their components and their position in the slots for a given page.
|
PageContentSlotComponentData |
PageContentSlotComponentFacade.moveComponent(String pageUid,
String componentUid,
String originSlotUid,
PageContentSlotComponentData pageContentSlotComponentData)
Moves a component within a slot or between slots.
|
void |
PageContentSlotComponentFacade.removeComponentFromContentSlot(String slotId,
String componentId)
Remove a component item from a content slot.
|
| Modifier and Type | Method and Description |
|---|---|
PageContentSlotComponentData |
DefaultPageContentSlotComponentFacade.addComponentToContentSlot(PageContentSlotComponentData pageContentSlotComponent) |
protected AbstractCMSComponentModel |
DefaultPageContentSlotComponentFacade.fetchComponent(String componentId) |
protected ContentSlotModel |
DefaultPageContentSlotComponentFacade.fetchContentSlot(String slotId) |
protected ContentSlotModel |
DefaultPageContentSlotComponentFacade.fetchSlot(String originSlotUid) |
List<PageContentSlotComponentData> |
DefaultPageContentSlotComponentFacade.getPageContentSlotComponentsByPageId(String pageId) |
PageContentSlotComponentData |
DefaultPageContentSlotComponentFacade.moveComponent(String pageUid,
String componentUid,
String originSlotUid,
PageContentSlotComponentData pageContentSlotComponentData) |
void |
DefaultPageContentSlotComponentFacade.removeComponentFromContentSlot(String slotId,
String componentId) |
void |
DefaultPageContentSlotComponentFacadeTest.shouldAddComponentToContentSlot() |
void |
DefaultPageContentSlotComponentFacadeTest.shouldFailAddComponentToContentSlot_AmbiguousSlot() |
void |
DefaultPageContentSlotComponentFacadeTest.shouldFailAddComponentToContentSlot_SlotNotFound() |
void |
DefaultPageContentSlotComponentFacadeTest.shouldFailAddComponentToContentSlot_ValidationException() |
void |
DefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponent_ComponentNotInSlot() |
void |
DefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponent_NotFoundComponent() |
void |
DefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponentFromContentSlot_AmbiguousSlot() |
void |
DefaultPageContentSlotComponentFacadeTest.shouldRemoveComponent() |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotTypeRestrictionsWsDTO |
PageContentSlotTypeRestrictionController.getTypeRestrictionsForContentSlot(String pageId,
String slotId)
Get type restriction for a given page id and content slot id.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotTypeRestrictionsData |
PageContentSlotTypeRestrictionsFacade.getTypeRestrictionsForContentSlotUID(String pageUid,
String contentSlotUid)
Fetches type restrictions for the given content slot on a given page
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotTypeRestrictionsData |
DefaultPageContentSlotTypeRestrictionsFacade.getTypeRestrictionsForContentSlotUID(String pageUid,
String contentSlotUid) |
| 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 |
|---|---|
List<PageRestrictionData> |
PageRestrictionFacade.getRestrictionsByPage(String pageId)
Get a list of restrictions for a given page.
|
void |
PageRestrictionFacade.updateRestrictionRelationsByPage(String pageId,
List<PageRestrictionData> pageRestrictionsListData)
Updates the list of restrictions associated with the pageId based according to the provided pageRestrictionsListData
|
| Modifier and Type | Method and Description |
|---|---|
List<PageRestrictionData> |
DefaultPageRestrictionFacade.getRestrictionsByPage(String pageId) |
void |
DefaultPageRestrictionFacadeTest.setUp() |
void |
DefaultPageRestrictionFacadeTest.shouldFailUpdateRestrictionRelationsByPage_NoRestrictionOnVariationPage() |
void |
DefaultPageRestrictionFacadeTest.shouldGetRestrictionsByPage() |
void |
DefaultPageRestrictionFacadeTest.shouldNotGetRestrictionsByPage_PageNotFound() |
void |
DefaultPageRestrictionFacadeTest.shouldUpdateRestrictionRelationsByPage() |
void |
DefaultPageRestrictionFacade.updateRestrictionRelationsByPage(String pageId,
List<PageRestrictionData> pageRestrictionsListData) |
| Modifier and Type | Method and Description |
|---|---|
SyncJobData |
CatalogVersionSynchronizationController.createSynchronizationByCatalogSourceTarget(SyncJobRequestData syncJobRequest)
Creates a catalog synchronization
|
| Modifier and Type | Method and Description |
|---|---|
SyncJobData |
SynchronizationFacade.createCatalogSynchronization(SyncJobRequestData syncJobRequest)
Attempts to create a synchronization job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCxCmsContainerStrategyTest.initMocks() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen1ActionResult() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen2ActionResult() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen2ActionResultOtherOrder() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturnDefaultComponentWhenComponentNotFound() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturnDefaultComponentWhenNoActionResultForSpecificContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected CxCmsComponentContainerData |
CxReplaceComponentWithContainerExecutor.replaceComponentWithContainerWithSlots(Map<String,String> params) |
protected Object |
CxUpdateCustomizationRankExecutor.updateCustomizationRank(Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
PreviewController.createPreviewTicket(PreviewTicketWsDTO previewTicketDTO,
UriComponentsBuilder builder)
Creates a new preview ticket
|
| Modifier and Type | Method and Description |
|---|---|
PreviewTicketWsDTO |
PreviewFacade.createPreviewTicket(PreviewTicketWsDTO previewTicketWsDTO)
Create a new preview ticket
|
| Modifier and Type | Method and Description |
|---|---|
PreviewTicketWsDTO |
DefaultPreviewFacade.createPreviewTicket(PreviewTicketWsDTO previewTicketWsDTO) |
Copyright © 2000-2016 SAP SE. All Rights Reserved.