Uses of Interface
de.hybris.platform.cms2.cloning.service.preset.AttributePresetHandler
-
Packages that use AttributePresetHandler Package Description de.hybris.platform.cms2.cloning.service.impl de.hybris.platform.cms2.cloning.service.preset.impl -
-
Uses of AttributePresetHandler in de.hybris.platform.cms2.cloning.service.impl
Methods in de.hybris.platform.cms2.cloning.service.impl that return types with arguments of type AttributePresetHandler Modifier and Type Method Description protected java.util.List<AttributePresetHandler<java.lang.Object>>CMSModelCloningContext. getPresetValueHandlers()Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type AttributePresetHandler Modifier and Type Method Description voidCMSModelCloningContext. addPresetValuePredicate(AttributePresetHandler presetValueHandler)Allows to addAttributePresetHandlerdirectly to the list of presetValueHandlers.Method parameters in de.hybris.platform.cms2.cloning.service.impl with type arguments of type AttributePresetHandler Modifier and Type Method Description voidCMSModelCloningContext. setPresetValueHandlers(java.util.List<AttributePresetHandler<java.lang.Object>> presetValueHandlers) -
Uses of AttributePresetHandler in de.hybris.platform.cms2.cloning.service.preset.impl
Classes in de.hybris.platform.cms2.cloning.service.preset.impl that implement AttributePresetHandler Modifier and Type Class Description classComponentForCatalogVersionAttributePresetHandlerPredicate to test if theCATALOGVERSIONqualifier of theAbstractCMSComponentModelcomponent has a preset value during the deep cloning process.classComponentForUidAttributePresetHandlerPredicate to test if theUIDqualifier of theAbstractCMSComponentModelcomponent has a preset value during the deep cloning process.classMediaContainerForCatalogVersionAttributePresetHandlerPredicate to test if theCATALOGVERSIONqualifier of theMediaContainerModelcomponent has a preset value during the deep cloning process.classMediaContainerForQualifierAttributePresetHandlerPredicate to test if theQUALIFIERqualifier of theMediaContainerModelcomponent has a preset value during the deep cloning process.classMediaForCatalogVersionAttributePresetHandlerPredicate to test if theCATALOGVERSIONqualifier of theMediaModelcomponent has a preset value during the deep cloning process.classMediaForCodeAttributePresetHandlerPredicate to test if theCODEqualifier of theMediaModelcomponent has a preset value during the deep cloning process.
-