| Modifier and Type | Class and Description |
|---|---|
class |
CMSActionRestrictionEvaluator
Deprecated.
since 1811
|
class |
CMSUiExperienceRestrictionEvaluator
Deprecated.
since 1811
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMSActionRestrictionDynamicDescription
Deprecated.
since 1811
|
class |
UiExperienceRestrictionDynamicDescription
Deprecated.
since 1811
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPage> |
Cms2Manager.getPages(ContentSlot contentSlot)
Deprecated.
since 4.3. Please, use
CMSContentSlotService.getPagesForContentSlot(de.hybris.platform.cms2.model.contents.contentslot.ContentSlotModel)
instead. |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
CMSItem.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
since 4.3. setAttributeMode is no more needed in slayer. checkMandatoryAttribute is no more needed in slayer when
attributes are checked as optional "false".
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
AbstractCMSComponent.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
since 4.3. setAttributeMode is no more needed in slayer.
|
java.util.Map<Language,java.lang.String> |
AbstractCMSComponent.getAllType(SessionContext ctx)
Deprecated.
since 4.3. Please, use
TypeService.getComposedTypeForCode(String) with
model.getItemtype() as parameter and then
TypeManagerManagedModel.getName() on returned object. For
obtaining names for other languages you have to change current locale with
I18NService.setCurrentLocale(java.util.Locale). |
java.lang.String |
CMSLinkComponent.getCategoryCode(SessionContext ctx)
Deprecated.
since 4.3. Please, use code directly from category
|
java.lang.String |
CMSLinkComponent.getContentPageLabelOrId(SessionContext ctx)
Deprecated.
since 4.3. Please, use
CMSPageService.getLabelOrId(de.hybris.platform.cms2.model.pages.ContentPageModel)
instead. |
java.lang.String |
CMSLinkComponent.getProductCode(SessionContext ctx)
Deprecated.
since 4.3. Please, use code directly from product
|
java.lang.String |
AbstractCMSComponent.getType(SessionContext ctx)
Deprecated.
since 4.3. Please, use
TypeService.getComposedTypeForCode(String) with
model.getItemtype() as parameter and then
TypeManagerManagedModel.getName() on returned object. |
java.lang.String |
AbstractCMSComponent.getTypeCode(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractItemModel.getItemtype() or
AbstractCMSComponentModel._TYPECODE instead. |
java.lang.Boolean |
SimpleCMSComponent.isContainer(SessionContext ctx)
Deprecated.
since 4.3. Please, use
de.hybris.platform.cms2.servicelayer.services.CMSComponentService#isContainer(String)
instead. |
java.lang.Boolean |
AbstractCMSComponent.isRestricted(SessionContext ctx)
Deprecated.
since 4.3. Please, use
de.hybris.platform.cms2.servicelayer.services.CMSComponentService#isCmsComponentRestricted(de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel)
instead. |
java.lang.Boolean |
AbstractCMSComponent.isVisible(SessionContext ctx)
Deprecated.
since 4.3. This overriden method is deprecated. Currently
Boolean.TRUE value is used as
default in cms2-items.xml. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SimpleCMSComponent> |
ABTestCMSComponentContainer.getCurrentCMSComponents(SessionContext ctx)
Deprecated.
since 4.3. Please, use
ABTestService.getRandomCMSComponents(de.hybris.platform.cms2.model.contents.containers.ABTestCMSComponentContainerModel)
instead. |
java.lang.Boolean |
AbstractCMSComponentContainer.isContainer(SessionContext ctx)
Deprecated.
since 4.3. Please, use
de.hybris.platform.cms2.servicelayer.services.CMSComponentService#isContainer(String)
instead. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ContentSlot.getCurrentPosition(SessionContext ctx)
Deprecated.
since 4.3. Jalo Attribute Candidate (CMS-571)
|
void |
ContentSlot.setCurrentPosition(SessionContext ctx,
java.lang.String position)
Deprecated.
since 4.3. Jalo Attribute Candidate (CMS-571)
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
ContentSlotForTemplate.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
since 4.3. Please, use
ContentSlotForTemplateInitDefaultsInterceptor
is used. setAttributeMode is no more needed in slayer. |
protected Item |
ContentSlotForPage.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
since 4.3. Please, use
ContentSlotForPageInitDefaultsInterceptor
is used. |
protected Item |
CMSRelation.createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Deprecated.
since 4.3. Please, use
CMSRelationInitDefaultsInterceptor is
used instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Language,java.lang.String> |
AbstractRestriction.getAllDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use sub types models
getDescription method instead and proper locale in the session. |
java.util.Map<Language,java.lang.String> |
AbstractRestriction.getAllType(SessionContext ctx)
Deprecated.
since 4.3. Please, use
TypeService.getComposedTypeForCode(String)
with model.getItemtype() as parameter and then
TypeManagerManagedModel.getName() on returned object. For
obtaining names for other languages you have to change current locale with
I18NService.setCurrentLocale(java.util.Locale). |
java.util.List<java.lang.String> |
CategoryRestriction.getCategoryCodes(SessionContext ctx)
Deprecated.
since 4.3. Please use
CMSRestrictionService.getCategoryCodesForRestriction(de.hybris.platform.cms2.model.restrictions.CMSCategoryRestrictionModel)
instead. |
java.lang.String |
AbstractRestriction.getDescription()
Deprecated.
since 4.3. Please, use sub types models
getDescription method instead. |
java.lang.String |
CategoryRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription()
instead. |
java.lang.String |
ProductRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription()
instead. |
java.lang.String |
CMSInverseRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription()
instead. |
java.lang.String |
UserRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription() instead. |
java.lang.String |
CampaignRestriction.getDescription(SessionContext ctx)
Deprecated.
since ages. Please, use
AbstractRestrictionModel.getDescription(). |
java.lang.String |
TimeRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription() instead. |
java.lang.String |
CatalogRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription()
instead. |
java.lang.String |
GroupRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription()
instead. |
abstract java.lang.String |
AbstractRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use sub types models
getDescription method instead. |
java.util.List<java.lang.String> |
ProductRestriction.getProductCodes(SessionContext ctx)
Deprecated.
since 4.3. Please, use
CMSRestrictionService.getProductCodesForRestriction(de.hybris.platform.cms2.model.restrictions.CMSProductRestrictionModel)
instead. |
java.lang.String |
AbstractRestriction.getType(SessionContext ctx)
Deprecated.
since 4.3. Please, use instead
TypeService.getComposedTypeForCode(String)
with model.getItemtype() as parameter and then
TypeManagerManagedModel.getName() on returned object. |
java.lang.String |
AbstractRestriction.getTypeCode(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel._TYPECODE or
AbstractItemModel.getItemtype() instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Catalog> |
CMSSite.getClassificationCatalogs(SessionContext ctx)
Deprecated.
since 4.3. Please, use
BaseSiteService.getProductCatalogs(de.hybris.platform.basecommerce.model.site.BaseSiteModel)
instead. |
java.util.List<Catalog> |
CMSSite.getProductCatalogs(SessionContext ctx)
Deprecated.
since 4.3. Please, use
BaseSiteService.getProductCatalogs(de.hybris.platform.basecommerce.model.site.BaseSiteModel)
instead. |
java.lang.String |
CMSSite.getStartPageLabel(SessionContext ctx)
Deprecated.
since 4.3. Please, use
BaseSiteService.getProductCatalogs(de.hybris.platform.basecommerce.model.site.BaseSiteModel)
instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SimpleCMSComponentModel> |
CMSComponentDao.findCMSComponentsOfContainerByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
Deprecated.
since 1811, never used
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
CMSNavigationService.createNavigationNode(ItemModel parentNode,
java.lang.String navigationNodeName,
boolean visible,
java.util.Collection<ItemModel> relatedItems)
Deprecated.
since 1811, please use
CMSItemFacade.createItem(Map)
instead. |
void |
CMSNavigationService.delete(CMSNavigationNodeModel cmsNavigationNode)
Deprecated.
since 1811, no longer needed.
|
boolean |
CMSNavigationService.removeNavigationEntryByUid(CMSNavigationNodeModel cmsNavigationNode,
java.lang.String navigationEntryUid)
Deprecated.
since 1811, no longer needed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CMSAdminNavigationService
Deprecated.
since 1811, never used
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCMSAdminNavigationService
Deprecated.
since 1811, never used
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSVersionHelper.isCollectionAttribute(AttributeDescriptorModel attribute)
Deprecated.
since 1811, please use
IsCollectionAttributePredicate |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CMSComponentTag.isLiveEdit()
Deprecated.
since 1811, not used anymore
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeContentConverter
Deprecated.
since 6.7. Please use
AttributeContentConverter instead. |
interface |
AttributeStrategyConverterProvider
Deprecated.
since 6.7. Please use
AttributeStrategyConverterProvider instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeStrategyConverterProvider
Deprecated.
since 6.7. Please use
DefaultAttributeStrategyConverterProvider instead. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Function<AttributeDescriptorModel,java.util.Optional<java.lang.Object>> |
DefaultCMSItemConverter.convertRepresentationToAttributeValue(java.lang.Object source)
Deprecated.
since 1811. Please use
DefaultCMSItemConverter.convertRepresentationToAttributeValue(Object, ItemModel)
instead. |
void |
DefaultCMSItemConverter.setDateConverter(Converter<java.util.Date,java.lang.String> dateConverter)
Deprecated.
since 6.7
|
protected java.util.Map<java.lang.String,java.lang.Object> |
DefaultCMSItemConverter.transformLocalizedValue(AttributeDescriptorModel attribute,
java.util.Map<java.lang.String,java.lang.Object> itemMap,
java.util.function.Function<java.lang.Object,java.lang.Object> transform)
Deprecated.
since 1811. Please use
DefaultCMSItemConverter.transformLocalizedValue(AttributeDescriptorModel, Map, ItemModel, Function)
instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeContentConverter
Deprecated.
since 6.7. Please use
DefaultAttributeContentConverter instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEnumerationClassTypeAttributePredicate
Deprecated.
since 1808. Reason: not used anywhere.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainFunction
Deprecated.
since 6.7. Please use
ChainFunction instead. |
interface |
Converter<S,T>
Deprecated.
since 6.7. Please use
Converter instead. |
class |
Functions
Deprecated.
since 6.7. Please use
Functions instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConverter<S,T>
Deprecated.
since 6.7. Please use
DefaultConverter instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
CMSComponentPredicate
Deprecated.
since 1811. Please use
CMSComponentTypePredicate instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractPageData> |
PageFacade.findAllPages()
Deprecated.
since 6.6. Please use
CMSItemFacade.findCMSItems(de.hybris.platform.cmsfacades.data.CMSItemSearchData, PageableData)
instead. |
java.util.List<AbstractPageData> |
PageFacade.findPagesByType(java.lang.String typeCode,
java.lang.Boolean isDefaultPage)
Deprecated.
since 6.6. Please use
CMSItemFacade.findCMSItems(de.hybris.platform.cmsfacades.data.CMSItemSearchData, PageableData)
instead. |
AbstractPageData |
PageFacade.getPageByUid(java.lang.String uid)
Deprecated.
since 6.6. Please use
CMSItemFacade.getCMSItemByUuid(String) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
PageNameComparator
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractPageData> |
DefaultPageFacade.findAllPages()
Deprecated.
since 6.6
|
java.util.List<AbstractPageData> |
DefaultPageFacade.findPagesByType(java.lang.String typeCode,
java.lang.Boolean isDefaultPage)
Deprecated.
since 6.6
|
AbstractPageData |
DefaultPageFacade.getPageByUid(java.lang.String uid)
Deprecated.
since 6.6
|
protected AbstractPopulatingConverter<AbstractPageData,AbstractPageModel> |
DefaultPageFacade.getPageDataConverter(java.lang.Class<?> pageClass)
Deprecated.
since 6.6
|
protected AbstractPopulatingConverter<AbstractPageModel,AbstractPageData> |
DefaultPageFacade.getPageModelConverter(java.lang.Class<?> pageClass)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setCmsFindVariationPageValidator(Validator cmsFindVariationPageValidator)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setPageDataPopulatorFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>> pageDataPopulatorFactory)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setPageModelConverterFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>> pageModelConverterFactory)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setPageTypeModelConverter(Converter<CMSPageTypeModel,PageTypeData> pageTypeModelConverter)
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicPageDataPopulator
Deprecated.
since 6.6
|
class |
ContentPageDataPopulator
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicPageModelPopulator
Deprecated.
since 6.6
|
class |
ContentPageModelPopulator
Deprecated.
since 6.6
|
class |
PageTypeModelPopulator
Deprecated.
since 6.6
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PageTypeMapping
Deprecated.
since 6.6
|
interface |
PageTypeMappingRegistry
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPageTypeMapping
Deprecated.
since 6.6
|
class |
DefaultPageTypeMappingRegistry
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
FindVariationPageValidator
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
ComponentTypeStructure.getTypeDataClass()
Deprecated.
since 1811, no longer needed
|
void |
ComponentTypeStructure.setTypeDataClass(java.lang.Class typeDataClass)
Deprecated.
since 1811, no longer needed
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryComponentTypeStructureService
Deprecated.
since 1811, please use de.hybris.platform.cmsfacades.types.service.impl.GenericComponentTypeStructureService
|
| Modifier and Type | Method and Description |
|---|---|
MediaData |
CatalogVersionMediaController.getMediaByCode(HttpServletRequest request)
Deprecated.
since 6.7, please use
MediaController.getMediaByUuid() instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationController.deleteNavigationNodeById(java.lang.String uid)
Deprecated.
since 1811, please use
CMSItemController.removeCMSItembyUUid(String)
instead. |
NavigationNodeData |
NavigationController.updateNavigationNodeById(java.lang.String uid,
NavigationNodeData navigationNode)
Deprecated.
since 1811, please use
CMSItemController.updateCMSItem(String, Map)
instead. |
| Modifier and Type | Method and Description |
|---|---|
PageListData |
PageController.findPagesByIds(java.util.List<java.lang.String> uids)
Deprecated.
since 6.6
|
PageListData |
PageController.findPagesByType(java.lang.String typeCode,
java.lang.Boolean isDefaultPage)
Deprecated.
since 6.6
|
AbstractPageData |
PageController.getPageByUid(java.lang.String pageId)
Deprecated.
since 6.6
|
Copyright © 2018 SAP SE. All Rights Reserved.