| 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 |
PositionComponentSlotAdminActionEnabledStrategyTest.testIsEnabled() |
void |
VisibleActionEnabledStrategyTest.testIsEnabled() |
void |
RestrictedTypeCodeActionEnabledStrategyTest.testIsNotEnabled() |
void |
PositionComponentSlotAdminActionEnabledStrategyTest.testIsNotEnabled() |
void |
VisibleActionEnabledStrategyTest.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
|
CMSItemModel |
CMSAdminItemService.findByUid(String uid)
Finds the
CMSItemModel uniquely identified by its uid and the catalogVersion currently in session |
CMSItemModel |
CMSAdminItemService.findByUid(String uid,
CatalogVersionModel catalogVersion)
Finds the
CMSItemModel uniquely identified by its uid and catalogVersion |
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
|
List<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsByName(String name)
Returns a restriction via its name
|
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) |
CMSItemModel |
DefaultCMSAdminItemService.findByUid(String uid)
Finds the
CMSItemModel uniquely identified by its uid and the catalogVersion currently in session |
CMSItemModel |
DefaultCMSAdminItemService.findByUid(String uid,
CatalogVersionModel catalogVersion)
Finds the
CMSItemModel uniquely identified by its uid and catalogVersion |
void |
DefaultCMSAdminItemServiceTest.findByUidWillDelegateToTheDaoWithPassedVersion() |
void |
DefaultCMSAdminItemServiceTest.findByUidWillDelegateToTheDaoWithVersionInSession() |
void |
DefaultCMSAdminItemServiceTest.findByUidWillThrowExceptionWhenNotFound() |
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) |
List<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsByName(String name) |
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 |
|---|---|
void |
DefaultCxCmsContainerStrategyTest.initMocks() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen1ActionResult() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen2ActionResult() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen2ActionResultOtherOrder() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturnDefaultComponentWhenComponentNotFound() |
void |
DefaultCxCmsContainerStrategyTest.shouldReturnDefaultComponentWhenNoActionResultForSpecificContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
CxReplaceComponentWithContainerExecutorTest.executeAfterValidationWhenComponentNotExistTest() |
protected CxCmsComponentContainerData |
CxReplaceComponentWithContainerExecutor.replaceComponentWithContainerWithSlots(Map<String,String> params) |
void |
CxReplaceComponentWithContainerExecutorTest.setup() |
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
AddConfigToCartController.addConfigToCart(String productCode,
ConfigurationData configData,
BindingResult bindingResult,
Model model,
RedirectAttributes redirectAttributes)
Adds a configuration to the cart, so that a new cart item will be created.
|
void |
VariantOverviewController.addVariantToCartCleanUp(String productCode)
Cleans up the UI-State, after a varaint has been added to the cart
|
String |
ConfigureProductController.configureProduct(String productCode,
Model model,
HttpServletRequest request,
RedirectAttributes redirectAttributes)
Renders the dynamic product configuration content page for the given product.
|
String |
AddConfigToCartController.copyConfiguration(String productCode,
String url)
Copies the existing configuration into an new configuration, that is completely independent from the old
configuration.
|
String |
ConfigurationOverviewController.getConfiguationOverview(String productCode,
Model model,
HttpServletRequest request)
Renders the product config overview page.
|
protected AbstractPageModel |
AbstractProductConfigController.getPageForProduct() |
protected AbstractPageModel |
VariantOverviewController.getPageForProduct() |
protected AbstractPageModel |
ConfigurationOverviewController.getPageForProduct() |
String |
VariantOverviewController.getVariantOverview(String productCode,
Model model,
HttpServletRequest request)
Renders the product config overview page, using a product configuration variant as input.
|
protected void |
AbstractProductConfigController.ifProductVariant(HttpServletRequest request,
Model model,
ProductData productData,
KBKeyData kbKey) |
protected void |
CartConfigureProductController.populateConfigurationModel(HttpServletRequest request,
Model model,
OrderEntryData currentEntry,
String productCode) |
protected ConfigurationData |
ConfigureProductController.populateConfigurationModel(HttpServletRequest request,
Model model,
String productCode) |
protected ProductData |
AbstractProductConfigController.populateProductData(String productCode,
Model model,
HttpServletRequest request) |
protected ProductData |
AbstractProductConfigController.populateProductDetailForDisplay(String productCode,
Model model) |
protected void |
VariantOverviewController.prepareUiModel(HttpServletRequest request,
Model model,
String productCode,
ConfigurationOverviewData overview) |
protected void |
ConfigurationOverviewController.prepareUiModel(HttpServletRequest request,
Model model,
String productCode,
UiStatus uiStatus,
ConfigurationOverviewData overview) |
protected ModelAndView |
UpdateConfigureProductController.render(Model model,
HttpServletRequest request,
UpdateDataHolder updateData) |
String |
AddConfigToCartController.resetConfiguration(String productCode,
String url)
Resets the existing configuration to its's default values.
|
ModelAndView |
SearchSimilarVariantsController.searchVariant(String configId,
String productCode,
Model model)
Searches similar varaints considering the value assigments of the given runtime configuration.
|
ModelAndView |
ConfigurationOverviewController.updateConfiguationOverview(String productCode,
OverviewUiData overviewUIData,
Model model,
HttpServletRequest request)
Updates the product config overview page.
|
ModelAndView |
UpdateConfigureProductController.updateConfigureProduct(ConfigurationData configData,
BindingResult bindingResult,
Model model,
HttpServletRequest request)
Updates a configuration based on the user inputs and renders back the changes.
|
ModelAndView |
VariantOverviewController.updateVariantOverview(String productCode,
OverviewUiData overviewUIData,
Model model,
HttpServletRequest request)
Updates the product config overview page for variants.
|
Copyright © 2017 SAP SE. All Rights Reserved.