| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ManageProductImageCallbackEventHandler.executeInSessionLocalViewWithProductCatalogRestrictions(SessionExecutionBody exec) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
DefaultFacetSearchDataService.executeInSessionLocalViewWithProductCatalogRestrictions(SessionExecutionBody exec) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInsertProcessorSessionExecutionBody<T,X extends SystemException>
Special
SessionExecutionBody implementation which injects to session a attributes
CoreImpExConstants.CTX_DONT_CHANGE_EXISTING_LINKS -> Boolean.TRUE
Constants.DISABLE_CYCLIC_CHECKS -> Boolean.TRUE
|
class |
AbstractMultiThreadedProcessorSessionExecutionBody
Multithreaded implementation of the
SessionExecutionBody adds some attributes into local session context is
case AbstractMultiThreadedProcessorSessionExecutionBody.isParallelMode() returns true. |
class |
AbstractProcessorSessionExecutionBody<T,X extends java.lang.Exception>
Default implementation of the Impex
SessionExecutionBody for injecting a set of attributes in local execution
context (maybe in slayer we should use their slayer counterparts
language -> null
FlexibleSearch.DISABLE_RESTRICTIONS -> Boolean.TRUE
FlexibleSearch.DISABLE_RESTRICTION_GROUP_INHERITANCE ->Boolean.TRUE
use.fast.algorithms -> Boolean.TRUE
CoreImpExConstants.IMPORT_MODE -> Boolean.TRUE
Item.DISABLE_ATTRIBUTE_CHECK -> Boolean.TRUE
Handles also any checked Exception and stores for the verification after AbstractProcessorSessionExecutionBody.execute() finishes. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
MockSessionService.executeInLocalView(SessionExecutionBody body) |
<T> T |
SessionService.executeInLocalView(SessionExecutionBody body)
Executes the given
SessionExecutionBody in a local SessionContext |
java.lang.Object |
MockSessionService.executeInLocalView(SessionExecutionBody body,
UserModel model) |
<T> T |
SessionService.executeInLocalView(SessionExecutionBody body,
UserModel model)
Executes the given
SessionExecutionBody in a local SessionContext and sets session user to given
UserModel. |
<T> T |
SessionService.executeInLocalViewWithParams(java.util.Map<java.lang.String,java.lang.Object> localViewParameters,
SessionExecutionBody body)
Executes the given
SessionExecutionBody in a local SessionContext that is populated with
parameters provided in the map. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
DefaultSessionService.executeInLocalView(SessionExecutionBody body) |
java.lang.Object |
DefaultSessionService.executeInLocalView(SessionExecutionBody body,
UserModel model) |
<T> T |
DefaultSessionService.executeInLocalViewWithParams(java.util.Map<java.lang.String,java.lang.Object> localViewParameters,
SessionExecutionBody body) |
Copyright © 2018 SAP SE. All Rights Reserved.