| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotNameModel |
DefaultCmsComponentMediaTypesResolver.getContentSlotName(java.lang.String position,
AbstractPageModel page) |
protected java.util.Set<CMSComponentTypeModel> |
DefaultCmsComponentMediaTypesResolver.getSupportedMediaComponentTypes(java.lang.String position,
AbstractPageModel page) |
protected java.util.Set<CMSComponentTypeModel> |
DefaultCmsComponentMediaTypesResolver.getValidComponentTypes(java.lang.String position,
AbstractPageModel page) |
boolean |
CmsComponentMediaTypesResolver.isContentSlotPositionSupportingMedia(java.lang.String position,
AbstractPageModel page) |
boolean |
DefaultCmsComponentMediaTypesResolver.isContentSlotPositionSupportingMedia(java.lang.String position,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
DropMediaCallbackEventHandler.getPageForPreviewCatalogVersions(LiveEditView view,
java.lang.String pageUid) |
protected AbstractPageModel |
AbstractLiveEditCallbackEventHandler.getPageForPreviewCatalogVersions(java.lang.String pageUid,
LiveEditView view) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotNameModel |
AbstractLiveEditCallbackEventHandler.getContentSlotName(java.lang.String position,
AbstractPageModel page) |
protected java.util.Set<CMSComponentTypeModel> |
AbstractLiveEditCallbackEventHandler.getValidComponentTypes(java.lang.String position,
AbstractPageModel page) |
protected boolean |
AbstractLiveEditCallbackEventHandler.isValidForContentSlot(ComposedTypeModel type,
java.lang.String position,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
CmsPageRequestContextData.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPageRequestContextData.setPage(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
CmsPageRequestContextData |
CMSPageContextService.updateCmsPageContextForPage(ServletRequest request,
AbstractPageModel page,
RestrictionData restrictionData)
Update the CmsPageContext with the selected CMS page and RestrictionData.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
RankingCMSRestrictionService.evaluatePages(java.util.Collection<AbstractPageModel> pages,
RestrictionData data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RankingCMSRestrictionService.evaluatePageRestrictions(RestrictionData data,
java.util.NavigableMap<java.lang.Integer,java.util.List<AbstractPageModel>> allowedPages,
AbstractPageModel page,
java.util.List<AbstractRestrictionModel> restrictions) |
protected java.util.Map<java.lang.String,ContentSlotData> |
DefaultCMSPageContextService.getPositionsToContentSlots(AbstractPageModel page)
Retrieve all content slots for the page and return them in a map
|
CmsPageRequestContextData |
DefaultCMSPageContextService.updateCmsPageContextForPage(ServletRequest request,
AbstractPageModel page,
RestrictionData restrictionData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RankingCMSRestrictionService.evaluatePageRestrictions(RestrictionData data,
java.util.NavigableMap<java.lang.Integer,java.util.List<AbstractPageModel>> allowedPages,
AbstractPageModel page,
java.util.List<AbstractRestrictionModel> restrictions) |
java.util.Collection<AbstractPageModel> |
RankingCMSRestrictionService.evaluatePages(java.util.Collection<AbstractPageModel> pages,
RestrictionData data) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHybrisVelocityContext.init(T businessProcessModel,
AbstractPageModel abstractPageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHybrisVelocityContextFactory.renderCMSSlotsIntoContext(AbstractHybrisVelocityContext<BusinessProcessModel> context,
AbstractPageModel pageModel,
BusinessProcessModel businessProcessModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentPageModel
Generated model class for type DocumentPage first defined at extension acceleratorservices.
|
class |
EmailPageModel
Generated model class for type EmailPage first defined at extension acceleratorservices.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
SolrPageRedirectModel.getRedirectItem()
Generated method - Getter of the
SolrPageRedirect.redirectItem attribute defined at extension acceleratorservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrPageRedirectModel.setRedirectItem(AbstractPageModel value)
Generated method - Initial setter of
SolrPageRedirect.redirectItem attribute defined at extension acceleratorservices. |
| Constructor and Description |
|---|
SolrPageRedirectModel(AbstractPageModel _redirectItem)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrPageRedirectModel(ItemModel _owner,
AbstractPageModel _redirectItem)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAddOnPageController.storeCmsPageInModel(Model model,
AbstractPageModel cmsPage) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
CheckoutLoginController.getCmsPage() |
| Modifier and Type | Method and Description |
|---|---|
protected TypedObject |
DefaultBTGCockpitService.createPresonalizedPage(AbstractPageModel sourcePage,
boolean cloneRestrictions,
BTGSegmentModel segmentModel)
Create personalized version of given page.
|
protected void |
DefaultBTGCockpitService.prepareDefaultPageOutputActionDependencies(RestrictionActionCreateContext context,
BtgSegmentRestrictionModel segmentRestriction,
AbstractPageModel pageReference)
Creates all necessary dependencies in order to create a
CmsRestrictionActionDefinitionModel instance. |
protected void |
DefaultBTGCockpitService.prepareNonDefaultPageOutputActionDependencies(RestrictionActionCreateContext context,
BtgSegmentRestrictionModel segmentRestriction,
AbstractPageModel pageReference)
Creates all necessary dependencies in order to create a
CmsRestrictionActionDefinitionModel instance. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
LoginPageController.getCmsPage() |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
PageCloningStrategy.clone(AbstractPageModel sourcePageModel,
java.util.Optional<AbstractPageModel> template,
java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> context) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Supplier<AbstractPageModel> |
PageCloningStrategy.clonePage(AbstractPageModel sourcePageModel,
AbstractPageModel clonedPageModel,
java.util.Map<java.lang.String,java.lang.Object> context)
Clones a page by deep copying the content slots and copy the components by reference or by deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
PageCloningStrategy.clone(AbstractPageModel sourcePageModel,
java.util.Optional<AbstractPageModel> template,
java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> context) |
protected ContentSlotModel |
PageCloningStrategy.cloneAndAddContentSlot(AbstractPageModel pageModel,
ContentSlotModel contentSlotModel,
boolean shouldCloneComponents)
Clones a content slot and adds it to a page.
|
protected java.util.function.Supplier<AbstractPageModel> |
PageCloningStrategy.clonePage(AbstractPageModel sourcePageModel,
AbstractPageModel clonedPageModel,
java.util.Map<java.lang.String,java.lang.Object> context)
Clones a page by deep copying the content slots and copy the components by reference or by deep copy.
|
protected java.util.Optional<MediaModel> |
PageCloningStrategy.clonePreviewImage(AbstractPageModel sourcePageModel,
CatalogVersionModel targetCatalogVersion)
Clones a preview image model.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
PageCloningStrategy.clone(AbstractPageModel sourcePageModel,
java.util.Optional<AbstractPageModel> template,
java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPageDynamicNavigationNodeList.addPageToNode(CMSNavigationNodeModel node,
AbstractPageModel page) |
java.util.List<CMSNavigationNodeModel> |
AbstractPageDynamicNavigationNodeList.get(AbstractPageModel model) |
protected void |
AbstractPageDynamicNavigationNodeList.removePageFromNode(CMSNavigationNodeModel node,
AbstractPageModel page) |
void |
AbstractPageDynamicNavigationNodeList.set(AbstractPageModel model,
java.util.List<CMSNavigationNodeModel> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogPageModel
Generated model class for type CatalogPage first defined at extension cms2.
|
class |
CategoryPageModel
Generated model class for type CategoryPage first defined at extension cms2.
|
class |
ContentPageModel
Generated model class for type ContentPage first defined at extension cms2.
|
class |
ProductPageModel
Generated model class for type ProductPage first defined at extension cms2.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
AbstractPageModel.getOriginalPage()
Generated method - Getter of the
AbstractPage.originalPage attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
AbstractPageModel.getLocalizedPages()
Generated method - Getter of the
AbstractPage.localizedPages attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageModel.setOriginalPage(AbstractPageModel value)
Generated method - Setter of
AbstractPage.originalPage attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageModel.setLocalizedPages(java.util.Collection<AbstractPageModel> value)
Generated method - Setter of
AbstractPage.localizedPages attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
PreviewDataModel.getPage()
Generated method - Getter of the
PreviewData.page attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewDataModel.setPage(AbstractPageModel value)
Generated method - Setter of
PreviewData.page attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
ContentSlotForPageModel.getPage()
Generated method - Getter of the
ContentSlotForPage.page attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentSlotForPageModel.setPage(AbstractPageModel value)
Generated method - Setter of
ContentSlotForPage.page attribute defined at extension cms2. |
| Constructor and Description |
|---|
ContentSlotForPageModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
AbstractPageModel _page,
java.lang.String _position,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForPageModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
ItemModel _owner,
AbstractPageModel _page,
java.lang.String _position,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
AbstractRestrictionModel.getPages()
Generated method - Getter of the
AbstractRestriction.pages attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRestrictionModel.setPages(java.util.Collection<AbstractPageModel> value)
Generated method - Setter of
AbstractRestriction.pages attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractPageCatalogLevelComparator.compare(AbstractPageModel page1,
AbstractPageModel page2) |
protected int |
AbstractPageCatalogLevelComparator.compareSlotsByCatalogVersions(AbstractPageModel page1,
AbstractPageModel page2)
Determines the ordering of the given pages by comparing the catalog versions where the pages are defined.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogVersionModel> |
CatalogLevelService.getLevelCatalogVersions(AbstractPageModel page,
java.util.List<ContentCatalogModel> catalogs)
Finds all catalog versions hierarchy related to a given page for a given list of catalogs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogVersionModel> |
DefaultCatalogLevelService.getLevelCatalogVersions(AbstractPageModel page,
java.util.List<ContentCatalogModel> catalogs) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractPageModel> |
CMSPageSearchService.findPages(java.lang.String mask,
java.lang.String typeCode,
PageableData pageableData)
Method to find CMS Pages using a free-text form.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractPageModel> |
DefaultCMSPageNamedQuerySearchService.findPages(java.lang.String mask,
java.lang.String typeCode,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
AbstractPageResource.getAbstractPageModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AbstractPageModel |
AbstractPageResource.readResource(java.lang.String resourceId)
Gets the
AbstractPageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
AbstractPagesResource.getAbstractPagesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageResource.setAbstractPageModel(AbstractPageModel value)
Convenience method which just delegates to
#setResourceValue(AbstractPageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPagesResource.setAbstractPagesCollection(java.util.Collection<AbstractPageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
PageTemplateDao.findDefaultPageForType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 4.3. Please, use
PageTemplateDao.findDefaultPagesByType(ComposedTypeModel, Collection) instead. |
AbstractPageModel |
CMSPageDao.findDefaultPageForType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
as of version 6.2. Please use
CMSPageDao#findPagesByType(ComposedTypeModel, Collection, Boolean) instead and set the boolean
to true. |
AbstractPageModel |
PageTemplateDao.findPageById(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 4.3. Please, use
PageTemplateDao.findPagesByIdAndCatalogVersions(String, Collection) instead. |
AbstractPageModel |
CMSPageDao.findPageById(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 4.3. Please, use
CMSPageDao.findPagesById(String, Collection) instead. |
AbstractPageModel |
PageTemplateDao.findPageByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
Deprecated.
since 4.3. Please, use
PageTemplateDao.findPagesByIdAndCatalogVersion(String, CatalogVersionModel) instead. |
AbstractPageModel |
CMSPageDao.findPageByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
Deprecated.
since 4.3. Please, use
CMSPageDao.findPagesByIdAndCatalogVersion(String, CatalogVersionModel) instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
PageTemplateDao.findAllPagesByCatalogVersion(CatalogVersionModel catalogVersion)
Find all pages by catalog version.
|
java.util.Collection<AbstractPageModel> |
CMSPageDao.findAllPagesByCatalogVersion(CatalogVersionModel catalogVersion)
Find all pages by catalog version.
|
java.util.Collection<AbstractPageModel> |
PageTemplateDao.findAllPagesByLabel(java.lang.String label,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find all pages by label and catalog version.
|
java.util.Collection<AbstractPageModel> |
CMSPageDao.findAllPagesByLabel(java.lang.String label,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find all pages by label and catalog versions.
|
java.util.Collection<AbstractPageModel> |
PageTemplateDao.findAllPagesByTypeAndCatalogVersions(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find all pages by composed type and catalog versions.
|
java.util.Collection<AbstractPageModel> |
CMSPageDao.findAllPagesByTypeAndCatalogVersions(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find all pages by composed type of
composedType and catalog versions. |
java.util.Collection<AbstractPageModel> |
PageTemplateDao.findDefaultPageByTypeAndCatalogVersions(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find default page by type and catalog versions.
|
java.util.Collection<AbstractPageModel> |
CMSPageDao.findDefaultPageByTypeAndCatalogVersions(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find default page by type and catalog versions.
|
java.util.List<AbstractPageModel> |
PageTemplateDao.findDefaultPagesByType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find default pages by composed type and catalog version.
|
java.util.List<AbstractPageModel> |
CMSPageDao.findDefaultPagesByType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find default pages by composed type of
composedType and catalogVersions. |
java.util.Collection<AbstractPageModel> |
CMSContentSlotDao.findPagesByContentSlot(ContentSlotModel contentSlot)
Find pages related to content slot.
|
java.util.Collection<AbstractPageModel> |
CMSPageDao.findPagesByContentSlots(java.util.Collection<ContentSlotModel> contentSlots,
java.util.Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages for the given collection of content slots.
|
java.util.List<AbstractPageModel> |
CMSPageDao.findPagesById(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find pages by id and catalog versions.
|
java.util.List<AbstractPageModel> |
PageTemplateDao.findPagesByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
Find pages by id and catalog version.
|
java.util.List<AbstractPageModel> |
CMSPageDao.findPagesByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
Find pages by id and catalog version.
|
java.util.List<AbstractPageModel> |
PageTemplateDao.findPagesByIdAndCatalogVersions(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions) |
java.util.Collection<AbstractPageModel> |
CMSPageDao.findPagesByPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots,
java.util.Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages that uses given content slots by page templates
|
java.util.List<AbstractPageModel> |
CMSPageDao.findPagesByType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions,
boolean isDefault)
Find default or non-default pages by composed type of
composedType and catalogVersions. |
java.util.Collection<AbstractPageModel> |
CMSPageDao.findPagesForContentSlots(java.util.Collection<ContentSlotModel> contentSlots,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 4.3. Please, use
CMSPageDao.findPagesByContentSlots(Collection, Collection) instead. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultCMSPageDao.findDefaultPageForType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 6.3
|
AbstractPageModel |
DefaultCMSPageDao.findPageById(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find page by id and catalog versions.
|
AbstractPageModel |
DefaultCMSPageDao.findPageByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
Find page by id and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageDao.findAllPagesByCatalogVersion(CatalogVersionModel catalogVersion)
Find all pages by catalog version.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageDao.findAllPagesByLabel(java.lang.String label,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find all pages by label and catalog versions.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageDao.findAllPagesByTypeAndCatalogVersions(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find all pages by composed type of
composedType and catalog versions. |
java.util.Collection<AbstractPageModel> |
DefaultCMSPageDao.findDefaultPageByTypeAndCatalogVersions(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find default page by type and catalog versions.
|
java.util.List<AbstractPageModel> |
DefaultCMSPageDao.findDefaultPagesByType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find default pages by composed type of
composedType and catalogVersions. |
java.util.Collection<AbstractPageModel> |
DefaultCMSContenSlotDao.findPagesByContentSlot(ContentSlotModel contentSlot)
Find pages related to content slot.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageDao.findPagesByContentSlots(java.util.Collection<ContentSlotModel> contentSlots,
java.util.Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages for the given collection of content slots.
|
java.util.List<AbstractPageModel> |
DefaultCMSPageDao.findPagesById(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find pages by id and catalog versions.
|
java.util.List<AbstractPageModel> |
DefaultCMSPageDao.findPagesByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
Find pages by id and catalog version.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageDao.findPagesByPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots,
java.util.Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages that uses given content slots by page templates
|
java.util.List<AbstractPageModel> |
DefaultCMSPageDao.findPagesByType(ComposedTypeModel composedType,
java.util.Collection<CatalogVersionModel> catalogVersions,
boolean isDefault)
Find default or non-default pages by composed type of
composedType and catalogVersions. |
java.util.Collection<AbstractPageModel> |
DefaultCMSPageDao.findPagesForContentSlots(java.util.Collection<ContentSlotModel> contentSlots,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 6.3
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations by page and catalog version.
|
java.util.Collection<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsForPage(AbstractPageModel page)
Find all content slot relations for page.
|
java.util.Collection<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsForPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations for page and catalog version.
|
ContentSlotForPageModel |
DefaultCMSContenSlotDao.findContentSlotRelationByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relation by page, content slot and catalog versions.
|
ContentSlotForPageModel |
DefaultCMSContenSlotDao.findContentSlotRelationByPageAndPosition(AbstractPageModel page,
java.lang.String position,
CatalogVersionModel catalogVersion)
Find content slot relation by page, position and catalog versions.
|
ContentSlotForPageModel |
DefaultCMSContenSlotDao.findContentSlotRelationByPageAndPosition(AbstractPageModel page,
java.lang.String position,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find content slot relation by page, position and catalog versions.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relations by page, content slot and catalog version.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, content slot and catalog versions.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
java.lang.String position,
CatalogVersionModel catalogVersion)
Find content slot relations by page, position and catalog versions.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
java.lang.String position,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, position and catalog versions.
|
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionByTypeNotLinkedToPage(AbstractPageModel page,
ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restriction by type not linked to page.
|
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionForPage(ComposedTypeModel composedType,
AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find restriction for page by composed type, page and catalog version.
|
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page,
ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restrictions by type not linked to page.
|
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsForPage(ComposedTypeModel composedType,
AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find restrictions for page by composed type, page and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
CMSDataFactory.createContentSlotData(AbstractPageModel page,
ContentSlotForTemplateModel csForTemplate) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
DefaultCMSDataFactory.createContentSlotData(AbstractPageModel page,
ContentSlotForTemplateModel csForTemplate) |
| Constructor and Description |
|---|
DefaultContentSlotData(AbstractPageModel page,
ContentSlotForTemplateModel csForTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CMSAbstractPageRemoveInterceptor.isAssignedToOtherPages(ContentSlotModel contentSlot,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsContentPagePrepareInterceptor.changeLabelForPersonalizedPages(java.util.Collection<AbstractPageModel> contentPages,
ContentPageModel currentContentPage,
java.lang.String oldLabelValue,
InterceptorContext ctx)
Fetches all associated content pages (personalized content pages) for current content page and changes a label
property to
currentContentPage.getLabel()
Note: Important!: We change label property only for non default associated content pages! |
protected boolean |
CMSDefaultPageInterceptor.defaultPageExists(java.util.Set<AbstractPageModel> pages) |
protected void |
CmsContentPagePrepareInterceptor.resetHomepageFlag(java.util.Collection<AbstractPageModel> contentPages,
ContentPageModel currentPageModel,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
CMSPageService.getPageById(java.lang.String id)
Deprecated.
since 4.3. Please, use
CMSPageService.getPageForId(String) instead. |
AbstractPageModel |
CMSPageService.getPageForId(java.lang.String id)
Gets the page for id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
CMSRestrictionService.evaluatePages(java.util.Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
java.util.Collection<AbstractPageModel> |
CMSPageService.getPagesByPageTemplateComponent(AbstractCMSComponentModel component)
Deprecated.
since 4.3. Please, use
CMSPageService.getPagesForPageTemplateComponent(AbstractCMSComponentModel) instead. |
java.util.Collection<AbstractPageModel> |
CMSPageService.getPagesByPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots)
Deprecated.
since 4.3. Please, use
CMSPageService.getPagesForPageTemplateContentSlots(Collection) instead. |
java.util.Collection<AbstractPageModel> |
CMSPageService.getPagesForComponent(AbstractCMSComponentModel component)
Returns all pages where given component occurs.
|
java.util.Collection<AbstractPageModel> |
CMSContentSlotService.getPagesForContentSlot(ContentSlotModel contentSlot)
Gets the related
AbstractPageModel objects for content slot. |
java.util.Collection<AbstractPageModel> |
CMSPageService.getPagesForContentSlots(java.util.Collection<ContentSlotModel> contentSlots)
Returns all pages where given content slots occurs.
|
java.util.Collection<AbstractPageModel> |
CMSPageService.getPagesForPageTemplateComponent(AbstractCMSComponentModel component)
Gets the pages for page template component.
|
java.util.Collection<AbstractPageModel> |
CMSPageService.getPagesForPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots)
Gets the pages for page template content slots.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CMSContentSlotService.getAvailableContentSlotsNames(AbstractPageModel page)
Gets the available content slots names and return them as semicolon separated string ("foo; bar; baz").
|
ContentSlotData |
CMSPageService.getContentSlotForPage(AbstractPageModel page,
java.lang.String position)
Returns a contentslot for the given page and position.
|
java.util.Collection<ContentSlotData> |
CMSPageService.getContentSlotsForPage(AbstractPageModel page)
Returns collection of
ContentSlotData objects containing data taken from all
ContentSlotForPageModel objects as well from ContentSlotForTemplateModel objects for
passed as parameter AbstractPageModel object. |
java.util.List<java.lang.String> |
CMSContentSlotService.getDefinedContentSlotPositions(AbstractPageModel page)
Gets the defined content slot positions.
|
java.lang.String |
CMSContentSlotService.getMissingContentSlotsNames(AbstractPageModel page)
Gets the missing content slots names and return them as semicolon separated string ("foo; bar; baz").
|
java.util.Collection<ContentSlotForPageModel> |
CMSPageService.getOwnContentSlotsForPage(AbstractPageModel page)
Gets the own
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object. |
boolean |
CMSPageLockingService.isPageLockedBy(AbstractPageModel pageModel,
UserModel userModel)
Method checks if page is locked by the given user.
|
boolean |
CMSPageLockingService.isPageLockedFor(AbstractPageModel pageModel,
UserModel userModel)
Method checks if the page is locked for given user.
|
void |
CMSPageLockingService.setPageLocked(AbstractPageModel pageModel,
UserModel userModel,
boolean lock)
Method that allows to set and unset page lock for given combination of user and page.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
CMSRestrictionService.evaluatePages(java.util.Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
CMSAdminPageService.createPage(java.lang.String composedType,
java.lang.String id,
java.lang.String name,
java.lang.String masterTemplateId)
Creates the page.
|
AbstractPageModel |
CMSAdminPageService.getIdenticalPrimaryPageModel(AbstractPageModel pageModel)
Returns identical primary page for provided pageModel.
|
AbstractPageModel |
CMSAdminPageService.getPageById(java.lang.String id)
Deprecated.
since 4.4. Please, use
CMSAdminPageService.getPageForIdFromActiveCatalogVersion(String) instead. |
AbstractPageModel |
CMSAdminPageService.getPageForIdFromActiveCatalogVersion(java.lang.String id)
Returns the page with the given id from active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
CMSAdminPageService.findPagesByType(ComposedTypeModel composedType,
boolean isDefault)
Gets the all default or non-default pages by page type from the active catalog version.
|
java.util.Collection<AbstractPageModel> |
CMSAdminPageService.getAllPages()
Returns all pages which are assigned to the active catalog version
|
java.util.Collection<AbstractPageModel> |
CMSAdminPageService.getAllPages(CatalogVersionModel catalogVersion)
Gets the all pages.
|
java.util.Collection<AbstractPageModel> |
CMSAdminPageService.getAllPagesByType(java.lang.String type)
Returns all pages which are assigned to the active catalog version and are of the given type
|
java.util.Collection<AbstractPageModel> |
CMSAdminPageService.getAllPagesByType(java.lang.String type,
CatalogVersionModel catalogVersion)
Gets the all pages by type.
|
java.util.Map<java.lang.String,java.util.Collection<AbstractPageModel>> |
CMSAdminPageService.getAllPagesMap()
returns all pages of the active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
CMSCampaignRestrictionModel |
CMSAdminRestrictionService.createCampaignRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CampaignModel> campaigns)
Creates a new CampaignRestriction and a new relation between the restriction and the given page
|
CMSCatalogRestrictionModel |
CMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CatalogModel> catalogs)
Creates a new CatalogRestriction and a new relation between the restriction and the given page.
|
CMSCategoryRestrictionModel |
CMSAdminRestrictionService.createCategoryRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CategoryModel> categories)
Creates a new CategoryRestriction and a new relation between the restriction and the given page
|
ContentSlotModel |
CMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.lang.String position)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
CMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.lang.String position,
boolean active)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
CMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.lang.String position,
boolean active,
java.util.Date activeFrom,
java.util.Date activeUntil)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
CMSProductRestrictionModel |
CMSAdminRestrictionService.createProductRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<ProductModel> products)
Creates a new ProductRestriction and a new relation between the restriction and the given page
|
void |
CMSAdminRestrictionService.createRelation(AbstractPageModel page,
AbstractRestrictionModel restriction)
creates a new relation between the given page and the given restriction
|
CMSTimeRestrictionModel |
CMSAdminRestrictionService.createTimeRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Date from,
java.util.Date until)
Creates a new TimeRestriction and a new relation between the restriction and the given page
|
CMSUserGroupRestrictionModel |
CMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<UserGroupModel> userGroups)
Creates a new UserGroupRestriction and a new relation between the restriction and the given page
|
CMSUserRestrictionModel |
CMSAdminRestrictionService.createUserRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<UserModel> users)
Creates a new UserRestriction and a new relation between the restriction and the given page
|
void |
CMSAdminContentSlotService.deleteRelation(AbstractPageModel page,
ContentSlotModel contentSlot)
delete the relation between a content slot and a page
|
void |
CMSAdminRestrictionService.deleteRelation(AbstractRestrictionModel restriction,
AbstractPageModel page)
deletes the relation between the restriction and the page
|
void |
CMSAdminContentSlotService.deleteRelationByPosition(AbstractPageModel page,
java.lang.String position)
deletes a relation between a page and a content slot.
|
java.util.Collection<RestrictionTypeModel> |
CMSAdminRestrictionService.getAllowedRestrictionTypesForPage(AbstractPageModel page)
Returns a collection of all restrictions which can be applied on the given page
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlotOverride(AbstractPageModel page,
ContentSlotModel contentSlot)
Find the content slot in the catalog hierarchy (used with multi-country)
|
java.util.Collection<ContentSlotData> |
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
java.util.Collection<ContentSlotData> |
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page,
boolean includeMasterTemplateSlots)
Returns a collection of all content slots for the given page.
|
AbstractPageModel |
CMSAdminPageService.getIdenticalPrimaryPageModel(AbstractPageModel pageModel)
Returns identical primary page for provided pageModel.
|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page)
Returns all restrictions which are applied on the given page
|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
java.lang.String restrictionType)
Returns all restrictions of the given restriction type which are applied on the given page
|
java.util.Set<CMSComponentTypeModel> |
CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page,
ContentSlotModel contentSlot)
Get all component type restrictions for a given page and content slot.
|
java.util.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 |
CMSAdminContentSlotService.hasOtherRelations(AbstractPageModel page,
ContentSlotModel contentSlot)
Checks if there are other relations between the given content slot and other pages (except the given one)
|
boolean |
CMSAdminRestrictionService.hasOtherRelations(AbstractRestrictionModel restriction,
AbstractPageModel page)
Checks if a given restriction has also other relations than to the given page
|
void |
CMSAdminPageService.save(AbstractPageModel page)
Deprecated.
since 4.4. Please, use
ModelService.save(Object)
instead. |
void |
CMSAdminPageService.updatePage(AbstractPageModel page,
java.lang.String name,
java.lang.String masterTemplateId)
Updates the given page.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultCMSAdminPageService.createPage(java.lang.String composedType,
java.lang.String id,
java.lang.String name,
java.lang.String masterTemplateId)
Creates the page.
|
protected AbstractPageModel |
DefaultCMSAdminPageService.createPageFromType(java.lang.String composedTypeCode) |
AbstractPageModel |
DefaultCMSAdminPageService.getIdenticalPrimaryPageModel(AbstractPageModel pageModel) |
AbstractPageModel |
DefaultCMSAdminPageService.getPageById(java.lang.String id)
Deprecated.
since 4.4. Please, use
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersion(String) instead. |
AbstractPageModel |
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersion(java.lang.String id)
Returns the page with the given id from active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
DefaultCMSAdminPageService.findPagesByType(ComposedTypeModel composedType,
boolean isDefault) |
java.util.Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPages()
Returns all pages which are assigned to the active catalog version
|
java.util.Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPages(CatalogVersionModel catalogVersion)
Gets the all pages.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPagesByType(java.lang.String type)
Returns all pages which are assigned to the active catalog version and are of the given type
|
java.util.Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPagesByType(java.lang.String type,
CatalogVersionModel catalogVersion)
Gets the all pages by type.
|
java.util.Map<java.lang.String,java.util.Collection<AbstractPageModel>> |
DefaultCMSAdminPageService.getAllPagesMap()
returns all pages of the active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ContentSlotModel> |
DefaultCMSAdminContentSlotService.appendTemplateSlots(PageTemplateModel pageTemplate,
java.util.Set<java.lang.String> positions,
java.util.List<ContentSlotData> contentSlots,
AbstractPageModel page)
Gets all of the content slots for templates that do not share a position already identified in the content slots
for pages.
|
CMSCampaignRestrictionModel |
DefaultCMSAdminRestrictionService.createCampaignRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CampaignModel> campaigns) |
CMSCatalogRestrictionModel |
DefaultCMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CatalogModel> catalogs) |
CMSCategoryRestrictionModel |
DefaultCMSAdminRestrictionService.createCategoryRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<CategoryModel> categories) |
ContentSlotModel |
DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.lang.String position)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.lang.String position,
boolean active)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.lang.String position,
boolean active,
java.util.Date activeFrom,
java.util.Date activeUntil)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
CMSProductRestrictionModel |
DefaultCMSAdminRestrictionService.createProductRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<ProductModel> products) |
void |
DefaultCMSAdminRestrictionService.createRelation(AbstractPageModel page,
AbstractRestrictionModel restriction) |
CMSTimeRestrictionModel |
DefaultCMSAdminRestrictionService.createTimeRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Date from,
java.util.Date until) |
CMSUserGroupRestrictionModel |
DefaultCMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<UserGroupModel> userGroups) |
CMSUserRestrictionModel |
DefaultCMSAdminRestrictionService.createUserRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<UserModel> users) |
void |
DefaultCMSAdminContentSlotService.deleteRelation(AbstractPageModel page,
ContentSlotModel contentSlot)
delete the relation between a content slot and a page
|
void |
DefaultCMSAdminRestrictionService.deleteRelation(AbstractRestrictionModel restriction,
AbstractPageModel page) |
void |
DefaultCMSAdminContentSlotService.deleteRelationByPosition(AbstractPageModel page,
java.lang.String position)
deletes a relation between a page and a content slot.
|
protected java.lang.String |
DefaultCMSAdminContentSlotService.generateContentSlotUid(AbstractPageModel page,
java.lang.String position)
Generate the Content Slot Uid after the slot position and page Uid
|
java.util.Collection<RestrictionTypeModel> |
DefaultCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(AbstractPageModel page) |
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlotOverride(AbstractPageModel page,
ContentSlotModel contentSlot) |
java.util.Collection<ContentSlotData> |
DefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
java.util.Collection<ContentSlotData> |
DefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page,
boolean includeMasterTemplateSlots)
Returns a collection of all content slots for the given page.
|
AbstractPageModel |
DefaultCMSAdminPageService.getIdenticalPrimaryPageModel(AbstractPageModel pageModel) |
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page) |
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
java.lang.String restrictionType) |
java.util.Set<CMSComponentTypeModel> |
DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page,
ContentSlotModel contentSlot) |
java.util.Set<CMSComponentTypeModel> |
DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot) |
boolean |
DefaultCMSAdminContentSlotService.hasOtherRelations(AbstractPageModel page,
ContentSlotModel contentSlot)
Checks if there are other relations between the given content slot and other pages (except the given one)
|
boolean |
DefaultCMSAdminRestrictionService.hasOtherRelations(AbstractRestrictionModel restriction,
AbstractPageModel page) |
void |
DefaultCMSAdminPageService.save(AbstractPageModel page)
Deprecated.
|
void |
DefaultCMSAdminPageService.updatePage(AbstractPageModel page,
java.lang.String name,
java.lang.String masterTemplateId)
Updates the given page.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
DefaultCMSPageService.getDefaultPage(java.lang.String composedTypeCode) |
AbstractPageModel |
DefaultCMSPageService.getPageById(java.lang.String id)
Gets the page by id.
|
AbstractPageModel |
DefaultCMSPageService.getPageForId(java.lang.String id)
Gets the page for id.
|
protected AbstractPageModel |
DefaultCMSPageService.getSinglePage(java.lang.String composedTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.evaluatePages(java.util.Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getDefaultPages(java.util.Collection<AbstractPageModel> pages) |
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getMultiCountryRestrictedPages(java.util.Collection<AbstractPageModel> pages)
Finds the restriction for the given page based on catalog hierarchy defined in the context of multi-country
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesByPageTemplateComponent(AbstractCMSComponentModel component)
Returns all pages that uses given component in their templates
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesByPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots)
Returns all pages that uses given content slots in their templates
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForComponent(AbstractCMSComponentModel component)
Returns all pages where given component occurs.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSContentSlotService.getPagesForContentSlot(ContentSlotModel contentSlot)
Gets the related
AbstractPageModel objects for content slot. |
java.util.Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForContentSlots(java.util.Collection<ContentSlotModel> contentSlots)
Returns all pages where given content slots occurs.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForPageTemplateComponent(AbstractCMSComponentModel component)
Gets the pages for page template component.
|
java.util.Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots)
Gets the pages for page template content slots.
|
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getRestrictedPages(java.util.Collection<AbstractPageModel> pages,
AbstractPageModel abstractPageModel,
CatalogVersionModel catalogVersion)
Finds pages that matches the given catalog version.
|
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getSortedPagesByCatalogLevel(java.util.Collection<AbstractPageModel> pages)
Sorts a collection of pages based on their catalog level
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ContentSlotModel> |
DefaultCMSPageService.appendContentSlots(java.util.List<ContentSlotData> contentSlots,
java.util.List<java.lang.String> positions,
java.util.Collection<ContentSlotForTemplateModel> templateSlots,
AbstractPageModel page) |
java.lang.String |
DefaultCMSContentSlotService.getAvailableContentSlotsNames(AbstractPageModel page)
Gets the available content slots names and return them as semicolon separated string ("foo; bar; baz").
|
ContentSlotData |
DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page,
java.lang.String position)
Returns a contentslot for the given page and position.
|
java.util.Collection<ContentSlotData> |
DefaultCMSPageService.getContentSlotsForPage(AbstractPageModel page)
Returns collection of
ContentSlotData objects containing data taken from all
ContentSlotForPageModel objects as well from ContentSlotForTemplateModel objects for
passed as parameter AbstractPageModel object. |
java.util.List<java.lang.String> |
DefaultCMSContentSlotService.getDefinedContentSlotPositions(AbstractPageModel page)
Gets the defined content slot positions.
|
java.lang.String |
DefaultCMSContentSlotService.getMissingContentSlotsNames(AbstractPageModel page)
Gets the missing content slots names and return them as semicolon separated string ("foo; bar; baz").
|
java.util.Collection<ContentSlotForPageModel> |
DefaultCMSPageService.getOwnContentSlotsForPage(AbstractPageModel page)
Gets the own
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object. |
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getRestrictedPages(java.util.Collection<AbstractPageModel> pages,
AbstractPageModel abstractPageModel,
CatalogVersionModel catalogVersion)
Finds pages that matches the given catalog version.
|
boolean |
DefaultCMSPageLockingService.isPageLockedBy(AbstractPageModel pageModel,
UserModel userModel)
Method checks if page is locked by the given user.
|
boolean |
DefaultCMSPageLockingService.isPageLockedFor(AbstractPageModel pageModel,
UserModel userModel)
Method checks if the page is locked for given user.
|
protected void |
DefaultCMSPageLockingService.lockPage(AbstractPageModel pageModel,
UserModel userModel) |
void |
DefaultCMSPageLockingService.setPageLocked(AbstractPageModel pageModel,
UserModel userModel,
boolean lock)
Method that allows to set and unset page lock for given combination of user and page.
|
protected void |
DefaultCMSPageLockingService.unlockPage(AbstractPageModel pageModel,
UserModel userModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultCMSRestrictionService.createMoreThanOneDefaultPageWarning(java.util.Collection<AbstractPageModel> defaultPages) |
java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.evaluatePages(java.util.Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getDefaultPages(java.util.Collection<AbstractPageModel> pages) |
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getMultiCountryRestrictedPages(java.util.Collection<AbstractPageModel> pages)
Finds the restriction for the given page based on catalog hierarchy defined in the context of multi-country
|
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getRestrictedPages(java.util.Collection<AbstractPageModel> pages,
AbstractPageModel abstractPageModel,
CatalogVersionModel catalogVersion)
Finds pages that matches the given catalog version.
|
protected java.util.Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getSortedPagesByCatalogLevel(java.util.Collection<AbstractPageModel> pages)
Sorts a collection of pages based on their catalog level
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectTemplates4AbstractPageFilter.isValidType(ObjectTemplate template,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageUrlSectionRenderer.setResolvers(java.util.Map<java.lang.String,CMSUrlResolver<AbstractPageModel>> resolvers) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
PageLockBrowserAction.getContextPage(ListViewAction.Context context) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
LiveEditViewModel.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewLoader.loadValues(PreviewDataModel previewCtx,
AbstractPageModel page,
java.util.Collection<CatalogVersionModel> catVersions,
boolean liveEdit,
LanguageModel language,
java.lang.String resourcePath)
Fills the supplied preview context
previewCtx with values. |
void |
LiveEditViewModel.setPage(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultLiveEditViewModel.getPage() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultPreviewLoader.loadCommonRestrictionBaseValues(PreviewDataModel previewCtx,
AbstractPageModel page) |
protected boolean |
DefaultPreviewLoader.loadRestrictionBasedValues(PreviewDataModel previewCtx,
AbstractPageModel page)
Fills the supplied preview context
previewCtx with values related to the page's restrictions. |
void |
DefaultPreviewLoader.loadValues(PreviewDataModel previewCtx,
AbstractPageModel page,
java.util.Collection<CatalogVersionModel> catVersions,
boolean liveEdit,
LanguageModel language,
java.lang.String resourcePath) |
void |
DefaultLiveEditViewModel.setPage(AbstractPageModel page) |
| Constructor and Description |
|---|
PageBox(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
CmsNavigationEvent.getPage() |
AbstractPageModel |
PageViewNavigationEvent.getPagePk()
Gets the page pk.
|
| Constructor and Description |
|---|
CmsNavigationEvent(java.lang.Object source,
CMSSiteModel site,
CatalogVersionModel catalog,
AbstractPageModel page) |
PageViewNavigationEvent(java.lang.Object source,
CMSSiteModel site,
CatalogVersionModel catalog,
AbstractPageModel page)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
PreviewUrlPageResolver.resolve(AbstractPageModel page) |
java.lang.String |
DummyUrlPageResolver.resolve(AbstractPageModel source) |
java.lang.String |
LiveUrlPageResolver.resolve(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractPageModel> |
CmsCockpitService.getRecentlyEditedPages(int count)
Find all pages recently edited
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractPageModel> |
CmsCockpitServiceImpl.getRecentlyEditedPages(int count) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsCockpitServiceImpl.cloneContentSlots(AbstractPageModel source,
AbstractPageModel target) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
CmsPageBrowserModel.getCurrentCmsPage() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectTypeFilter<ObjectTemplate,AbstractPageModel> |
CmsContentEdiotrRelatedTypeWizard.getType4PageFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
TypeSelectorPage.getCurrentPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCMSPageRestrictionsContentPopulator.populate(java.util.Map<java.lang.String,java.lang.Object> source,
AbstractPageModel pageModel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageCanOnlyHaveOnePrimaryPredicate.test(AbstractPageModel pageModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Predicate<AbstractPageModel> |
DefaultCreateAbstractPageValidator.getPageCanOnlyHaveOnePrimaryPredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBaseAbstractPageValidator.validate(AbstractPageModel validatee) |
void |
DefaultCreateAbstractPageValidator.validate(AbstractPageModel validatee) |
void |
DefaultUpdateAbstractPageValidator.validate(AbstractPageModel validatee) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCreateAbstractPageValidator.setPageCanOnlyHaveOnePrimaryPredicate(java.util.function.Predicate<AbstractPageModel> pageCanOnlyHaveOnePrimaryPredicate) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
ComponentTypeAndContentSlotValidationDto.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentTypeAndContentSlotValidationDto.setPage(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultNavigationEntryCmsPageItemModelConversionFunction.apply(NavigationEntryData navigationEntryData) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
DefaultPageFacade.getPageModelById(java.lang.String pageId) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<AbstractPageData,AbstractPageModel> |
DefaultPageFacade.getPageDataConverter(java.lang.Class<?> pageClass) |
protected java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>> |
DefaultPageFacade.getPageDataPopulatorFactory() |
protected AbstractPopulatingConverter<AbstractPageModel,AbstractPageData> |
DefaultPageFacade.getPageModelConverter(java.lang.Class<?> pageClass) |
protected java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>> |
DefaultPageFacade.getPageModelConverterFactory() |
protected PageVariationResolver<AbstractPageModel> |
DefaultPageFacade.getPageVariationResolver(java.lang.String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageFacade.setPageDataPopulatorFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>> pageDataPopulatorFactory) |
void |
DefaultPageFacade.setPageModelConverterFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>> pageModelConverterFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPageDataPopulator.populate(AbstractPageData source,
AbstractPageModel target) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPageModelPopulator.populate(AbstractPageModel source,
AbstractPageData target) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PageVariationResolver<T extends AbstractPageModel>
Provide methods for retrieving default and variation page information for a given page type and/or for a given CMS
page model.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
PageInitializer.initialize(AbstractPageModel page)
Perform any necessary initialization onto a newly created page such as associating non shared slots
|
| Modifier and Type | Method and Description |
|---|---|
PageVariationResolver<AbstractPageModel> |
PageVariationResolverType.getResolver()
Get the resolver to be used when fetching default and variation pages for page type
AbstractPageModel. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
PageInitializer.initialize(AbstractPageModel page)
Perform any necessary initialization onto a newly created page such as associating non shared slots
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultPageInitializer.initialize(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractPageModel> |
DefaultPageVariationResolver.findDefaultPages(AbstractPageModel pageModel) |
java.util.List<AbstractPageModel> |
DefaultPageVariationResolver.findPagesByType(java.lang.String typeCode,
boolean isDefaultPage) |
java.util.List<AbstractPageModel> |
DefaultPageVariationResolver.findVariationPages(AbstractPageModel pageModel) |
PageVariationResolver<AbstractPageModel> |
DefaultPageVariationResolverType.getResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractPageModel> |
DefaultPageVariationResolver.findDefaultPages(AbstractPageModel pageModel) |
java.util.List<AbstractPageModel> |
DefaultPageVariationResolver.findVariationPages(AbstractPageModel pageModel) |
AbstractPageModel |
DefaultPageInitializer.initialize(AbstractPageModel page) |
boolean |
DefaultPageVariationResolver.isDefaultPage(AbstractPageModel pageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageVariationResolverType.setResolver(PageVariationResolver<AbstractPageModel> resolver) |
| Modifier and Type | Method and Description |
|---|---|
protected PageVariationResolver<AbstractPageModel> |
CreatePageValidator.getPageVariationResolver(java.lang.String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
protected PageRestrictionData |
DefaultPageRestrictionFacade.buildPageRestrictionData(AbstractPageModel page,
AbstractRestrictionModel restriction)
Build a new page restriction dto to hold a single pageId - restrictionId pair.
|
protected java.util.List<PageRestrictionData> |
DefaultPageRestrictionFacade.getAllRestrictionsByPage(AbstractPageModel page) |
protected void |
DefaultPageRestrictionFacade.validatePageForUpdate(AbstractPageModel page,
java.util.List<PageRestrictionData> pageRestrictionsListData)
Validate that page defaultPage attribute and list of restrictions to be applied to the page.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
SharedAbstractPageItemCollector.collect(AbstractPageModel item) |
java.util.List<? extends ItemModel> |
BasicAbstractPageItemCollector.collect(AbstractPageModel item) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPageModelVisitor<PAGETYPE extends AbstractPageModel>
Abstract class for visiting
AbstractPageModel models for the cms synchronization service to work properly. |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotForPageModelBuilder |
ContentSlotForPageModelBuilder.withPage(AbstractPageModel page) |
CMSTimeRestrictionModelBuilder |
CMSTimeRestrictionModelBuilder.withPages(AbstractPageModel... pages) |
CMSCategoryRestrictionModelBuilder |
CMSCategoryRestrictionModelBuilder.withPages(AbstractPageModel... pages) |
CMSUserGroupRestrictionModelBuilder |
CMSUserGroupRestrictionModelBuilder.withPages(AbstractPageModel... pages) |
| Modifier and Type | Method and Description |
|---|---|
CMSUserGroupRestrictionModel |
CMSUserGroupRestrictionModelMother.cmsManager(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
CMSTimeRestrictionModel |
CMSTimeRestrictionModelMother.nextWeek(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
CMSCategoryRestrictionModel |
CMSCategoryRestrictionModelMother.shoesWithSandalsAndHeels(CatalogVersionModel catalogVersion,
CatalogVersionModel productCatalogVersion,
AbstractPageModel... pages) |
CMSTimeRestrictionModel |
CMSTimeRestrictionModelMother.today(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
CMSTimeRestrictionModel |
CMSTimeRestrictionModelMother.tomorrow(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiCountryCockpitService.isLocalizationDisabledForPage(AbstractPageModel page)
Determines if localization is disabled for the page
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultMultiCountryCockpitService.createDeepCopyContentSlots(AbstractPageModel source,
AbstractPageModel target) |
protected void |
DefaultMultiCountryCockpitService.createLocalizedContentSlots(AbstractPageModel source,
AbstractPageModel target) |
boolean |
DefaultMultiCountryCockpitService.isLocalizationDisabledForPage(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
MultiCountryCmsPageBrowserModel.getCurrentPage()
Public wrapper for the CmsPageBrowserModel.getCurrentCmsPage method
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PageVariationResolver<T extends AbstractPageModel>
Deprecated.
since version 6.3. Please use
PageVariationResolver
in the cmsfacades extension instead. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
MyCompanyLoginController.getCmsPage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPageModel> |
UserModel.getLockedPages()
Generated method - Getter of the
User.lockedPages attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setLockedPages(java.util.Collection<AbstractPageModel> value)
Generated method - Setter of
User.lockedPages attribute defined at extension cms2. |
| Modifier and Type | Class and Description |
|---|---|
class |
VendorPageModel
Generated model class for type VendorPage first defined at extension marketplaceservices.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
VendorCMSStrategy.prepareLandingPageForVendor(VendorModel vendor)
A key to create the whole landing page with default content slots and components
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultVendorCMSStrategy.prepareLandingPageForVendor(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotModel |
DefaultVendorCMSStrategy.createContentSlotForPage(java.lang.String vendorCode,
CatalogVersionModel catalogVersion,
java.lang.String position,
AbstractPageModel page,
AbstractCMSComponentModel... component)
extract a method to create content slot with its for page and components
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AbstractPageModel> |
VendorCMSService.getPageByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
get page by it and catalog version
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ContentSlotModel> |
VendorCMSService.getContentSlotByPageAndPosition(java.lang.String position,
AbstractPageModel page,
CatalogVersionModel catalogVersion)
get content slot by its position, page and catalog version
|
java.util.Optional<ContentSlotForPageModel> |
VendorCMSService.getContentSlotRelationByIdAndPositionInPage(java.lang.String id,
AbstractPageModel page,
java.lang.String position)
get ContentSlotForPage according to its position in a page
|
void |
VendorCMSService.saveOrUpdateCMSContentSlotForPage(CatalogVersionModel catalogVersion,
java.lang.String uid,
java.lang.String position,
AbstractPageModel page,
ContentSlotModel contentSlot)
create the content slot for a CMS page
|
void |
VendorCMSService.saveOrUpdateCMSVendorRestriction(VendorModel vendor,
CatalogVersionModel catalogVersion,
java.lang.String uid,
java.lang.String name,
AbstractPageModel... pages)
create an instance of page restriction for a vendor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AbstractPageModel> |
DefaultVendorCMSService.getPageByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ContentSlotModel> |
DefaultVendorCMSService.getContentSlotByPageAndPosition(java.lang.String position,
AbstractPageModel page,
CatalogVersionModel catalogVersion) |
java.util.Optional<ContentSlotForPageModel> |
DefaultVendorCMSService.getContentSlotRelationByIdAndPositionInPage(java.lang.String id,
AbstractPageModel page,
java.lang.String position) |
void |
DefaultVendorCMSService.saveOrUpdateCMSContentSlotForPage(CatalogVersionModel catalogVersion,
java.lang.String uid,
java.lang.String position,
AbstractPageModel page,
ContentSlotModel contentSlot) |
void |
DefaultVendorCMSService.saveOrUpdateCMSVendorRestriction(VendorModel vendor,
CatalogVersionModel catalogVersion,
java.lang.String uid,
java.lang.String name,
AbstractPageModel... pages) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductConfigOverviewPageModel
Generated model class for type ProductConfigOverviewPage first defined at extension ysapproductconfigaddon.
|
class |
ProductConfigPageModel
Generated model class for type ProductConfigPage first defined at extension ysapproductconfigaddon.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
B2BRegistrationController.getCmsPage() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,ContentSlotModel> |
SecurePortalBeforeViewHandler.getContentSlotsForPageAsMap(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
FlashbuyController.getPageForProduct(ProductModel product)
Replace the product page of super class with flash buy product page.
|
protected AbstractPageModel |
ProductPageController.getPageForProduct(ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultAcceleratorPreviewLoader.loadCommonRestrictionBaseValues(PreviewDataModel previewCtx,
AbstractPageModel page) |
protected void |
DefaultAcceleratorPreviewLoader.processEmptyRestrictions(PreviewDataModel previewCtx,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
RegisterPageController.getCmsPage() |
protected AbstractPageModel |
CheckoutLoginController.getCmsPage() |
protected AbstractPageModel |
LoginPageController.getCmsPage() |
protected AbstractPageModel |
CheckoutRegisterController.getCmsPage() |
protected AbstractPageModel |
ProductPageController.getPageForProduct(java.lang.String productCode) |
protected AbstractPageModel |
StoreLocatorPageController.getStoreFinderPage() |
protected AbstractPageModel |
StorePageController.getStoreFinderPage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HomePageController.updatePageTitle(Model model,
AbstractPageModel cmsPage) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
CmsPageBeforeViewHandler.lookupPreviewPage(HttpServletRequest request)
Retrieves a preview ticket, if available and retrieves the preview page from the
PreviewData |
protected AbstractPageModel |
CmsPageBeforeViewHandler.updateCmsPageInModelAndView(HttpServletRequest request,
ModelAndView modelAndView) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsPageBeforeViewHandler.assignViewForPreviewPage(ModelAndView modelAndView,
AbstractPageModel requestedPage,
AbstractPageModel previewPage) |
protected java.lang.String |
CmsPageBeforeViewHandler.buildCssClasses(AbstractPageModel page) |
protected java.lang.String |
CmsPageBeforeViewHandler.getViewForPage(AbstractPageModel page)
Returns ths view name for the page by retrieving the frontendTemplateName from the masterTemplate of the page
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultPreviewDataModelUrlResolver.checkPageLabel(AbstractPageModel page,
java.util.Map<java.lang.String,java.lang.String> pageMapping) |
protected java.lang.String |
DefaultPreviewDataModelUrlResolver.checkPageUid(AbstractPageModel page,
java.util.Map<java.lang.String,java.lang.String> pageMapping) |
protected java.lang.String |
DefaultPreviewDataModelUrlResolver.processPage(AbstractPageModel page,
java.util.Map<java.lang.String,java.lang.String> pageMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
RegisterPageController.getCmsPage() |
protected AbstractPageModel |
CheckoutLoginController.getCmsPage() |
protected AbstractPageModel |
LoginPageController.getCmsPage() |
protected AbstractPageModel |
CheckoutRegisterController.getCmsPage() |
protected AbstractPageModel |
ProductPageController.getPageForProduct(ProductModel product) |
protected AbstractPageModel |
StoreLocatorPageController.getStoreFinderPage() |
protected AbstractPageModel |
StorePageController.getStoreFinderPage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HomePageController.updatePageTitle(Model model,
AbstractPageModel cmsPage) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
CmsPageBeforeViewHandler.lookupPreviewPage(HttpServletRequest request)
Retrieves a preview ticket, if available and retrieves the preview page from the
PreviewData |
protected AbstractPageModel |
CmsPageBeforeViewHandler.updateCmsPageInModelAndView(HttpServletRequest request,
ModelAndView modelAndView) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
CmsPageBeforeViewHandler.buildCssClasses(AbstractPageModel page) |
protected java.lang.String |
CmsPageBeforeViewHandler.getViewForPage(AbstractPageModel page)
Returns ths view name for the page by retrieving the frontendTemplateName from the masterTemplate of the page
|
Copyright © 2017 SAP SE. All Rights Reserved.