| Package | Description |
|---|---|
| de.hybris.platform.adaptivesearch.strategies.impl | |
| de.hybris.platform.cms2.cloning.service | |
| de.hybris.platform.cms2.cloning.service.impl | |
| de.hybris.platform.order.strategies.ordercloning.impl | |
| de.hybris.platform.servicelayer.internal.model |
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo package.
|
| de.hybris.platform.servicelayer.internal.model.impl | |
| de.hybris.platform.servicelayer.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsModelCloningContext
Default Adaptive Search implementation of model cloning context.
|
| Modifier and Type | Method and Description |
|---|---|
ModelCloningContext |
DefaultAsCloneStrategy.getModelCloningContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAsCloneStrategy.setModelCloningContext(ModelCloningContext modelCloningContext) |
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
CMSItemDeepCloningService.deepCloneComponent(ItemModel srcComponent,
ModelCloningContext cloningContext)
Creates a clone of the given component and deep copies all the component's attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMSModelCloningContext
Defines the
ModelCloningContext to use for deep cloning components that are supported by SmartEdit. |
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
CMSItemModelCloneCreator.copy(ComposedTypeModel targetType,
ItemModel original,
ModelCloningContext ctx)
Creates a copy of the given item.
|
ItemModel |
CMSItemModelCloneCreator.copy(ItemModel original,
ModelCloningContext cloningContext)
Creates a copy of the given item.
|
ItemModel |
DefaultCMSItemDeepCloningService.deepCloneComponent(ItemModel srcComponent,
ModelCloningContext cloningContext) |
| Constructor and Description |
|---|
CMSCopyContext(ModelCloningContext cloningContext)
Creates a new copy context with cloning context
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrderPartOfMembersCloningStrategy.setPaymentInfoCloningContext(ModelCloningContext paymentInfoCloningContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ModelCloningStrategy.clone(java.lang.Object original,
java.lang.String targetType,
ModelCloningContext ctx) |
<T> T |
ModelCloningStrategy.clone(T original,
ModelCloningContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultModelCloningContext
Default model coning context.
|
| Modifier and Type | Method and Description |
|---|---|
ModelCloningContext |
DefaultModelService.getModelCloningContext() |
ModelCloningContext |
DefaultModelService.lookupModelCloningContext()
Must be overwritten! Use <lookup-method> in spring.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultModelService.clone(java.lang.Object original,
java.lang.Class<T> targetType,
ModelCloningContext ctx) |
<T> T |
DefaultItemModelCloneStrategy.clone(java.lang.Object original,
java.lang.String targetType,
ModelCloningContext ctx) |
<T> T |
DefaultItemModelCloneStrategy.clone(T original,
ModelCloningContext ctx) |
<T> T |
DefaultModelService.clone(T original,
ModelCloningContext ctx) |
ItemModel |
ItemModelCloneCreator.copy(ComposedTypeModel targetType,
ItemModel original,
ModelCloningContext ctx)
Creates a copy of the given item.
|
ItemModel |
ItemModelCloneCreator.copy(ItemModel original,
ModelCloningContext cloningContext)
Creates a copy of the given item.
|
| Constructor and Description |
|---|
CopyContext(ModelCloningContext cloningContext)
Creates a new copy context with cloning context
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ModelService.clone(java.lang.Object original,
java.lang.Class<T> targetType,
ModelCloningContext ctx)
Creates a deep copy of the given model except that the result object type may be changed here.
|
<T> T |
MockModelService.clone(java.lang.Object original,
java.lang.Class<T> targetType,
ModelCloningContext ctx) |
<T> T |
ModelService.clone(T original,
ModelCloningContext ctx)
Creates a deep copy of the given model.
|
<T> T |
MockModelService.clone(T original,
ModelCloningContext ctx) |
Copyright © 2018 SAP SE. All Rights Reserved.