Uses of Interface
de.hybris.platform.cms2.cloning.service.CMSModelCloningContextFactory
-
Packages that use CMSModelCloningContextFactory Package Description de.hybris.platform.cms2.cloning.service.impl de.hybris.platform.cms2.cloning.strategy.impl -
-
Uses of CMSModelCloningContextFactory in de.hybris.platform.cms2.cloning.service.impl
Classes in de.hybris.platform.cms2.cloning.service.impl that implement CMSModelCloningContextFactory Modifier and Type Class Description classDefaultCMSModelCloningContextFactoryDefault implementation ofCMSModelCloningContextFactoryMethods in de.hybris.platform.cms2.cloning.service.impl that return CMSModelCloningContextFactory Modifier and Type Method Description protected CMSModelCloningContextFactoryDefaultCMSItemCloningService. getCmsModelCloningContextFactory()Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type CMSModelCloningContextFactory Modifier and Type Method Description voidDefaultCMSItemCloningService. setCmsModelCloningContextFactory(CMSModelCloningContextFactory cmsModelCloningContextFactory) -
Uses of CMSModelCloningContextFactory in de.hybris.platform.cms2.cloning.strategy.impl
Methods in de.hybris.platform.cms2.cloning.strategy.impl that return CMSModelCloningContextFactory Modifier and Type Method Description protected CMSModelCloningContextFactoryComponentCloningStrategy. getCmsModelCloningContextFactory()protected CMSModelCloningContextFactoryPageCloningStrategy. getCmsModelCloningContextFactory()Methods in de.hybris.platform.cms2.cloning.strategy.impl with parameters of type CMSModelCloningContextFactory Modifier and Type Method Description voidComponentCloningStrategy. setCmsModelCloningContextFactory(CMSModelCloningContextFactory cmsModelCloningContextFactory)voidPageCloningStrategy. setCmsModelCloningContextFactory(CMSModelCloningContextFactory cmsModelCloningContextFactory)
-