Uses of Interface
de.hybris.platform.cmsfacades.pages.service.PageVariationResolver
-
-
Uses of PageVariationResolver in de.hybris.platform.acceleratorfacades.pages.services
Classes in de.hybris.platform.acceleratorfacades.pages.services that implement PageVariationResolver Modifier and Type Class Description classEmailPageVariationResolverImplementation of thePageVariationResolver. -
Uses of PageVariationResolver in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators that return PageVariationResolver Modifier and Type Method Description protected PageVariationResolver<ContentPageModel>RestoreContentPagePopulator. getPageVariationResolver()Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type PageVariationResolver Modifier and Type Method Description voidRestoreContentPagePopulator. setPageVariationResolver(PageVariationResolver<ContentPageModel> pageVariationResolver) -
Uses of PageVariationResolver in de.hybris.platform.cmsfacades.cmsitems.predicates
Methods in de.hybris.platform.cmsfacades.cmsitems.predicates that return PageVariationResolver Modifier and Type Method Description protected PageVariationResolver<AbstractPageModel>PageHasVariationsPredicate. getPageVariationResolver(java.lang.String typeCode)protected PageVariationResolver<ContentPageModel>PrimaryPageWithLabelExistsPredicate. getPageVariationResolver()Methods in de.hybris.platform.cmsfacades.cmsitems.predicates with parameters of type PageVariationResolver Modifier and Type Method Description voidPrimaryPageWithLabelExistsPredicate. setPageVariationResolver(PageVariationResolver<ContentPageModel> pageVariationResolver) -
Uses of PageVariationResolver in de.hybris.platform.cmsfacades.pages.impl
Methods in de.hybris.platform.cmsfacades.pages.impl that return PageVariationResolver Modifier and Type Method Description protected PageVariationResolver<AbstractPageModel>DefaultPageFacade. getPageVariationResolver(java.lang.String typeCode) -
Uses of PageVariationResolver in de.hybris.platform.cmsfacades.pages.service
Methods in de.hybris.platform.cmsfacades.pages.service that return PageVariationResolver Modifier and Type Method Description PageVariationResolver<AbstractPageModel>PageVariationResolverType. getResolver()Get the resolver to be used when fetching default and variation pages for page typeAbstractPageModel. -
Uses of PageVariationResolver in de.hybris.platform.cmsfacades.pages.service.impl
Classes in de.hybris.platform.cmsfacades.pages.service.impl that implement PageVariationResolver Modifier and Type Class Description classContentPageVariationResolverDefault implementation of thePageVariationResolver.classDefaultPageVariationResolverDefault implementation of thePageVariationResolver.Methods in de.hybris.platform.cmsfacades.pages.service.impl that return PageVariationResolver Modifier and Type Method Description PageVariationResolver<AbstractPageModel>DefaultPageVariationResolverType. getResolver()Methods in de.hybris.platform.cmsfacades.pages.service.impl with parameters of type PageVariationResolver Modifier and Type Method Description voidDefaultPageVariationResolverType. setResolver(PageVariationResolver<AbstractPageModel> resolver)
-