Uses of Class
de.hybris.platform.servicelayer.session.SessionExecutionBody
-
Packages that use SessionExecutionBody Package Description de.hybris.platform.impex.session.impl de.hybris.platform.servicelayer.session de.hybris.platform.servicelayer.session.impl -
-
Uses of SessionExecutionBody in de.hybris.platform.impex.session.impl
Subclasses of SessionExecutionBody in de.hybris.platform.impex.session.impl Modifier and Type Class Description classAbstractInsertProcessorSessionExecutionBody<T,X extends SystemException>SpecialSessionExecutionBodyimplementation which injects to session a attributes CoreImpExConstants.CTX_DONT_CHANGE_EXISTING_LINKS -> Boolean.TRUE Constants.DISABLE_CYCLIC_CHECKS -> Boolean.TRUEclassAbstractMultiThreadedProcessorSessionExecutionBodyMultithreaded implementation of theSessionExecutionBodyadds some attributes into local session context is caseAbstractMultiThreadedProcessorSessionExecutionBody.isParallelMode()returns true.classAbstractProcessorSessionExecutionBody<T,X extends java.lang.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 SessionExecutionBody Modifier and Type Method Description java.lang.ObjectMockSessionService. executeInLocalView(SessionExecutionBody body)java.lang.ObjectMockSessionService. 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(java.util.Map<java.lang.String,java.lang.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 SessionExecutionBody Modifier and Type Method Description java.lang.ObjectDefaultSessionService. executeInLocalView(SessionExecutionBody body)java.lang.ObjectDefaultSessionService. executeInLocalView(SessionExecutionBody body, UserModel model)<T> TDefaultSessionService. executeInLocalViewWithParams(java.util.Map<java.lang.String,java.lang.Object> localViewParameters, SessionExecutionBody body)
-