Uses of Class
de.hybris.platform.cmsfacades.data.AbstractPageData
-
-
Uses of AbstractPageData in de.hybris.platform.cmsfacades.data
Subclasses of AbstractPageData in de.hybris.platform.cmsfacades.data Modifier and Type Class Description classCatalogPageDataDeprecated, for removal: This API element is subject to removal in a future version.Deprecated since 6.6classCategoryPageDataDeprecated, for removal: This API element is subject to removal in a future version.Deprecated since 6.6classContentPageDataDeprecated, for removal: This API element is subject to removal in a future version.Deprecated since 6.6classEmailPageDataDeprecated, for removal: This API element is subject to removal in a future version.Deprecated since 6.6classProductPageDataDeprecated, for removal: This API element is subject to removal in a future version.Deprecated since 6.6Methods in de.hybris.platform.cmsfacades.data that return AbstractPageData Modifier and Type Method Description AbstractPageDataHomePageData. getCurrent()AbstractPageDataHomePageData. getFallback()AbstractPageDataHomePageData. getOld()AbstractPageDataClonePageData. getPageData()Methods in de.hybris.platform.cmsfacades.data with parameters of type AbstractPageData Modifier and Type Method Description voidHomePageData. setCurrent(AbstractPageData current)voidHomePageData. setFallback(AbstractPageData fallback)voidHomePageData. setOld(AbstractPageData old)voidClonePageData. setPageData(AbstractPageData pageData) -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.dto
Methods in de.hybris.platform.cmsfacades.dto that return AbstractPageData Modifier and Type Method Description AbstractPageDataUpdatePageValidationDto. getPage()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.cmsfacades.dto with parameters of type AbstractPageData Modifier and Type Method Description voidUpdatePageValidationDto. setPage(AbstractPageData page)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.pages
Methods in de.hybris.platform.cmsfacades.pages that return AbstractPageData Modifier and Type Method Description AbstractPageDataPageFacade. getPageByUid(java.lang.String uid)Deprecated.since 6.6.AbstractPageDataPageFacade. getPageData(java.lang.String pageId)ReturnsAbstractPageDataobject based on the pageId.AbstractPageDataPageFacade. getPageData(java.lang.String pageType, java.lang.String pageLabelOrId, java.lang.String code)ReturnsAbstractPageDataobject based on pageLabelOrId or code.Methods in de.hybris.platform.cmsfacades.pages that return types with arguments of type AbstractPageData Modifier and Type Method Description java.util.List<AbstractPageData>PageFacade. findAllPages()Deprecated.since 6.6.java.util.List<AbstractPageData>PageFacade. findPagesByType(java.lang.String typeCode, java.lang.Boolean isDefaultPage)Deprecated.since 6.6. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.pages.comparator
Methods in de.hybris.platform.cmsfacades.pages.comparator with parameters of type AbstractPageData Modifier and Type Method Description intPageNameComparator. compare(AbstractPageData page1, AbstractPageData page2)Deprecated. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.pages.impl
Methods in de.hybris.platform.cmsfacades.pages.impl that return AbstractPageData Modifier and Type Method Description AbstractPageDataDefaultPageFacade. getPageByUid(java.lang.String uid)Deprecated.since 6.6AbstractPageDataDefaultPageFacade. getPageData(java.lang.String pageId)AbstractPageDataDefaultPageFacade. getPageData(java.lang.String pageType, java.lang.String pageLabelOrId, java.lang.String code)Methods in de.hybris.platform.cmsfacades.pages.impl that return types with arguments of type AbstractPageData Modifier and Type Method Description java.util.List<AbstractPageData>DefaultPageFacade. findAllPages()Deprecated.since 6.6java.util.List<AbstractPageData>DefaultPageFacade. findPagesByType(java.lang.String typeCode, java.lang.Boolean isDefaultPage)Deprecated.since 6.6protected java.util.Comparator<AbstractPageData>DefaultPageFacade. getCmsPageComparator()protected AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>DefaultPageFacade. getPageDataConverter(java.lang.Class<?> pageClass)Deprecated.since 6.6protected java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>>DefaultPageFacade. getPageDataPopulatorFactory()protected AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>DefaultPageFacade. getPageModelConverter(java.lang.Class<?> pageClass)Deprecated.since 6.6protected java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>>DefaultPageFacade. getPageModelConverterFactory()Method parameters in de.hybris.platform.cmsfacades.pages.impl with type arguments of type AbstractPageData Modifier and Type Method Description voidDefaultPageFacade. setCmsPageComparator(java.util.Comparator<AbstractPageData> cmsPageComparator)voidDefaultPageFacade. setPageDataPopulatorFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>> pageDataPopulatorFactory)Deprecated.since 6.6voidDefaultPageFacade. setPageModelConverterFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>> pageModelConverterFactory)Deprecated.since 6.6 -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.pages.populator.data
Methods in de.hybris.platform.cmsfacades.pages.populator.data with parameters of type AbstractPageData Modifier and Type Method Description voidBasicPageDataPopulator. populate(AbstractPageData source, AbstractPageModel target)Deprecated. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.pages.populator.model
Methods in de.hybris.platform.cmsfacades.pages.populator.model with parameters of type AbstractPageData Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>BasicPageModelPopulator. getNewTitleMap(AbstractPageData target)Deprecated.voidBasicPageModelPopulator. populate(AbstractPageModel source, AbstractPageData target)Deprecated. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.pages.service
Methods in de.hybris.platform.cmsfacades.pages.service that return types with arguments of type AbstractPageData Modifier and Type Method Description java.lang.Class<? extends AbstractPageData>PageTypeMapping. getTypedata()Deprecated.Get the class of the data model which theComposedTypeModelwill be converted to.Method parameters in de.hybris.platform.cmsfacades.pages.service with type arguments of type AbstractPageData Modifier and Type Method Description voidPageTypeMapping. setTypedata(java.lang.Class<? extends AbstractPageData> typedata)Deprecated.Set the class of the data model which theComposedTypeModelwill be converted to. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.pages.service.impl
Methods in de.hybris.platform.cmsfacades.pages.service.impl that return types with arguments of type AbstractPageData Modifier and Type Method Description java.lang.Class<? extends AbstractPageData>DefaultPageTypeMapping. getTypedata()Deprecated.Method parameters in de.hybris.platform.cmsfacades.pages.service.impl with type arguments of type AbstractPageData Modifier and Type Method Description voidDefaultPageTypeMapping. setTypedata(java.lang.Class<? extends AbstractPageData> typedata)Deprecated. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.rendering
Methods in de.hybris.platform.cmsfacades.rendering that return AbstractPageData Modifier and Type Method Description AbstractPageDataPageRenderingService. getPageRenderingData(java.lang.String pageId)ReturnsAbstractPageDataobject based on pageId.AbstractPageDataPageRenderingService. getPageRenderingData(java.lang.String pageTypeCode, java.lang.String pageLabelOrId, java.lang.String code)ReturnsAbstractPageDataobject based on pageLabelOrId or code. -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.rendering.converter
Methods in de.hybris.platform.cmsfacades.rendering.converter with parameters of type AbstractPageData Modifier and Type Method Description protected voidPageModelToDataRenderingConverterIntegrationTest. hasValidPageData(AbstractPageData pageData)protected voidRenderingPageConverterIntegrationTest. hasValidPageData(AbstractPageData pageData) -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.rendering.impl
Methods in de.hybris.platform.cmsfacades.rendering.impl that return AbstractPageData Modifier and Type Method Description protected AbstractPageDataDefaultPageRenderingService. getPageData(AbstractPageModel pageModel, RestrictionData restrictionData)AbstractPageDataDefaultPageRenderingService. getPageRenderingData(java.lang.String pageId)AbstractPageDataDefaultPageRenderingService. getPageRenderingData(java.lang.String pageTypeCode, java.lang.String pageLabelOrId, java.lang.String code)Methods in de.hybris.platform.cmsfacades.rendering.impl that return types with arguments of type AbstractPageData Modifier and Type Method Description protected Converter<AbstractPageModel,AbstractPageData>DefaultPageRenderingService. getPageModelToDataRenderingConverter()Method parameters in de.hybris.platform.cmsfacades.rendering.impl with type arguments of type AbstractPageData Modifier and Type Method Description voidDefaultPageRenderingService. setPageModelToDataRenderingConverter(Converter<AbstractPageModel,AbstractPageData> pageModelToDataRenderingConverter) -
Uses of AbstractPageData in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type AbstractPageData Modifier and Type Method Description voidPageModelToDataRenderingPopulator. populate(AbstractPageModel pageModel, AbstractPageData targetData)voidPageRenderingPopulator. populate(AbstractPageModel sourceModel, AbstractPageData targetData)protected voidPageModelToDataRenderingPopulator. populateOtherProperties(AbstractPageModel pageModel, AbstractPageData targetData)Populates other properties forAbstractPageModel. -
Uses of AbstractPageData in de.hybris.platform.cmssmarteditwebservices.catalogs.populator
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator that return types with arguments of type AbstractPageData Modifier and Type Method Description protected Converter<AbstractPageModel,AbstractPageData>HomePageDataPopulator. getAbstractPageDataConverter()Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with parameters of type AbstractPageData Modifier and Type Method Description voidAbstractPageDataPopulator. populate(AbstractPageModel source, AbstractPageData target)Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with type arguments of type AbstractPageData Modifier and Type Method Description voidHomePageDataPopulator. setAbstractPageDataConverter(Converter<AbstractPageModel,AbstractPageData> abstractPageDataConverter)
-