Uses of Interface
de.hybris.platform.servicelayer.internal.model.ModelCloningContext
Packages that use ModelCloningContext
Package
Description
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo package.
-
Uses of ModelCloningContext in com.hybris.backoffice.cockpitng.dataaccess.facades.clone
Classes in com.hybris.backoffice.cockpitng.dataaccess.facades.clone that implement ModelCloningContextModifier and TypeClassDescriptionprotected static classMethods in com.hybris.backoffice.cockpitng.dataaccess.facades.clone that return ModelCloningContextModifier and TypeMethodDescriptionprotected ModelCloningContextProductCloneStrategy.createCloningContext() -
Uses of ModelCloningContext in de.hybris.platform.adaptivesearch.strategies.impl
Classes in de.hybris.platform.adaptivesearch.strategies.impl that implement ModelCloningContextModifier and TypeClassDescriptionclassDefault Adaptive Search implementation of model cloning context.Methods in de.hybris.platform.adaptivesearch.strategies.impl that return ModelCloningContextMethods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type ModelCloningContextModifier and TypeMethodDescriptionvoidDefaultAsCloneStrategy.setModelCloningContext(ModelCloningContext modelCloningContext) -
Uses of ModelCloningContext in de.hybris.platform.cms2.cloning.service
Methods in de.hybris.platform.cms2.cloning.service with parameters of type ModelCloningContextModifier and TypeMethodDescriptionCMSItemDeepCloningService.deepCloneComponent(ItemModel srcComponent, ModelCloningContext cloningContext) Creates a clone of the given component and deep copies all the component's attributes. -
Uses of ModelCloningContext in de.hybris.platform.cms2.cloning.service.impl
Classes in de.hybris.platform.cms2.cloning.service.impl that implement ModelCloningContextModifier and TypeClassDescriptionclassDefines theModelCloningContextto use for deep cloning components that are supported by SmartEdit.Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type ModelCloningContextModifier and TypeMethodDescriptionCMSItemModelCloneCreator.copy(ItemModel original, ModelCloningContext cloningContext) Creates a copy of the given item.CMSItemModelCloneCreator.copy(ComposedTypeModel targetType, ItemModel original, ModelCloningContext ctx) Creates a copy of the given item.DefaultCMSItemDeepCloningService.deepCloneComponent(ItemModel srcComponent, ModelCloningContext cloningContext) Constructors in de.hybris.platform.cms2.cloning.service.impl with parameters of type ModelCloningContextModifierConstructorDescriptionCMSCopyContext(ModelCloningContext cloningContext) Creates a new copy context with cloning context -
Uses of ModelCloningContext in de.hybris.platform.order.strategies.ordercloning.impl
Methods in de.hybris.platform.order.strategies.ordercloning.impl with parameters of type ModelCloningContextModifier and TypeMethodDescriptionvoidDefaultOrderPartOfMembersCloningStrategy.setPaymentInfoCloningContext(ModelCloningContext paymentInfoCloningContext) -
Uses of ModelCloningContext in de.hybris.platform.servicelayer.internal.model
Methods in de.hybris.platform.servicelayer.internal.model with parameters of type ModelCloningContextModifier and TypeMethodDescription<T> TModelCloningStrategy.clone(Object original, String targetType, ModelCloningContext ctx) <T> TModelCloningStrategy.clone(T original, ModelCloningContext ctx) -
Uses of ModelCloningContext in de.hybris.platform.servicelayer.internal.model.impl
Classes in de.hybris.platform.servicelayer.internal.model.impl that implement ModelCloningContextMethods in de.hybris.platform.servicelayer.internal.model.impl that return ModelCloningContextModifier and TypeMethodDescriptionDefaultModelService.getModelCloningContext()DefaultModelService.lookupModelCloningContext()Must be overwritten! Use <lookup-method> in spring.Methods in de.hybris.platform.servicelayer.internal.model.impl with parameters of type ModelCloningContextModifier and TypeMethodDescription<T> TDefaultItemModelCloneStrategy.clone(Object original, String targetType, ModelCloningContext ctx) <T> TDefaultItemModelCloneStrategy.clone(T original, ModelCloningContext ctx) <T> TDefaultModelService.clone(Object original, Class<T> targetType, ModelCloningContext ctx) <T> TDefaultModelService.clone(T original, ModelCloningContext ctx) ItemModelCloneCreator.copy(ItemModel original, ModelCloningContext cloningContext) Creates a copy of the given item.ItemModelCloneCreator.copy(ComposedTypeModel targetType, ItemModel original, ModelCloningContext ctx) Creates a copy of the given item.Constructors in de.hybris.platform.servicelayer.internal.model.impl with parameters of type ModelCloningContextModifierConstructorDescriptionCopyContext(ModelCloningContext cloningContext) Creates a new copy context with cloning context -
Uses of ModelCloningContext in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model with parameters of type ModelCloningContextModifier and TypeMethodDescription<T> TMockModelService.clone(Object original, Class<T> targetType, ModelCloningContext ctx) <T> TMockModelService.clone(T original, ModelCloningContext ctx) <T> TModelService.clone(Object original, Class<T> targetType, ModelCloningContext ctx) Creates a deep copy of the given model except that the result object type may be changed here.<T> TModelService.clone(T original, ModelCloningContext ctx) Creates a deep copy of the given model.