| Package | Description |
|---|---|
| de.hybris.platform.servicelayer.internal.converter | |
| de.hybris.platform.servicelayer.internal.converter.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 |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelConverter.afterDetach(java.lang.Object model,
ModelContext ctx)
This method is executed after the given
model is attached from the given
ModelContext |
void |
ModelConverter.beforeAttach(java.lang.Object model,
ModelContext ctx)
This method is executed before the given
model is attached to the given
ModelContext |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemModelConverter.afterDetach(java.lang.Object model,
ModelContext ctx) |
void |
EnumValueModelConverter.afterDetach(java.lang.Object model,
ModelContext ctx) |
void |
ItemModelConverter.beforeAttach(java.lang.Object model,
ModelContext ctx) |
void |
EnumValueModelConverter.beforeAttach(java.lang.Object model,
ModelContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ModelContext |
ModelContextFactory.createModelContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultModelContext
Default model context implementation.
|
class |
ModelContextProxy
Proxy holder of one
ModelContext per active Jalo session. |
| Modifier and Type | Method and Description |
|---|---|
ModelContext |
DefaultModelContextFactory.createModelContext() |
ModelContext |
ModelContextProxy.getActiveContext() |
ModelContext |
DefaultModelService.getModelContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultModelService.doAttach(java.lang.Object model,
PersistenceObject source,
ModelConverter conv,
ModelContext ctx) |
void |
DefaultModelService.setModelContext(ModelContext modelContext) |
Copyright © 2018 SAP SE. All Rights Reserved.