Uses of Class
de.hybris.platform.cms2.model.pages.ContentPageModel
Packages that use ContentPageModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.navigation package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.
Contains generated models for each type of de.hybris.platform.cms2lib.components package.
-
Uses of ContentPageModel in de.hybris.platform.acceleratorcms.model.components
Methods in de.hybris.platform.acceleratorcms.model.components that return ContentPageModelModifier and TypeMethodDescriptionSimpleBannerComponentModel.getContentPage()Generated method - Getter of theSimpleBannerComponent.contentPageattribute defined at extensionacceleratorcms.SimpleResponsiveBannerComponentModel.getContentPage()Generated method - Getter of theSimpleResponsiveBannerComponent.contentPageattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidSimpleBannerComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofSimpleBannerComponent.contentPageattribute defined at extensionacceleratorcms.voidSimpleResponsiveBannerComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofSimpleResponsiveBannerComponent.contentPageattribute defined at extensionacceleratorcms. -
Uses of ContentPageModel in de.hybris.platform.acceleratorservices.sitemap.generator.impl
Methods in de.hybris.platform.acceleratorservices.sitemap.generator.impl that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionprotected List<ContentPageModel>ContentPageModelSiteMapGenerator.getDataInternal(CMSSiteModel siteModel) protected List<ContentPageModel>HomePageSiteMapGenerator.getDataInternal(CMSSiteModel siteModel) Method parameters in de.hybris.platform.acceleratorservices.sitemap.generator.impl with type arguments of type ContentPageModelModifier and TypeMethodDescriptionContentPageModelSiteMapGenerator.getSiteMapUrlData(List<ContentPageModel> models) HomePageSiteMapGenerator.getSiteMapUrlData(List<ContentPageModel> models) -
Uses of ContentPageModel in de.hybris.platform.acceleratorservices.sitemap.populators
Methods in de.hybris.platform.acceleratorservices.sitemap.populators that return types with arguments of type ContentPageModelMethods in de.hybris.platform.acceleratorservices.sitemap.populators with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidContentPageModelToSiteMapUrlDataPopulator.populate(ContentPageModel contentPageModel, SiteMapUrlData siteMapUrlData) Method parameters in de.hybris.platform.acceleratorservices.sitemap.populators with type arguments of type ContentPageModelModifier and TypeMethodDescriptionvoidContentPageModelToSiteMapUrlDataPopulator.setUrlResolver(UrlResolver<ContentPageModel> urlResolver) -
Uses of ContentPageModel in de.hybris.platform.acceleratorservices.urlresolver.impl
Methods in de.hybris.platform.acceleratorservices.urlresolver.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected StringDefaultContentPageUrlResolver.getKey(ContentPageModel source) protected StringDefaultHomepageContentPageUrlResolver.getKey(ContentPageModel source) protected StringDefaultContentPageUrlResolver.resolveInternal(ContentPageModel source) protected StringDefaultHomepageContentPageUrlResolver.resolveInternal(ContentPageModel source) -
Uses of ContentPageModel in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionContentPageBreadcrumbBuilder.getBreadcrumbs(ContentPageModel page) -
Uses of ContentPageModel in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that return ContentPageModelModifier and TypeMethodDescriptionprotected ContentPageModelAbstractPageController.getContentPageForLabelOrId(String labelOrId) Finds a content page by label or id and evaluates the cms restrictions associated to the page and components on the page.Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected voidAbstractPageController.setUpMetaDataForContentPage(org.springframework.ui.Model model, ContentPageModel contentPage) -
Uses of ContentPageModel in de.hybris.platform.addonsupport.controllers.page
Methods in de.hybris.platform.addonsupport.controllers.page that return ContentPageModelModifier and TypeMethodDescriptionprotected ContentPageModelAbstractAddOnPageController.getContentPageForLabelOrId(String labelOrId) Methods in de.hybris.platform.addonsupport.controllers.page with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected voidAbstractAddOnPageController.setUpMetaDataForContentPage(org.springframework.ui.Model model, ContentPageModel contentPage) -
Uses of ContentPageModel in de.hybris.platform.b2bacceleratoraddon.controllers.secureportal
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.secureportal with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected StringAbstractB2BRegistrationController.getDefaultRegistrationPage(org.springframework.ui.Model model, ContentPageModel contentPageModel) Calls the implementation of both other methods declared above and adds the required registration form to the model.protected abstract voidAbstractB2BRegistrationController.populateModelCmsContent(org.springframework.ui.Model model, ContentPageModel contentPageModel) Method that ensures the model is populated with all required CMS components in order to properly render the registration page.protected voidB2BRegistrationController.populateModelCmsContent(org.springframework.ui.Model model, ContentPageModel contentPageModel) -
Uses of ContentPageModel in de.hybris.platform.b2bacceleratoraddon.interceptors
Methods in de.hybris.platform.b2bacceleratoraddon.interceptors with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected voidSecurePortalBeforeViewHandler.replaceSideContentSlotComponents(ContentPageModel contentPageModel, org.springframework.ui.ModelMap model) -
Uses of ContentPageModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return ContentPageModelModifier and TypeMethodDescriptionCMSLinkComponentModel.getContentPage()Generated method - Getter of theCMSLinkComponent.contentPageattribute defined at extensioncms2.VideoComponentModel.getContentPage()Generated method - Getter of theVideoComponent.contentPageattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.components with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidCMSLinkComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofCMSLinkComponent.contentPageattribute defined at extensioncms2.voidVideoComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofVideoComponent.contentPageattribute defined at extensioncms2. -
Uses of ContentPageModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return ContentPageModelModifier and TypeMethodDescriptionCMSSiteModel.getStartingPage()Generated method - Getter of theCMSSite.startingPageattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidCMSSiteModel.setStartingPage(ContentPageModel value) Generated method - Setter ofCMSSite.startingPageattribute defined at extensioncms2. -
Uses of ContentPageModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return ContentPageModelModifier and TypeMethodDescriptionCMSPageDao.findHomepage(Collection<CatalogVersionModel> catalogVersions) Find homepage with active status for the given collection of catalog versions.CMSPageDao.findHomepageByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find homepage for the given collection of catalog versions and page statuses.Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionCMSPageDao.findAllContentPagesByCatalogVersions(Collection<CatalogVersionModel> catalogVersions) Find all active content pages by catalog versions.PageTemplateDao.findAllContentPagesByCatalogVersions(Collection<CatalogVersionModel> catalogVersions) Find all content pages by catalog versions.CMSPageDao.findAllContentPagesByCatalogVersionsAndPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find all content pages by catalog versions and a list of page statuses.CMSPageDao.findDefaultContentPageByLabelAndCatalogVersions(String label, Collection<CatalogVersionModel> catalogVersions) Find default content page with active status by label and catalog versions.PageTemplateDao.findDefaultContentPageByLabelAndCatalogVersions(String label, Collection<CatalogVersionModel> catalogVersions) Find default content page by label and catalog versions.CMSPageDao.findDefaultContentPageByLabelAndCatalogVersionsAndPageStatuses(String label, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find default content page by label, catalog versions and page status.CMSPageDao.findHomepagesByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find all homepages for the given collection of catalog versions and page statuses.CMSPageDao.findPagesByLabel(String label, Collection<CatalogVersionModel> catalogVersions) Find pages by label and catalog versions.PageTemplateDao.findPagesByLabel(String label, Collection<CatalogVersionModel> catalogVersions) Find pages by label and catalog version.Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type ContentPageModelModifier and TypeMethodDescriptionCMSNavigationDao.findNavigationNodesByContentPage(ContentPageModel page, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by content page and catalog versions. -
Uses of ContentPageModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return ContentPageModelModifier and TypeMethodDescriptionDefaultCMSPageDao.findHomepage(Collection<CatalogVersionModel> catalogVersions) DefaultCMSPageDao.findHomepageByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionDefaultCMSPageDao.findAllContentPagesByCatalogVersions(Collection<CatalogVersionModel> catalogVersions) Find all active content pages by catalog versions.DefaultCMSPageDao.findAllContentPagesByCatalogVersionsAndPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findDefaultContentPageByLabelAndCatalogVersions(String label, Collection<CatalogVersionModel> catalogVersions) Find default content page with active status by label and catalog versions.DefaultCMSPageDao.findDefaultContentPageByLabelAndCatalogVersionsAndPageStatuses(String label, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find default content page by label, catalog versions and page status.DefaultCMSPageDao.findHomepagesByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findPagesByLabel(String label, Collection<CatalogVersionModel> catalogVersions) Find pages by label and catalog versions.Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionDefaultCMSNavigationDao.findNavigationNodesByContentPage(ContentPageModel page, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by content page and catalog versions. -
Uses of ContentPageModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionprotected Predicate<ContentPageModel>CmsContentPagePrepareInterceptor.isNotCurrentPage(ContentPageModel currentContentPage) Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected voidCmsContentPagePrepareInterceptor.changeLabelForPersonalizedPages(Collection<AbstractPageModel> contentPages, ContentPageModel currentContentPage, String oldLabelValue, InterceptorContext ctx) Fetches all associated content pages (personalized content pages) for current content page and changes a label property tocurrentContentPage.getLabel()protected Predicate<ContentPageModel>CmsContentPagePrepareInterceptor.isNotCurrentPage(ContentPageModel currentContentPage) protected voidCmsContentPagePrepareInterceptor.resetHomepageFlag(Collection<AbstractPageModel> contentPages, ContentPageModel currentPageModel, InterceptorContext ctx) -
Uses of ContentPageModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return ContentPageModelModifier and TypeMethodDescriptionCMSContentPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) Gets the default page by label and catalog version.CMSPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getDefaultPageForLabel(String, CatalogVersionModel)insteadCMSContentPageService.getHomepage()Gets the homepageCMSContentPageService.getHomepage(PagePreviewCriteriaData pagePreviewCriteria) Returns homepage forPagePreviewCriteriaData.CMSPageService.getHomepage()Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getHomepage()insteadCMSPageService.getHomepage(PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getHomepage(PagePreviewCriteriaData)insteadCMSPageService.getPageForLabel(String label) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelAndStatuses(String, List)insteadCMSPageService.getPageForLabel(String label, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelAndPreview(String, PagePreviewCriteriaData)insteadCMSPageService.getPageForLabelAndPageStatuses(String label, List<CmsPageStatus> pageStatuses) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelAndStatuses(String, List)insteadCMSContentPageService.getPageForLabelAndPreview(String label, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for label andPagePreviewCriteriaData.CMSContentPageService.getPageForLabelAndStatuses(String label, List<CmsPageStatus> pageStatuses) Gets the page for label by page status.CMSPageService.getPageForLabelOrId(String labelOrId) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelOrIdAndMatchType(String, boolean)insteadCMSPageService.getPageForLabelOrId(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelOrIdAndMatchType(String, PagePreviewCriteriaData, boolean)insteadCMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, boolean exactLabelMatch) Gets the page for label or id.CMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria, boolean exactLabelMatch) Gets the page matching the provided for label or id filtered by thePagePreviewCriteriaDatainformation.Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionCMSPageService.getAllContentPages()Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer neededMethods in de.hybris.platform.cms2.servicelayer.services with parameters of type ContentPageModelModifier and TypeMethodDescriptionCMSPageService.getLabelOrId(ContentPageModel contentPage) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer neededCMSNavigationService.getNavigationNodesForContentPage(ContentPageModel page) Returns a list of all Navigation Nodes which contain the given pageCMSNavigationService.getRootNavigationNodesForContentPage(ContentPageModel page) 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 -
Uses of ContentPageModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return ContentPageModelModifier and TypeMethodDescriptionCMSAdminPageService.createContentPage(String id, String name, String masterTemplateId, String label) Creates the content page.CMSAdminPageService.getHomepage(CatalogVersionModel catalogVersion) Gets the homepage for a given catalog versionCMSAdminPageService.getHomepage(CMSSiteModel siteModel) Gets the homepage for a given CMS Site.CMSAdminPageService.getHomepage(List<CatalogVersionModel> catalogVersions) Gets the homepage for the given catalog versions.Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionCMSAdminPageService.getAllContentPages(Collection<CatalogVersionModel> catalogVersions) Gets the all active content pages.CMSAdminPageService.getAllContentPagesForPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Gets the all content pages for a given list of page status.CMSAdminPageService.getContentPages(Collection<CatalogVersionModel> catalogVersions, String label) Gets the content pages. -
Uses of ContentPageModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return ContentPageModelModifier and TypeMethodDescriptionDefaultCMSAdminPageService.createContentPage(String id, String name, String masterTemplateId, String label) Creates the content page.DefaultCMSAdminPageService.getHomepage(CatalogVersionModel catalogVersion) DefaultCMSAdminPageService.getHomepage(CMSSiteModel siteModel) Gets the homepage for a given CMS Site.DefaultCMSAdminPageService.getHomepage(List<CatalogVersionModel> catalogVersions) Gets the homepage for the given catalog versions.Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionDefaultCMSAdminPageService.getAllContentPages(Collection<CatalogVersionModel> catalogVersions) Gets the all active content pages.DefaultCMSAdminPageService.getAllContentPagesForPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Gets the all content pages for a given list of page status.DefaultCMSAdminPageService.getContentPages(Collection<CatalogVersionModel> catalogVersions, String label) Gets the content pages. -
Uses of ContentPageModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return ContentPageModelModifier and TypeMethodDescriptionDefaultCMSContentPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) DefaultCMSPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSContentPageService.getHomepage()DefaultCMSContentPageService.getHomepage(PagePreviewCriteriaData pagePreviewCriteria) DefaultCMSPageService.getHomepage()Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getHomepage(PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.protected ContentPageModelDefaultCMSContentPageService.getHomepageInternal()Gets the homepage by finding all content pages havingContentPageModel#isHomepage()equals TRUE, in all the catalog versions saved in the session.protected ContentPageModelDefaultCMSContentPageService.getPageForLabel(String label, List<CmsPageStatus> pageStatuses, boolean exactLabelMatch) Gets the page for label by page status and label match type.DefaultCMSPageService.getPageForLabel(String label) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getPageForLabel(String label, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getPageForLabelAndPageStatuses(String label, List<CmsPageStatus> pageStatuses) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSContentPageService.getPageForLabelAndPreview(String label, PagePreviewCriteriaData pagePreviewCriteria) DefaultCMSContentPageService.getPageForLabelAndStatuses(String label, List<CmsPageStatus> pageStatuses) DefaultCMSPageService.getPageForLabelOrId(String labelOrId) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getPageForLabelOrId(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, boolean exactLabelMatch) DefaultCMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria, boolean exactLabelMatch) protected ContentPageModelDefaultCMSContentPageService.getSingleContentPage(List<String> labels) Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionDefaultCMSPageService.getAllContentPages()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionDefaultCMSPageService.getLabelOrId(ContentPageModel contentPage) Deprecated, for removal: This API element is subject to removal in a future version.protected List<CMSNavigationNodeModel>DefaultCMSNavigationService.getNavigationNodesByContentPage(ContentPageModel page) DefaultCMSNavigationService.getNavigationNodesForContentPage(ContentPageModel page) Returns a list of all Navigation Nodes which contain the given pageprotected List<CMSNavigationNodeModel>DefaultCMSNavigationService.getRootNavigationNodesByContentPage(ContentPageModel page) DefaultCMSNavigationService.getRootNavigationNodesForContentPage(ContentPageModel page) 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 -
Uses of ContentPageModel in de.hybris.platform.cms2.version
Fields in de.hybris.platform.cms2.version declared as ContentPageModelModifier and TypeFieldDescriptionprotected ContentPageModelAbstractCMSVersionIntegrationTest.contentPage -
Uses of ContentPageModel in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return ContentPageModelModifier and TypeMethodDescriptionBannerComponentModel.getPage()Generated method - Getter of theBannerComponent.pageattribute defined at extensioncms2lib.FlashComponentModel.getPage()Generated method - Getter of theFlashComponent.pageattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidBannerComponentModel.setPage(ContentPageModel value) Generated method - Setter ofBannerComponent.pageattribute defined at extensioncms2lib.voidFlashComponentModel.setPage(ContentPageModel value) Generated method - Setter ofFlashComponent.pageattribute defined at extensioncms2lib. -
Uses of ContentPageModel in de.hybris.platform.cmscockpit.services.label.impl
Methods in de.hybris.platform.cmscockpit.services.label.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected StringContentPageModelLabelProvider.getIconPath(ContentPageModel item) protected StringContentPageModelLabelProvider.getIconPath(ContentPageModel item, String languageIso) protected StringContentPageModelLabelProvider.getItemDescription(ContentPageModel item) protected StringContentPageModelLabelProvider.getItemDescription(ContentPageModel item, String languageIso) protected StringContentPageModelLabelProvider.getItemLabel(ContentPageModel item) protected StringContentPageModelLabelProvider.getItemLabel(ContentPageModel item, String languageIso) -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.cmsitems.populators
Fields in de.hybris.platform.cmsfacades.cmsitems.populators declared as ContentPageModelModifier and TypeFieldDescriptionprotected ContentPageModelTrashPagePopulatorIntegrationTest.homepageprotected ContentPageModelTrashPagePopulatorTest.homepageMethods in de.hybris.platform.cmsfacades.cmsitems.populators that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionprotected PageVariationResolver<ContentPageModel>RestoreContentPagePopulator.getPageVariationResolver()Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected booleanTrashContentPagePopulator.isPageInTrash(ContentPageModel contentPageModel) protected voidRestoreContentPagePopulator.swapHomePage(ContentPageModel contentPageModel) Method parameters in de.hybris.platform.cmsfacades.cmsitems.populators with type arguments of type ContentPageModelModifier and TypeMethodDescriptionvoidRestoreContentPagePopulator.setPageVariationResolver(PageVariationResolver<ContentPageModel> pageVariationResolver) -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.cmsitems.predicates
Methods in de.hybris.platform.cmsfacades.cmsitems.predicates that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionprotected PageVariationResolver<ContentPageModel>PrimaryPageWithLabelExistsPredicate.getPageVariationResolver()Method parameters in de.hybris.platform.cmsfacades.cmsitems.predicates with type arguments of type ContentPageModelModifier and TypeMethodDescriptionvoidPrimaryPageWithLabelExistsPredicate.setPageVariationResolver(PageVariationResolver<ContentPageModel> pageVariationResolver) -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type ContentPageModelModifier and TypeMethodDescriptionprotected booleanDefaultTrashContentPageValidator.catalogDoesNotHaveFallbackHomepage(ContentPageModel contentPageModel) This method checks if the current catalog does not have a fallback page.protected booleanDefaultTrashContentPageValidator.isOrWasOnlyTopLevelHomepage(ContentPageModel contentPageModel) This method checks if the provided page is the top level homepage.protected booleanDefaultTrashContentPageValidator.isPageBeingTrashed(ContentPageModel contentPageModel) This method checks if the provided page is being moved to the trash list.protected booleanDefaultTrashContentPageValidator.isPageUndeletable(ContentPageModel contentPageModel) This method checks if the provided page can be removed.protected booleanDefaultUpdateContentPageValidator.isPrimaryPage(ContentPageModel newPageModel) protected booleanDefaultUpdateContentPageValidator.isVariationPage(ContentPageModel newPageModel) voidDefaultCreateContentPageValidator.validate(ContentPageModel validatee) voidDefaultTrashContentPageValidator.validate(ContentPageModel validatee) voidDefaultUpdateContentPageValidator.validate(ContentPageModel newPageModel) -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.pages.populator.data
Methods in de.hybris.platform.cmsfacades.pages.populator.data with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidContentPageDataPopulator.populate(ContentPageData data, ContentPageModel model) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.pages.populator.model
Methods in de.hybris.platform.cmsfacades.pages.populator.model with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidContentPageModelPopulator.populate(ContentPageModel source, ContentPageData target) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.pages.service.impl
Methods in de.hybris.platform.cmsfacades.pages.service.impl that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionContentPageVariationResolver.findDefaultPages(ContentPageModel pageModel) protected List<ContentPageModel>ContentPageVariationResolver.findDefaultPages(List<ContentPageModel> contentPages) ContentPageVariationResolver.findPagesByType(String typeCode, boolean isDefaultPage) protected Map<String,ContentPageModel> ContentPageVariationResolver.findUnrestrictedPages(List<ContentPageModel> contentPages) ContentPageVariationResolver.findVariationPages(ContentPageModel pageModel) Methods in de.hybris.platform.cmsfacades.pages.service.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionContentPageVariationResolver.findDefaultPages(ContentPageModel pageModel) ContentPageVariationResolver.findVariationPages(ContentPageModel pageModel) booleanContentPageVariationResolver.isDefaultPage(ContentPageModel pageModel) Method parameters in de.hybris.platform.cmsfacades.pages.service.impl with type arguments of type ContentPageModelModifier and TypeMethodDescriptionprotected List<ContentPageModel>ContentPageVariationResolver.findDefaultPages(List<ContentPageModel> contentPages) protected Map<String,ContentPageModel> ContentPageVariationResolver.findUnrestrictedPages(List<ContentPageModel> contentPages) -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.rendering.suppliers.page.impl
Methods in de.hybris.platform.cmsfacades.rendering.suppliers.page.impl that return types with arguments of type ContentPageModelModifier and TypeMethodDescriptionprotected Supplier<Optional<ContentPageModel>>RenderingContentPageModelSupplier.getCurrentCatalogHomePage()Returns a home page for the current catalog.protected Supplier<Optional<ContentPageModel>>RenderingContentPageModelSupplier.getPageForLabelOrId(String pageLabelOrId) Returns theOptionalpage by label or id -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.resolvers.sites.impl
Methods in de.hybris.platform.cmsfacades.resolvers.sites.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionDefaultSiteThumbnailResolver.resolveHomepageThumbnailUrl(ContentPageModel homepage) Can be called to resolve the homepage thumbnail url. -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl
Methods in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl with parameters of type ContentPageModel -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return ContentPageModelModifier and TypeMethodDescriptionContentPageModelBuilder.build()protected ContentPageModelContentPageModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ContentPageModelModifier and TypeMethodDescriptionstatic ContentPageModelBuilderContentPageModelBuilder.fromModel(ContentPageModel model) LinkComponentModelBuilder.withContentPage(ContentPageModel contentPage) -
Uses of ContentPageModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return ContentPageModelModifier and TypeMethodDescriptionContentPageModelMother.approveHomePage(CatalogVersionModel catalogVersion) ContentPageModelMother.approvePage(String uid, CatalogVersionModel catalogVersion) ContentPageModelMother.homePage(CatalogVersionModel catalogVersion) ContentPageModelMother.homePageEurope(CatalogVersionModel catalogVersion) ContentPageModelMother.primaryHomePage(CatalogVersionModel catalogVersion) ContentPageModelMother.primaryHomePage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus) ContentPageModelMother.primarySearchPage(CatalogVersionModel catalogVersion) ContentPageModelMother.primarySearchPageFromHomePageTemplate(CatalogVersionModel catalogVersion) ContentPageModelMother.primarySearchPageFromHomePageTemplate(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus) ContentPageModelMother.searchPage(CatalogVersionModel catalogVersion) protected ContentPageModelContentPageModelMother.searchPage(CatalogVersionModel catalogVersion, String uid, String name, String title, boolean isPrimaryPage) ContentPageModelMother.searchPageFromHomePageTemplate(CatalogVersionModel catalogVersion) ContentPageModelMother.searchPageFromHomePageTemplate(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus) ContentPageModelMother.somePage(CatalogVersionModel catalogVersion, String uid, String nameTitle, CmsPageStatus pageStatus) protected ContentPageModelContentPageModelMother.somePage(CatalogVersionModel catalogVersion, String uid, String nameTitle, CmsPageStatus pageStatus, boolean isPrimaryPage) ContentPageModelMother.somePrimaryPage(CatalogVersionModel catalogVersion, String uid, String nameTitle, CmsPageStatus pageStatus) -
Uses of ContentPageModel in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages that return ContentPageModelModifier and TypeMethodDescriptionprotected ContentPageModelDefaultPageController.getContentPageForRequest(javax.servlet.http.HttpServletRequest request) Lookup the CMS Content Page for this request.