| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotNameModel |
DefaultCmsComponentMediaTypesResolver.getContentSlotName(String position,
AbstractPageModel page) |
protected Set<CMSComponentTypeModel> |
DefaultCmsComponentMediaTypesResolver.getSupportedMediaComponentTypes(String position,
AbstractPageModel page) |
protected Set<CMSComponentTypeModel> |
DefaultCmsComponentMediaTypesResolver.getValidComponentTypes(String position,
AbstractPageModel page) |
boolean |
CmsComponentMediaTypesResolver.isContentSlotPositionSupportingMedia(String position,
AbstractPageModel page) |
boolean |
DefaultCmsComponentMediaTypesResolver.isContentSlotPositionSupportingMedia(String position,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
DropMediaCallbackEventHandler.getPageForPreviewCatalogVersions(LiveEditView view,
String pageUid) |
protected AbstractPageModel |
AbstractLiveEditCallbackEventHandler.getPageForPreviewCatalogVersions(String pageUid,
LiveEditView view) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotNameModel |
AbstractLiveEditCallbackEventHandler.getContentSlotName(String position,
AbstractPageModel page) |
protected Set<CMSComponentTypeModel> |
AbstractLiveEditCallbackEventHandler.getValidComponentTypes(String position,
AbstractPageModel page) |
protected boolean |
AbstractLiveEditCallbackEventHandler.isValidForContentSlot(ComposedTypeModel type,
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 | 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 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 void |
AbstractPageDynamicNavigationNodeList.addPageToNode(CMSNavigationNodeModel node,
AbstractPageModel page) |
List<CMSNavigationNodeModel> |
AbstractPageDynamicNavigationNodeList.get(AbstractPageModel model) |
protected void |
AbstractPageDynamicNavigationNodeList.removePageFromNode(CMSNavigationNodeModel node,
AbstractPageModel page) |
void |
AbstractPageDynamicNavigationNodeList.set(AbstractPageModel model,
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 |
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,
String _position,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForPageModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
ItemModel _owner,
AbstractPageModel _page,
String _position,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<AbstractPageModel> value)
Generated method - Setter of
AbstractRestriction.pages attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
AbstractPageResource.getAbstractPageModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractPageModel |
AbstractPageResource.readResource(String resourceId)
Gets the
AbstractPageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractPageModel> |
AbstractPagesResource.getAbstractPagesCollection()
Convenience method which just delegates to
#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(Collection<AbstractPageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
CMSPageDao.findDefaultPageForType(ComposedTypeModel composedType,
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.findDefaultPageForType(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
AbstractPageModel |
CMSPageDao.findPageById(String id,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
use
CMSPageDao.findPagesById(String, Collection) instead. |
AbstractPageModel |
PageTemplateDao.findPageById(String id,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
AbstractPageModel |
CMSPageDao.findPageByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Deprecated.
|
AbstractPageModel |
PageTemplateDao.findPageByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractPageModel> |
CMSPageDao.findAllPagesByCatalogVersion(CatalogVersionModel catalogVersion)
Find all pages by catalog version.
|
Collection<AbstractPageModel> |
PageTemplateDao.findAllPagesByCatalogVersion(CatalogVersionModel catalogVersion)
Find all pages by catalog version.
|
Collection<AbstractPageModel> |
CMSPageDao.findAllPagesByLabel(String label,
Collection<CatalogVersionModel> catalogVersions)
Find all pages by label and catalog versions.
|
Collection<AbstractPageModel> |
PageTemplateDao.findAllPagesByLabel(String label,
Collection<CatalogVersionModel> catalogVersions)
Find all pages by label and catalog version.
|
Collection<AbstractPageModel> |
CMSPageDao.findAllPagesByTypeAndCatalogVersions(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find all pages by composed type of
composedType and catalog versions. |
Collection<AbstractPageModel> |
PageTemplateDao.findAllPagesByTypeAndCatalogVersions(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find all pages by composed type and catalog versions.
|
Collection<AbstractPageModel> |
CMSPageDao.findDefaultPageByTypeAndCatalogVersions(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find default page by type and catalog versions.
|
Collection<AbstractPageModel> |
PageTemplateDao.findDefaultPageByTypeAndCatalogVersions(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find default page by type and catalog versions.
|
List<AbstractPageModel> |
CMSPageDao.findDefaultPagesByType(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find default pages by composed type of
composedType and catalogVersions. |
List<AbstractPageModel> |
PageTemplateDao.findDefaultPagesByType(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find default pages by composed type and catalog version.
|
Collection<AbstractPageModel> |
CMSContentSlotDao.findPagesByContentSlot(ContentSlotModel contentSlot)
Find pages related to content slot.
|
Collection<AbstractPageModel> |
CMSPageDao.findPagesByContentSlots(Collection<ContentSlotModel> contentSlots,
Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages for the given collection of content slots.
|
List<AbstractPageModel> |
CMSPageDao.findPagesById(String id,
Collection<CatalogVersionModel> catalogVersions)
Find pages by id and catalog versions.
|
List<AbstractPageModel> |
CMSPageDao.findPagesByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find pages by id and catalog version.
|
List<AbstractPageModel> |
PageTemplateDao.findPagesByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find pages by id and catalog version.
|
List<AbstractPageModel> |
PageTemplateDao.findPagesByIdAndCatalogVersions(String id,
Collection<CatalogVersionModel> catalogVersions) |
Collection<AbstractPageModel> |
CMSPageDao.findPagesByPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots,
Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages that uses given content slots by page templates
|
List<AbstractPageModel> |
CMSPageDao.findPagesByType(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions,
boolean isDefault)
Find default or non-default pages by composed type of
composedType and catalogVersions. |
Collection<AbstractPageModel> |
CMSPageDao.findPagesForContentSlots(Collection<ContentSlotModel> contentSlots,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultCMSPageDao.findDefaultPageForType(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
AbstractPageModel |
DefaultCMSPageDao.findPageById(String id,
Collection<CatalogVersionModel> catalogVersions)
Find page by id and catalog versions.
|
AbstractPageModel |
DefaultCMSPageDao.findPageByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find page by id and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractPageModel> |
DefaultCMSPageDao.findAllPagesByCatalogVersion(CatalogVersionModel catalogVersion)
Find all pages by catalog version.
|
Collection<AbstractPageModel> |
DefaultCMSPageDao.findAllPagesByLabel(String label,
Collection<CatalogVersionModel> catalogVersions)
Find all pages by label and catalog versions.
|
Collection<AbstractPageModel> |
DefaultCMSPageDao.findAllPagesByTypeAndCatalogVersions(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find all pages by composed type of
composedType and catalog versions. |
Collection<AbstractPageModel> |
DefaultCMSPageDao.findDefaultPageByTypeAndCatalogVersions(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find default page by type and catalog versions.
|
List<AbstractPageModel> |
DefaultCMSPageDao.findDefaultPagesByType(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions)
Find default pages by composed type of
composedType and catalogVersions. |
Collection<AbstractPageModel> |
DefaultCMSContenSlotDao.findPagesByContentSlot(ContentSlotModel contentSlot)
Find pages related to content slot.
|
Collection<AbstractPageModel> |
DefaultCMSPageDao.findPagesByContentSlots(Collection<ContentSlotModel> contentSlots,
Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages for the given collection of content slots.
|
List<AbstractPageModel> |
DefaultCMSPageDao.findPagesById(String id,
Collection<CatalogVersionModel> catalogVersions)
Find pages by id and catalog versions.
|
List<AbstractPageModel> |
DefaultCMSPageDao.findPagesByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find pages by id and catalog version.
|
Collection<AbstractPageModel> |
DefaultCMSPageDao.findPagesByPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots,
Collection<CatalogVersionModel> catalogVersions)
Finds and returns all pages that uses given content slots by page templates
|
List<AbstractPageModel> |
DefaultCMSPageDao.findPagesByType(ComposedTypeModel composedType,
Collection<CatalogVersionModel> catalogVersions,
boolean isDefault)
Find default or non-default pages by composed type of
composedType and catalogVersions. |
Collection<AbstractPageModel> |
DefaultCMSPageDao.findPagesForContentSlots(Collection<ContentSlotModel> contentSlots,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations by page and catalog version.
|
Collection<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsForPage(AbstractPageModel page)
Find all content slot relations for page.
|
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,
String position,
CatalogVersionModel catalogVersion)
Find content slot relation by page, position and catalog versions.
|
ContentSlotForPageModel |
DefaultCMSContenSlotDao.findContentSlotRelationByPageAndPosition(AbstractPageModel page,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relation by page, position and catalog versions.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relations by page, content slot and catalog version.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, content slot and catalog versions.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
String position,
CatalogVersionModel catalogVersion)
Find content slot relations by page, position and catalog versions.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, position and catalog versions.
|
Collection<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionByTypeNotLinkedToPage(AbstractPageModel page,
ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restriction by type not linked to page.
|
Collection<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionForPage(ComposedTypeModel composedType,
AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find restriction for page by composed type, page and catalog version.
|
List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page,
ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restrictions by type not linked to page.
|
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(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 to
currentContentPage.getLabel()
Note: Important!: We change label property only for non default associated content pages! |
protected boolean |
CMSDefaultPageInterceptor.defaultPageExists(Set<AbstractPageModel> pages) |
protected void |
CmsContentPagePrepareInterceptor.resetHomepageFlag(Collection<AbstractPageModel> contentPages,
ContentPageModel currentPageModel,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
CMSPageService.getPageById(String id)
Deprecated.
use
CMSPageService.getPageForId(String) instead. |
AbstractPageModel |
CMSPageService.getPageForId(String id)
Gets the page for id.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractPageModel> |
CMSRestrictionService.evaluatePages(Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
Collection<AbstractPageModel> |
CMSPageService.getPagesByPageTemplateComponent(AbstractCMSComponentModel component)
Deprecated.
|
Collection<AbstractPageModel> |
CMSPageService.getPagesByPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots)
Deprecated.
|
Collection<AbstractPageModel> |
CMSPageService.getPagesForComponent(AbstractCMSComponentModel component)
Returns all pages where given component occurs.
|
Collection<AbstractPageModel> |
CMSContentSlotService.getPagesForContentSlot(ContentSlotModel contentSlot)
Gets the related
AbstractPageModel objects for content slot. |
Collection<AbstractPageModel> |
CMSPageService.getPagesForContentSlots(Collection<ContentSlotModel> contentSlots)
Returns all pages where given content slots occurs.
|
Collection<AbstractPageModel> |
CMSPageService.getPagesForPageTemplateComponent(AbstractCMSComponentModel component)
Gets the pages for page template component.
|
Collection<AbstractPageModel> |
CMSPageService.getPagesForPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots)
Gets the pages for page template content slots.
|
| Modifier and Type | Method and Description |
|---|---|
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,
String position)
Returns a contentslot for the given page and position.
|
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. |
List<String> |
CMSContentSlotService.getDefinedContentSlotPositions(AbstractPageModel page)
Gets the defined content slot positions.
|
String |
CMSContentSlotService.getMissingContentSlotsNames(AbstractPageModel page)
Gets the missing content slots names and return them as semicolon separated string ("foo; bar; baz").
|
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 |
|---|---|
Collection<AbstractPageModel> |
CMSRestrictionService.evaluatePages(Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
CMSAdminPageService.createPage(String composedType,
String id,
String name,
String masterTemplateId)
Creates the page.
|
AbstractPageModel |
CMSAdminPageService.getPageById(String id)
Deprecated.
|
AbstractPageModel |
CMSAdminPageService.getPageForIdFromActiveCatalogVersion(String id)
Returns the page with the given id from active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractPageModel> |
CMSAdminPageService.findPagesByType(ComposedTypeModel composedType,
boolean isDefault)
Gets the all default or non-default pages by page type from the active catalog version.
|
Collection<AbstractPageModel> |
CMSAdminPageService.getAllPages()
Returns all pages which are assigned to the active catalog version
|
Collection<AbstractPageModel> |
CMSAdminPageService.getAllPages(CatalogVersionModel catalogVersion)
Gets the all pages.
|
Collection<AbstractPageModel> |
CMSAdminPageService.getAllPagesByType(String type)
Returns all pages which are assigned to the active catalog version and are of the given type
|
Collection<AbstractPageModel> |
CMSAdminPageService.getAllPagesByType(String type,
CatalogVersionModel catalogVersion)
Gets the all pages by type.
|
Map<String,Collection<AbstractPageModel>> |
CMSAdminPageService.getAllPagesMap()
returns all pages of the active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
CMSCatalogRestrictionModel |
CMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page,
String id,
String name,
Collection<CatalogModel> catalogs)
Creates a new CatalogRestriction and a new relation between the restriction and the given page.
|
CMSCategoryRestrictionModel |
CMSAdminRestrictionService.createCategoryRestriction(AbstractPageModel page,
String id,
String name,
Collection<CategoryModel> categories)
Creates a new CategoryRestriction and a new relation between the restriction and the given page
|
ContentSlotModel |
CMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
String id,
String name,
String position)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
CMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
String id,
String name,
String position,
boolean active)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
CMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
String id,
String name,
String position,
boolean active,
Date activeFrom,
Date activeUntil)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
CMSProductRestrictionModel |
CMSAdminRestrictionService.createProductRestriction(AbstractPageModel page,
String id,
String name,
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,
String id,
String name,
Date from,
Date until)
Creates a new TimeRestriction and a new relation between the restriction and the given page
|
CMSUserGroupRestrictionModel |
CMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page,
String id,
String name,
Collection<UserGroupModel> userGroups)
Creates a new UserGroupRestriction and a new relation between the restriction and the given page
|
CMSUserRestrictionModel |
CMSAdminRestrictionService.createUserRestriction(AbstractPageModel page,
String id,
String name,
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,
String position)
deletes a relation between a page and a content slot.
|
Collection<RestrictionTypeModel> |
CMSAdminRestrictionService.getAllowedRestrictionTypesForPage(AbstractPageModel page)
Returns a collection of all restrictions which can be applied on the given page
|
Collection<ContentSlotData> |
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page)
Returns all restrictions which are applied on the given page
|
Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
String restrictionType)
Returns all restrictions of the given restriction type which are applied on the given page
|
Set<CMSComponentTypeModel> |
CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page,
ContentSlotModel contentSlot)
Get all component type restrictions for a given page and content slot.
|
Set<CMSComponentTypeModel> |
CMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot)
Get all component type restrictions for a given content slot from two sources of the given page and its master
template.
|
boolean |
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.
use
ModelService.save(Object) instead. |
void |
CMSAdminPageService.updatePage(AbstractPageModel page,
String name,
String masterTemplateId)
Updates the given page.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageModel |
DefaultCMSAdminPageService.createPage(String composedType,
String id,
String name,
String masterTemplateId)
Creates the page.
|
protected AbstractPageModel |
DefaultCMSAdminPageService.createPageFromType(String composedTypeCode) |
AbstractPageModel |
DefaultCMSAdminPageService.getPageById(String id)
Deprecated.
|
AbstractPageModel |
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersion(String id)
Returns the page with the given id from active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractPageModel> |
DefaultCMSAdminPageService.findPagesByType(ComposedTypeModel composedType,
boolean isDefault) |
Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPages()
Returns all pages which are assigned to the active catalog version
|
Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPages(CatalogVersionModel catalogVersion)
Gets the all pages.
|
Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPagesByType(String type)
Returns all pages which are assigned to the active catalog version and are of the given type
|
Collection<AbstractPageModel> |
DefaultCMSAdminPageService.getAllPagesByType(String type,
CatalogVersionModel catalogVersion)
Gets the all pages by type.
|
Map<String,Collection<AbstractPageModel>> |
DefaultCMSAdminPageService.getAllPagesMap()
returns all pages of the active catalogVersion.
|
| Modifier and Type | Method and Description |
|---|---|
CMSCatalogRestrictionModel |
DefaultCMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page,
String id,
String name,
Collection<CatalogModel> catalogs) |
CMSCategoryRestrictionModel |
DefaultCMSAdminRestrictionService.createCategoryRestriction(AbstractPageModel page,
String id,
String name,
Collection<CategoryModel> categories) |
ContentSlotModel |
DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
String id,
String name,
String position)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
String id,
String name,
String position,
boolean active)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
ContentSlotModel |
DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page,
String id,
String name,
String position,
boolean active,
Date activeFrom,
Date activeUntil)
Creates the
ContentSlotModel object and ContentSlotForPageModel relation. |
CMSProductRestrictionModel |
DefaultCMSAdminRestrictionService.createProductRestriction(AbstractPageModel page,
String id,
String name,
Collection<ProductModel> products) |
void |
DefaultCMSAdminRestrictionService.createRelation(AbstractPageModel page,
AbstractRestrictionModel restriction) |
CMSTimeRestrictionModel |
DefaultCMSAdminRestrictionService.createTimeRestriction(AbstractPageModel page,
String id,
String name,
Date from,
Date until) |
CMSUserGroupRestrictionModel |
DefaultCMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page,
String id,
String name,
Collection<UserGroupModel> userGroups) |
CMSUserRestrictionModel |
DefaultCMSAdminRestrictionService.createUserRestriction(AbstractPageModel page,
String id,
String name,
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,
String position)
deletes a relation between a page and a content slot.
|
protected String |
DefaultCMSAdminContentSlotService.generateContentSlotUid(AbstractPageModel page,
String position)
Generate the Content Slot Uid after the slot position and page Uid
|
Collection<RestrictionTypeModel> |
DefaultCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(AbstractPageModel page) |
Collection<ContentSlotData> |
DefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page) |
Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
String restrictionType) |
Set<CMSComponentTypeModel> |
DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page,
ContentSlotModel contentSlot) |
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,
String name,
String masterTemplateId)
Updates the given page.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
DefaultCMSPageService.getDefaultPage(String composedTypeCode) |
AbstractPageModel |
DefaultCMSPageService.getPageById(String id)
Gets the page by id.
|
AbstractPageModel |
DefaultCMSPageService.getPageForId(String id)
Gets the page for id.
|
protected AbstractPageModel |
DefaultCMSPageService.getSinglePage(String composedTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractPageModel> |
DefaultCMSRestrictionService.evaluatePages(Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
protected Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getDefaultPages(Collection<AbstractPageModel> pages) |
Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesByPageTemplateComponent(AbstractCMSComponentModel component)
Returns all pages that uses given component in their templates
|
Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesByPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots)
Returns all pages that uses given content slots in their templates
|
Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForComponent(AbstractCMSComponentModel component)
Returns all pages where given component occurs.
|
Collection<AbstractPageModel> |
DefaultCMSContentSlotService.getPagesForContentSlot(ContentSlotModel contentSlot)
Gets the related
AbstractPageModel objects for content slot. |
Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForContentSlots(Collection<ContentSlotModel> contentSlots)
Returns all pages where given content slots occurs.
|
Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForPageTemplateComponent(AbstractCMSComponentModel component)
Gets the pages for page template component.
|
Collection<AbstractPageModel> |
DefaultCMSPageService.getPagesForPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots)
Gets the pages for page template content slots.
|
| Modifier and Type | Method and Description |
|---|---|
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,
String position)
Returns a contentslot for the given page and position.
|
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. |
List<String> |
DefaultCMSContentSlotService.getDefinedContentSlotPositions(AbstractPageModel page)
Gets the defined content slot positions.
|
String |
DefaultCMSContentSlotService.getMissingContentSlotsNames(AbstractPageModel page)
Gets the missing content slots names and return them as semicolon separated string ("foo; bar; baz").
|
Collection<ContentSlotForPageModel> |
DefaultCMSPageService.getOwnContentSlotsForPage(AbstractPageModel page)
Gets the own
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object. |
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 String |
DefaultCMSRestrictionService.createMoreThanOneDefaultPageWarning(Collection<AbstractPageModel> defaultPages) |
Collection<AbstractPageModel> |
DefaultCMSRestrictionService.evaluatePages(Collection<AbstractPageModel> pages,
RestrictionData data)
Evaluate pages for
RestrictionData context object. |
protected Collection<AbstractPageModel> |
DefaultCMSRestrictionService.getDefaultPages(Collection<AbstractPageModel> pages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectTemplates4AbstractPageFilter.isValidType(ObjectTemplate template,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageUrlSectionRenderer.setResolvers(Map<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,
Collection<CatalogVersionModel> catVersions,
boolean liveEdit,
LanguageModel language,
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,
Collection<CatalogVersionModel> catVersions,
boolean liveEdit,
LanguageModel language,
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(Object source,
CMSSiteModel site,
CatalogVersionModel catalog,
AbstractPageModel page) |
PageViewNavigationEvent(Object source,
CMSSiteModel site,
CatalogVersionModel catalog,
AbstractPageModel page)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PreviewUrlPageResolver.resolve(AbstractPageModel page) |
String |
DummyUrlPageResolver.resolve(AbstractPageModel source) |
String |
LiveUrlPageResolver.resolve(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractPageModel> |
CmsCockpitService.getRecentlyEditedPages(int count)
Find all pages recently edited
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
AbstractPageModel |
ComponentTypeAndContentSlotValidationDto.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentTypeAndContentSlotValidationDto.setPage(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<AbstractPageModel> value)
Generated method - Setter of
User.lockedPages attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPageModel |
AbstractProductConfigController.getPageForProduct() |
protected AbstractPageModel |
VariantOverviewController.getPageForProduct() |
protected AbstractPageModel |
ConfigurationOverviewController.getPageForProduct() |
| 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.
|
Copyright © 2017 SAP SE. All Rights Reserved.