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