Uses of Interface
de.hybris.platform.commerceservices.threadcontext.ThreadContextService.Executor
Packages that use ThreadContextService.Executor
Package
Description
-
Uses of ThreadContextService.Executor in de.hybris.platform.commerceservices.threadcontext
Methods in de.hybris.platform.commerceservices.threadcontext with parameters of type ThreadContextService.ExecutorModifier and TypeMethodDescription<R,T extends Throwable>
RThreadContextService.executeInContext(ThreadContextService.Executor<R, T> wrapper) Execute the wrapper code in the context of the specified user -
Uses of ThreadContextService.Executor in de.hybris.platform.commerceservices.threadcontext.impl
Methods in de.hybris.platform.commerceservices.threadcontext.impl with parameters of type ThreadContextService.ExecutorModifier and TypeMethodDescription<R,T extends Throwable>
RDefaultThreadContextService.executeInContext(ThreadContextService.Executor<R, T> wrapper)