Uses of Class
de.hybris.platform.servicelayer.session.SessionExecutionBody
Packages that use SessionExecutionBody
Package
Description
-
Uses of SessionExecutionBody in de.hybris.platform.impex.session.impl
Subclasses of SessionExecutionBody in de.hybris.platform.impex.session.implModifier and TypeClassDescriptionclassSpecialSessionExecutionBodyimplementation which injects to session a attributes CoreImpExConstants.CTX_DONT_CHANGE_EXISTING_LINKS -> Boolean.TRUE Constants.DISABLE_CYCLIC_CHECKS -> Boolean.TRUEclassMultithreaded implementation of theSessionExecutionBodyadds some attributes into local session context is caseAbstractMultiThreadedProcessorSessionExecutionBody.isParallelMode()returns true.classAbstractProcessorSessionExecutionBody<T,X extends Exception> Default implementation of the ImpexSessionExecutionBodyfor 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 checkedExceptionand stores for the verification afterAbstractProcessorSessionExecutionBody.execute()finishes. -
Uses of SessionExecutionBody in de.hybris.platform.servicelayer.session
Methods in de.hybris.platform.servicelayer.session with parameters of type SessionExecutionBodyModifier and TypeMethodDescriptionMockSessionService.executeInLocalView(SessionExecutionBody body) MockSessionService.executeInLocalView(SessionExecutionBody body, UserModel model) <T> TSessionService.executeInLocalView(SessionExecutionBody body) Executes the givenSessionExecutionBodyin a localSessionContext<T> TSessionService.executeInLocalView(SessionExecutionBody body, UserModel model) Executes the givenSessionExecutionBodyin a localSessionContextand sets session user to given UserModel.<T> TSessionService.executeInLocalViewWithParams(Map<String, Object> localViewParameters, SessionExecutionBody body) Executes the givenSessionExecutionBodyin a localSessionContextthat is populated with parameters provided in the map. -
Uses of SessionExecutionBody in de.hybris.platform.servicelayer.session.impl
Methods in de.hybris.platform.servicelayer.session.impl with parameters of type SessionExecutionBodyModifier and TypeMethodDescriptionDefaultSessionService.executeInLocalView(SessionExecutionBody body) DefaultSessionService.executeInLocalView(SessionExecutionBody body, UserModel model) <T> TDefaultSessionService.executeInLocalViewWithParams(Map<String, Object> localViewParameters, SessionExecutionBody body)