| 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
CMSComponentService.isContainer(String)
instead. |
java.lang.Boolean |
AbstractCMSComponent.isRestricted(SessionContext ctx)
Deprecated.
since 4.3. Please, use
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
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 |
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. |
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. |
| 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 |
CMSInverseRestriction.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 |
ProductRestriction.getDescription(SessionContext ctx)
Deprecated.
since 4.3. Please, use
AbstractRestrictionModel.getDescription()
instead. |
java.lang.String |
TimeRestriction.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.lang.String |
CategoryRestriction.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 |
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. |
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 | Class and Description |
|---|---|
class |
AbstractPreviewServlet
Deprecated.
since ages
|
interface |
PreviewServlet
Deprecated.
since ages
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPageCatalogLevelComparator
Deprecated.
since 6.6, please use
CMSItemCatalogLevelComparator instead. |
class |
ContentSlotCatalogLevelComparator
Deprecated.
since 6.6, please use
CMSItemCatalogLevelComparator instead. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CMSPageSearchService
Deprecated.
since 6.6. Please use
CMSItemSearchService instead. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractPageModel> |
CMSPageSearchService.findPages(java.lang.String mask,
java.lang.String typeCode,
PageableData pageableData)
Deprecated.
since 6.6. Please use
CMSItemSearchService.findCMSItems(de.hybris.platform.cms2.data.CMSItemSearchData, PageableData)
instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCMSPageNamedQuerySearchService
Deprecated.
since 6.6. Please use
CMSItemSearchService instead. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseStoreDao
Deprecated.
since 4.4. Please, use
BaseStoreDao instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBaseStoreDao
Deprecated.
since 4.4. Please, use
BaseStoreDao instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BaseStoreModel> |
DefaultBaseStoreDao.findAllBaseStores()
Deprecated.
since 4.4. Please, use
BaseStoreDao.findAllBaseStores() instead. |
BaseStoreModel |
DefaultBaseStoreDao.findBaseStore(java.lang.String uid)
Deprecated.
since 4.4. Please, use
BaseStoreDao.findBaseStoresByUid(String) instead. |
java.util.List<BaseStoreModel> |
DefaultBaseStoreDao.findBaseStoresByUid(java.lang.String uid)
Deprecated.
since 4.4. Please, use
BaseStoreDao.findBaseStoresByUid(String) instead. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseStoreService
Deprecated.
since 4.4. Please, use
BaseStoreService instead. |
interface |
CMSUtilService
Deprecated.
since 4.4. Please, use
ContentCatalogService instead. |
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentModel |
CMSAdminComponentService.createCMSComponent(ContentSlotModel contentSlot,
java.lang.String composedTypeCode,
java.lang.String id,
java.lang.String name)
Deprecated.
since 4.4. Please, use
#createAndAddCmsComponent(ContentSlotModel, String, String, String)
instead. |
void |
CMSAdminComponentService.deleteCMSComponent(AbstractCMSComponentModel contentElement)
Deprecated.
since 4.4. Please, use
ModelService.remove(Object)
instead. |
AbstractCMSComponentModel |
CMSAdminComponentService.getCMSComponent(java.lang.String id)
Deprecated.
since 4.4. Please, use
CMSAdminComponentService.getCMSComponentForId(String) instead. |
AbstractCMSComponentContainerModel |
CMSAdminComponentService.getCMSComponentContainer(java.lang.String id)
Deprecated.
since 4.4. Please, use
CMSAdminComponentService.getCMSComponentContainerForId(String) instead. |
java.util.Collection<SimpleCMSComponentModel> |
CMSAdminComponentService.getCMSComponentsForContainerId(java.lang.String containerId)
Deprecated.
since 4.4. This method was never properly implemented and has no replacement.
|
java.util.Collection<SimpleCMSComponentModel> |
CMSAdminComponentService.getCMSComponentsOfContainer(java.lang.String containerId)
Deprecated.
since 4.4. Please, use
CMSAdminComponentService.getCMSComponentsForContainerId(String) instead. |
ContentSlotModel |
CMSAdminContentSlotService.getContentSlot(java.lang.String contentSlotId)
Deprecated.
since 4.4; Please, use
CMSAdminContentSlotService.getContentSlotForId(String) instead. |
ContentSlotModel |
CMSAdminContentSlotService.getContentSlot(java.lang.String contentSlotId,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 4.4; Please, use
CMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String, Collection) instead. |
AbstractPageModel |
CMSAdminPageService.getPageById(java.lang.String id)
Deprecated.
since 4.4. Please, use
CMSAdminPageService.getPageForIdFromActiveCatalogVersion(String) instead. |
PageTemplateModel |
CMSAdminPageService.getPageTemplateById(java.lang.String id)
Deprecated.
since 4.4. Please, use
CMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String) instead. |
CMSSiteModel |
CMSAdminSiteService.getSiteById(java.lang.String id)
Deprecated.
since 4.4. Please, use
CMSAdminSiteService.getSiteForId(String) instead. |
void |
CMSAdminComponentService.save(AbstractCMSComponentModel contentElement)
Deprecated.
since 4.4. Please, use
ModelService.save(Object)
instead. |
void |
CMSAdminPageService.save(AbstractPageModel page)
Deprecated.
since 4.4. Please, use
ModelService.save(Object)
instead. |
void |
CMSAdminSiteService.setActiveSiteById(java.lang.String id)
Deprecated.
since 4.4. Please, use
CMSAdminSiteService.setActiveSiteForId(String) instead. |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlot(java.lang.String contentSlotId)
Deprecated.
since 4.4. Please, use
DefaultCMSAdminContentSlotService.getContentSlotForId(String) instead. |
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlot(java.lang.String contentSlotId,
java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.
since 4.4. Please, use
DefaultCMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String, Collection) instead. |
AbstractPageModel |
DefaultCMSAdminPageService.getPageById(java.lang.String id)
Deprecated.
since 4.4. Please, use
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersion(String) instead. |
PageTemplateModel |
DefaultCMSAdminPageService.getPageTemplateById(java.lang.String id)
Deprecated.
since 4.4. Please, use
DefaultCMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String) instead. |
| Modifier and Type | Method and Description |
|---|---|
ModelService |
CMSUserGroupRestrictionEvaluator.getModelService()
Deprecated.
since 4.3. No more used in this class.
|
ModelService |
CMSUserRestrictionEvaluator.getModelService()
Deprecated.
since 4.3. No more used in this class.
|
void |
CMSUserGroupRestrictionEvaluator.setModelService(ModelService modelService)
Deprecated.
since 4.3. No more used in this class.
|
void |
CMSUserRestrictionEvaluator.setModelService(ModelService modelService)
Deprecated.
since 4.3. No more used in this class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBaseStoreService
Deprecated.
since 4.4. Please, use
BaseStoreService instead. |
class |
DefaultCMSUtilService
Deprecated.
since 4.4. Please, use
ContentCatalogService instead. |
| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
DefaultCMSUtilService.catalogService
Deprecated.
since 4.2. Implement the CatalogService as own property
|
protected CMSContentCatalogDao |
DefaultCMSUtilService.cmsContentCatalogDao
Deprecated.
since 4.2. Implement the CMSContentCatalogDao as own property
|
protected CMSPageDao |
DefaultCMSUtilService.cmsPageDao
Deprecated.
since 4.2. Implement the CMSPageDao as own property
|
protected TypeService |
DefaultCMSUtilService.typeService
Deprecated.
since 4.2. Implement the TypeService as own property
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCMSRestrictionService.evaluate(CMSCatalogRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSCategoryRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSProductRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSTimeRestrictionModel restriction)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSUserGroupRestrictionModel restriction)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSUserRestrictionModel restriction)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
BaseStoreModel |
DefaultBaseStoreService.finBaseStore(java.lang.String uid)
Deprecated.
since 4.4. Please, use
BaseStoreService.getBaseStoreForUid(String) instead. |
java.util.Collection<BaseStoreModel> |
DefaultBaseStoreService.getAllBaseStores()
Deprecated.
since 4.4. Please, use
BaseStoreService.getAllBaseStores()
instead. |
BaseStoreModel |
DefaultBaseStoreService.getBaseStoreForUid(java.lang.String uid)
Deprecated.
since 4.4. Please, use
BaseStoreService.getBaseStoreForUid(String) instead. |
java.util.Collection<ContentCatalogModel> |
DefaultCMSUtilService.getContentCatalogs()
Deprecated.
since 4.4. Please, use
ContentCatalogService.getContentCatalogs() instead. |
java.util.Collection<ContentCatalogModel> |
DefaultCMSUtilService.getContentCatalogs(java.lang.String orderField)
Deprecated.
since 4.4. Please, use
ContentCatalogService.getContentCatalogs(String) instead. |
ContentSlotModel |
DefaultCMSContentSlotService.getContentSlot(java.lang.String id)
Deprecated.
since 4.4. Please, use
DefaultCMSContentSlotService.getContentSlotForId(String) instead. |
protected java.util.List<PrincipalGroupModel> |
DefaultCMSRestrictionService.getSubgroups(java.util.Collection<PrincipalGroupModel> groups)
Deprecated.
since 4.3. Method will be removed soon.
|
boolean |
DefaultCMSUtilService.hasCatalogPages()
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasCatalogPages() instead. |
boolean |
DefaultCMSUtilService.hasCategoryPages()
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasCategoryPages() instead. |
boolean |
DefaultCMSUtilService.hasCMSItems(CatalogVersionModel versionModel)
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasCMSItems(CatalogVersionModel)
instead. |
boolean |
DefaultCMSUtilService.hasCMSRelations(CatalogVersionModel versionModel)
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasCMSRelations(CatalogVersionModel)
instead. |
boolean |
DefaultCMSUtilService.hasContentPages()
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasContentPages() instead. |
boolean |
DefaultCMSUtilService.hasDefaultCatalogPage()
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasDefaultCatalogPage() instead. |
boolean |
DefaultCMSUtilService.hasDefaultCategoryPage()
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasDefaultCategoryPage() instead. |
protected boolean |
DefaultCMSUtilService.hasDefaultPage(java.lang.String composedTypeCode)
Deprecated.
since 4.4. Please use
ContentCatalogService instead. |
boolean |
DefaultCMSUtilService.hasDefaultProductPage()
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasDefaultProductPage() instead. |
boolean |
DefaultCMSUtilService.hasProductPages()
Deprecated.
since 4.4. Please, use
ContentCatalogService.hasProductPages() instead. |
java.lang.Boolean |
DefaultCMSComponentService.isCmsComponentRestricted(AbstractCMSComponentModel component)
Deprecated.
since 4.3. Please, use
DefaultCMSComponentService.isComponentRestricted(AbstractCMSComponentModel) instead. |
java.lang.Boolean |
DefaultCMSComponentService.isContainer(java.lang.String componentTypeCode)
Deprecated.
since 4.3. Please, use
DefaultCMSComponentService.isComponentContainer(String) instead. |
boolean |
DefaultCMSUtilService.isContentCatalog(CatalogModel catalog)
Deprecated.
since 4.4. Please, use
ContentCatalogService.isContentCatalog(CatalogModel) instead. |
boolean |
DefaultCMSUtilService.isContentCatalog(CatalogVersionModel catalogVersion)
Deprecated.
since 4.4. Please, use
ContentCatalogService.isContentCatalog(CatalogVersionModel)
instead. |
boolean |
DefaultCMSUtilService.isProductCatalog(CatalogModel catalog)
Deprecated.
since 4.4. Please, use
ContentCatalogService.isProductCatalog(CatalogModel) instead. |
boolean |
DefaultCMSUtilService.isProductCatalog(CatalogVersionModel catalogVersion)
Deprecated.
since 4.4. Please, use
ContentCatalogService.isProductCatalog(CatalogVersionModel)
instead. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ObjectTemplates4ContentSlotFilter.isValidForValidComponentTypes(ContentSlotNameModel contentSlotName,
TypeModel typeModel)
Deprecated.
since ages - checking valid component types via
ContentSlotNameModel.getValidComponentTypes() will be
removed. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMediaReferencePreviewListener.createImage(TypedObject typedObject)
Deprecated.
since ages
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsCatalogSelectorSection
Deprecated.
since 4.3
|
class |
CmsSiteSelectorSection
Deprecated.
since 4.3
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPopulatingConverter<SOURCE,TARGET>
Deprecated.
since ages. Please, use
AbstractPopulatingConverter
Populating converter that uses a list of configured populators to populate the target during conversion. |
| Modifier and Type | Class and Description |
|---|---|
class |
CMSItemLabelProvider
Deprecated.
since 4.5. Please use
CMSItemModelLabelProvider instead. |
| Modifier and Type | Method and Description |
|---|---|
TypedObject |
CmsPageBrowserModel.contentSlotDefined(ContentSlotNameModel potentateContetSlot)
Deprecated.
since ages
|
| Constructor and Description |
|---|
CmsCatalogBrowserModel(ObjectTemplate rootType)
Deprecated.
since 4.5. Please, use the factory instead.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMSSynchronizationService
Deprecated.
since 4.5. Please, use SynchronizationServiceImpl instead.
|
| 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 |
|---|---|
void |
DefaultCMSItemConverter.setDateConverter(Converter<java.util.Date,java.lang.String> dateConverter)
Deprecated.
since 6.7
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeContentConverter
Deprecated.
since 6.7. Please use
DefaultAttributeContentConverter instead. |
| 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 |
HasRestrictionNameChangedUpdatePredicate
Deprecated.
since 6.6
|
class |
RestrictionNameExistsPredicate
Deprecated.
since 6.6
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SessionSearchRestrictionsDisabler
Deprecated.
since 6.5 use
SessionSearchRestrictionsDisabler
Service to disable the search restrictions in order to retrieve all data for all catalogs and not only for the catalogs defined
in the current session. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSessionSearchRestrictionDisabler
Deprecated.
since 6.5 use
DefaultSessionSearchRestrictionDisabler
Default implementation of SessionSearchRestrictionsDisabler by calling
SearchRestrictionService.disableSearchRestrictions() before executing the supplier code and re-enabling the search
restrictions upon supplier completion. |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemModifiedTimeComparator
Deprecated.
since 6.6
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CmsComponentConverterFactory
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData>> |
CmsComponentConverterFactory.getConverter(java.lang.Class<? extends AbstractCMSComponentModel> classType)
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCmsComponentConverterFactory
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
protected UpdateComponentValidationDto |
DefaultComponentItemFacade.buildUpdateComponentValidationDto(java.lang.String originalUid,
AbstractCMSComponentData component)
Deprecated.
since 6.6
|
protected java.lang.String |
DefaultComponentItemFacade.generateComponentName(java.lang.String typeCode)
Deprecated.
since 6.6
|
protected void |
DefaultComponentItemFacade.populateComponentModel(AbstractCMSComponentData componentData,
AbstractCMSComponentModel componentModel)
Deprecated.
since 6.6
|
void |
DefaultComponentItemFacade.setBasicCMSComponentModelConverter(AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData> basicCMSComponentModelConverter)
Deprecated.
since 6.6
|
void |
DefaultComponentItemFacade.setCmsComponentConverterFactory(CmsComponentConverterFactory cmsComponentConverterFactory)
Deprecated.
since 6.6
|
void |
DefaultComponentItemFacade.setCmsComponentPopulatorFactory(ComponentDataPopulatorFactory cmsComponentPopulatorFactory)
Deprecated.
since 6.6
|
void |
DefaultComponentItemFacade.setCmsItemComparator(java.util.Comparator<AbstractCMSComponentData> cmsItemComparator)
Deprecated.
since 6.6
|
void |
DefaultComponentItemFacade.setCreateComponentValidator(Validator createComponentValidator)
Deprecated.
since 6.6
|
void |
DefaultComponentItemFacade.setUpdateComponentValidator(Validator updateComponentValidator)
Deprecated.
since 6.6
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentDataPopulatorFactory
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<Populator<AbstractCMSComponentData,AbstractCMSComponentModel>> |
ComponentDataPopulatorFactory.getPopulator(java.lang.Class<? extends AbstractCMSComponentModel> aClass)
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
BannerComponentDataPopulator
Deprecated.
since 6.6
|
class |
BasicComponentDataPopulator
Deprecated.
since 6.6
|
class |
LinkComponentDataPopulator
Deprecated.
since 6.6
|
class |
ParagraphComponentDataPopulator
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentDataPopulatorFactory
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
BannerComponentModelPopulator
Deprecated.
since 6.6
|
class |
BasicCMSComponentModelPopulator
Deprecated.
since 6.6
|
class |
CmsLinkComponentModelPopulator
Deprecated.
since 6.6
|
class |
CmsParagraphComponentModelPopulator
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseComponentValidator
Deprecated.
since 6.6
|
class |
CreateComponentValidator
Deprecated.
since 6.6
|
class |
UpdateComponentValidator
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalizedFormatMediaAttributeValidationConsumer
Deprecated.
since 6.6
|
class |
LocalizedFormatStringAttributeValidationConsumer
Deprecated.
since 6.6
|
class |
LocalizedMediaAttributeValidationConsumer
Deprecated.
since 6.6
|
class |
LocalizedStringAttributeValidationConsumer
Deprecated.
since 6.6
|
class |
LocalizedValidationData
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageNameComparator
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
protected UpdatePageValidationDto |
DefaultPageFacade.buildUpdateComponentValidationDto(java.lang.String originalUid,
AbstractPageData page)
Deprecated.
since 6.6
|
AbstractPageData |
DefaultPageFacade.createPage(AbstractPageData pageData)
Deprecated.
since 6.6
|
java.util.List<AbstractPageData> |
DefaultPageFacade.findAllPages()
Deprecated.
since 6.6
|
java.util.List<PageTypeData> |
DefaultPageFacade.findAllPageTypes()
Deprecated.
since 6.6
|
SearchResult<AbstractPageData> |
DefaultPageFacade.findPagesByMaskAndTypeCode(java.lang.String mask,
java.lang.String typeCode,
PageableData pageableData)
Deprecated.
since 6.6
|
java.util.List<AbstractPageData> |
DefaultPageFacade.findPagesByType(java.lang.String typeCode,
java.lang.Boolean isDefaultPage)
Deprecated.
since 6.6
|
protected java.lang.String |
DefaultPageFacade.generateUID(java.lang.String uid)
Deprecated.
since 6.6
|
protected java.util.Set<java.lang.Class<?>> |
DefaultPageFacade.getCmsSupportedPages()
Deprecated.
since 6.6, please use
DefaultPageFacade.getCmsItemSearchTypeBlacklistMap() instead. |
protected Validator |
DefaultPageFacade.getCreatePageDataValidator(java.lang.Class<?> pageClass)
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
|
protected Validator |
DefaultPageFacade.getUpdatePageDataValidator(java.lang.Class<?> pageClass)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setCmsFindVariationPageValidator(Validator cmsFindVariationPageValidator)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setCmsPageComparator(java.util.Comparator<AbstractPageData> cmsPageComparator)
Deprecated.
since 6.6, please use
DefaultPageFacade.getCmsItemSearchTypeBlacklistMap() instead |
void |
DefaultPageFacade.setCmsSupportedPages(java.util.Set<java.lang.Class<?>> cmsSupportedPages)
Deprecated.
since 6.6, please use
DefaultPageFacade.setCmsItemSearchTypeBlacklistMap(Map) instead. |
void |
DefaultPageFacade.setKeyGenerator(KeyGenerator keyGenerator)
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.setPageSearchService(CMSPageSearchService pageSearchService)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setPageTypeModelConverter(Converter<CMSPageTypeModel,PageTypeData> pageTypeModelConverter)
Deprecated.
since 6.6
|
AbstractPageData |
DefaultPageFacade.updatePage(java.lang.String pageId,
AbstractPageData pageData)
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 | Class and Description |
|---|---|
class |
HasPageLabelChangedPredicate
Deprecated.
since 6.6. Please
HasPageLabelChangedPredicate
instead |
class |
PrimaryPageWithLabelExistsPredicate
Deprecated.
since 6.6. Please use
PrimaryPageWithLabelExistsPredicate instead |
| 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 |
BasePageValidator
Deprecated.
since 6.6
|
class |
CreateContentPageValidator
Deprecated.
since 6.6
|
class |
CreatePageValidator
Deprecated.
since 6.6
|
class |
FindVariationPageValidator
Deprecated.
since 6.6
|
class |
UpdateContentPageValidator
Deprecated.
since 6.6
|
class |
UpdatePageValidator
Deprecated.
since 6.6
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestrictionFacade
Deprecated.
since 6.6. Please use
CMSItemFacade instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRestrictionComparator
Deprecated.
since 6.6
|
class |
DefaultRestrictionFacade
Deprecated.
since 6.6. Please use
CMSItemFacade instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRestrictionFacade.setCmsCreateRestrictionValidatorFactory(java.util.Map<java.lang.Class<?>,CompositeValidator> cmsCreateRestrictionValidatorFactory)
Deprecated.
since 6.6
|
void |
DefaultRestrictionFacade.setCmsUpdateRestrictionValidatorFactory(java.util.Map<java.lang.Class<?>,CompositeValidator> cmsUpdateRestrictionValidatorFactory)
Deprecated.
since 6.6
|
void |
DefaultRestrictionFacade.setRestrictionComparator(java.util.Comparator<AbstractRestrictionData> restrictionComparator)
Deprecated.
since 6.6
|
void |
DefaultRestrictionFacade.setRestrictionDataToModelConverterRegistry(RestrictionDataToModelConverterRegistry restrictionDataToModelConverterRegistry)
Deprecated.
since 6.6
|
void |
DefaultRestrictionFacade.setRestrictionModelToDataConverterRegistry(RestrictionModelToDataConverterRegistry restrictionModelToDataConverterRegistry)
Deprecated.
since 6.6
|
void |
DefaultRestrictionFacade.setRestrictionNamedQueryConverter(Converter<NamedQueryData,NamedQuery> restrictionNamedQueryConverter)
Deprecated.
since 6.6
|
void |
DefaultRestrictionFacade.setRestrictionTypeModelConverter(Converter<RestrictionTypeModel,RestrictionTypeData> restrictionTypeModelConverter)
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRestrictionDataToModelPopulator
Deprecated.
since 6.6
|
class |
CategoryRestrictionDataToModelPopulator
Deprecated.
since 6.6
|
class |
RestrictionSearchByNamedQueryDataPopulator
Deprecated.
since 6.6
|
class |
TimeRestrictionDataToModelPopulator
Deprecated.
since 6.6
|
class |
UserGroupRestrictionDataToModelPopulator
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRestrictionModelPopulator
Deprecated.
since 6.6
|
class |
CategoryRestrictionModelToDataPopulator
Deprecated.
since 6.6
|
class |
TimeRestrictionModelToDataPopulator
Deprecated.
since 6.6
|
class |
UserGroupRestrictionModelToDataPopulator
Deprecated.
since 6.6
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestrictionDataToModelConverter
Deprecated.
since 6.6
|
interface |
RestrictionDataToModelConverterRegistry
Deprecated.
since 6.6
|
interface |
RestrictionModelToDataConverter
Deprecated.
since 6.6
|
interface |
RestrictionModelToDataConverterRegistry
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRestrictionDataToModelConverter
Deprecated.
since 6.6
|
class |
DefaultRestrictionDataToModelConverterRegistry
Deprecated.
since 6.6
|
class |
DefaultRestrictionModelToDataConverter
Deprecated.
since 6.6
|
class |
DefaultRestrictionModelToDataConverterRegistry
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateCategoryRestrictionValidator
Deprecated.
since 6.6
|
class |
CreateRestrictionValidator
Deprecated.
since 6.6
|
class |
CreateTimeRestrictionValidator
Deprecated.
since 6.6
|
class |
CreateUserGroupRestrictionValidator
Deprecated.
since 6.6
|
class |
UpdateCategoryRestrictionValidator
Deprecated.
since 6.6
|
class |
UpdateRestrictionValidator
Deprecated.
since 6.6
|
class |
UpdateTimeRestrictionValidator
Deprecated.
since 6.6
|
class |
UpdateUserGroupRestrictionValidator
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentTypeStructureAttributePopulator
Deprecated.
since 6.5
|
class |
ComponentTypeStructureAttributeRegistryPopulator
Deprecated.
since 6.5
|
class |
ComponentTypeStructurePopulator
Deprecated.
since 6.5
|
class |
ComponentTypeStructureRegistryPopulator
Deprecated.
since 6.5
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentTypeAttributeDataComparator
Deprecated.
since version 6.5
|
| Modifier and Type | Class and Description |
|---|---|
class |
StructureController
Deprecated.
since 6.5. Use cmswebservices/v1/types instead.
|
| Modifier and Type | Method and Description |
|---|---|
StructureListWsDTO |
StructureController.getStructureByCode(java.lang.String code)
Deprecated.
|
StructureListWsDTO |
StructureController.getStructureByCodeAndMode(java.lang.String code,
java.lang.String mode)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StructureFacade
Deprecated.
Since version 6.5. Use
ComponentTypeFacade instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStructureFacade
Deprecated.
since version 6.5
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicComponentTypeAttributePopulator
Deprecated.
since version 6.5
|
class |
DropdownOptionsTypeAttributePopulator
Deprecated.
since version 6.5
|
class |
IdComponentTypeAttributePopulator
Deprecated.
since version 6.5
|
class |
LabelComponentTypeAttributePopulator
Deprecated.
since version 6.5
|
class |
PagedComponentTypeAttributePopulator
Deprecated.
since version 6.5
|
class |
UriComponentTypeAttributePopulator
Deprecated.
since version 6.5
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentTypeAttributeDataComparatorRegistry
Deprecated.
since version 6.5
|
interface |
TypeAttributeStructure
Deprecated.
since version 6.5
|
interface |
TypeStructure
Deprecated.
since version 6.5
|
interface |
TypeStructureRegistry
Deprecated.
since version 6.5
|
interface |
TypeStructureService
Deprecated.
since version 6.5
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentTypeAttributeDataComparatorRegistry
Deprecated.
since version 6.5
|
class |
DefaultTypeAttributeStructure
Deprecated.
since version 6.5
|
class |
DefaultTypeStructure
Deprecated.
since version 6.5
|
class |
DefaultTypeStructureRegistry
Deprecated.
since version 6.5
|
class |
DefaultTypeStructureService
Deprecated.
since version 6.5
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
CMSItemController.findCmsItemsByUuids(java.lang.String[] uuids)
Deprecated.
since 6.6.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemController
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentData |
ItemController.createAndAddNewComponent(AbstractCMSComponentData componentData,
HttpServletRequest request,
HttpServletResponse response)
Deprecated.
|
ComponentItemListData |
ItemController.getAllComponentItems(java.lang.String fields)
Deprecated.
|
ComponentItemListData |
ItemController.getAllComponentItemsForUids(java.lang.String[] uids)
Deprecated.
|
AbstractCMSComponentData |
ItemController.getComponentItemByUid(java.lang.String componentId,
java.lang.String fields)
Deprecated.
|
ComponentItemListData |
ItemController.getComponentItemsByPage(java.lang.String mask,
PageableWsDTO pageableDto)
Deprecated.
|
void |
ItemController.removeComponent(java.lang.String componentId)
Deprecated.
|
void |
ItemController.updateComponent(java.lang.String componentId,
AbstractCMSComponentData componentData)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MediaData |
CatalogVersionMediaController.getMediaByCode(HttpServletRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPageData |
PageController.createPage(AbstractPageData pageData,
HttpServletRequest request,
HttpServletResponse response)
Deprecated.
|
PageListData |
PageController.findAllPages()
Deprecated.
|
PageListData |
PageController.findPagesByIds(java.util.List<java.lang.String> uids)
Deprecated.
|
PageListData |
PageController.findPagesByMask(java.lang.String mask,
java.lang.String typeCode,
PageableWsDTO pageableDto)
Deprecated.
|
PageListData |
PageController.findPagesByType(java.lang.String typeCode,
java.lang.Boolean isDefaultPage)
Deprecated.
|
AbstractPageData |
PageController.getPageByUid(java.lang.String pageId)
Deprecated.
|
AbstractPageData |
PageController.updatePage(java.lang.String pageId,
AbstractPageData pageData)
Deprecated.
since 6.6
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestrictionController
Deprecated.
since 6.6. Please use
CMSItemController
instead. |
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionData |
RestrictionController.createRestriction(AbstractRestrictionData restrictionData,
HttpServletRequest request,
HttpServletResponse response)
Deprecated.
|
RestrictionListData |
RestrictionController.findAllRestrictions()
Deprecated.
|
AbstractRestrictionData |
RestrictionController.findRestrictionById(java.lang.String restrictionId)
Deprecated.
|
RestrictionListData |
RestrictionController.findRestrictionsByPage(java.lang.String mask,
NamedQueryData namedQuery)
Deprecated.
|
AbstractRestrictionData |
RestrictionController.updateRestriction(java.lang.String restrictionId,
AbstractRestrictionData restrictionData)
Deprecated.
|
Copyright © 2018 SAP SE. All Rights Reserved.