| Package | Description |
|---|---|
| de.hybris.platform.printcockpit.services.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 |
PrintModelCloningContext |
| Modifier and Type | Field and Description |
|---|---|
protected ModelCloningContext |
DefaultPublicationCloningService.modelCloningContext |
| Modifier and Type | Method and Description |
|---|---|
protected ModelCloningContext |
DefaultPublicationCloningService.getModelCloningContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPublicationCloningService.setModelCloningContext(ModelCloningContext modelCloningContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ModelCloningStrategy.clone(Object original,
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(Object original,
Class<T> targetType,
ModelCloningContext ctx) |
<T> T |
DefaultItemModelCloneStrategy.clone(Object original,
String targetType,
ModelCloningContext ctx) |
<T> T |
DefaultModelService.clone(T original,
ModelCloningContext ctx) |
<T> T |
DefaultItemModelCloneStrategy.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 |
MockModelService.clone(Object original,
Class<T> targetType,
ModelCloningContext ctx) |
<T> T |
ModelService.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> T |
MockModelService.clone(T original,
ModelCloningContext ctx) |
<T> T |
ModelService.clone(T original,
ModelCloningContext ctx)
Creates a deep copy of the given model.
|
Copyright © 2017 SAP SE. All Rights Reserved.