| Package | Description |
|---|---|
| de.hybris.platform.cms2.servicelayer.services.admin | |
| de.hybris.platform.cms2.servicelayer.services.admin.impl |
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentModel |
CMSAdminComponentService.createAndAddCmsComponent(ContentSlotModel contentSlot,
String composedTypeCode,
String id,
String name)
Deprecated.
|
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.
|
CategoryPageModel |
CMSAdminPageService.createCategoryPage(String id,
String name,
String masterTemplateId,
boolean isDefault)
Creates the category 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
|
AbstractCMSComponentModel |
CMSAdminComponentService.createCMSComponent(ContentSlotModel contentSlot,
String composedTypeCode,
String id,
String name)
Deprecated.
|
ContentPageModel |
CMSAdminPageService.createContentPage(String id,
String name,
String masterTemplateId,
String label)
Creates the content page.
|
AbstractPageModel |
CMSAdminPageService.createPage(String composedType,
String id,
String name,
String masterTemplateId)
Creates the page.
|
ProductPageModel |
CMSAdminPageService.createProductPage(String id,
String name,
String masterTemplateId,
boolean isDefault)
Creates the product page.
|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentModel |
DefaultCMSAdminComponentService.createAndAddCmsComponent(ContentSlotModel contentSlot,
String composedTypeCode,
String id,
String name)
Deprecated.
|
CMSCatalogRestrictionModel |
DefaultCMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page,
String id,
String name,
Collection<CatalogModel> catalogs) |
CategoryPageModel |
DefaultCMSAdminPageService.createCategoryPage(String id,
String name,
String masterTemplateId,
boolean isDefault)
Creates the category page.
|
CMSCategoryRestrictionModel |
DefaultCMSAdminRestrictionService.createCategoryRestriction(AbstractPageModel page,
String id,
String name,
Collection<CategoryModel> categories) |
AbstractCMSComponentModel |
DefaultCMSAdminComponentService.createCMSComponent(ContentSlotModel contentSlot,
String composedTypeCode,
String id,
String name)
Deprecated.
|
ContentPageModel |
DefaultCMSAdminPageService.createContentPage(String id,
String name,
String masterTemplateId,
String label)
Creates the content page.
|
AbstractPageModel |
DefaultCMSAdminPageService.createPage(String composedType,
String id,
String name,
String masterTemplateId)
Creates the page.
|
protected AbstractPageModel |
DefaultCMSAdminPageService.createPageFromType(String composedTypeCode) |
ProductPageModel |
DefaultCMSAdminPageService.createProductPage(String id,
String name,
String masterTemplateId,
boolean isDefault)
Creates the product page.
|
CMSProductRestrictionModel |
DefaultCMSAdminRestrictionService.createProductRestriction(AbstractPageModel page,
String id,
String name,
Collection<ProductModel> products) |
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) |
protected void |
DefaultCMSAdminRestrictionService.prepareRestricion(AbstractRestrictionModel res,
String id,
String name) |
Copyright © 2017 SAP SE. All Rights Reserved.