Uses of Interface
de.hybris.platform.servicelayer.session.Session
Packages that use Session
Package
Description
-
Uses of Session in com.hybris.merchandising.interceptors
Methods in com.hybris.merchandising.interceptors with parameters of type SessionModifier and TypeMethodDescriptionprotected voidHybrisMerchandisingBeforeViewHandlerAdaptee.storeBreadcrumbs(Session currentSession, org.springframework.ui.ModelMap model) protected voidHybrisMerchandisingBeforeViewHandlerAdaptee.storeCategory(RequestContextData requestContextData, Session currentSession, org.springframework.ui.ModelMap model) protected voidHybrisMerchandisingBeforeViewHandlerAdaptee.storeFacets(Session currentSession, org.springframework.ui.ModelMap model) protected voidHybrisMerchandisingBeforeViewHandlerAdaptee.storeLanguage(Session currentSession) Retrieves the current language from the session and outputs it as an add on variable.protected voidHybrisMerchandisingBeforeViewHandlerAdaptee.storeTenant(Session currentSession) Store tenant retrieves the configured YaaS tenant for us to use with Merchandising and stores it in the local session. -
Uses of Session in de.hybris.platform.b2b.listeners
Methods in de.hybris.platform.b2b.listeners that return SessionModifier and TypeMethodDescriptionprotected SessionAfterSessionCreationListener.getSession(JaloSession jaloSession) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.protected SessionAfterSessionUserChangeListener.getSession(JaloSession jaloSession) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of Session in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with parameters of type SessionModifier and TypeMethodDescriptionvoidB2BUnitService.updateBranchInSession(Session session, UserModel currentUser) Sets the branch for the current use in the session. -
Uses of Session in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with parameters of type SessionModifier and TypeMethodDescriptionvoidB2BUnitServiceProxy.updateBranchInSession(Session session, UserModel currentUser) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService.updateBranchInSession(Session session, UserModel currentUser) -
Uses of Session in de.hybris.platform.cmswebservices.filter
Methods in de.hybris.platform.cmswebservices.filter with parameters of type SessionModifier and TypeMethodDescriptionvoidRestSessionFilterArgument.addSessionArgument(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletResponse response, Session session) Allows the definition of additional rest headers to the session -
Uses of Session in de.hybris.platform.servicelayer.session
Classes in de.hybris.platform.servicelayer.session that implement SessionMethods in de.hybris.platform.servicelayer.session that return SessionModifier and TypeMethodDescriptionMockSessionService.createNewSession()SessionService.createNewSession()Creates a newSession.MockSessionService.createSession()SessionService.getBoundSession(Object rawSession) Returns service layer session bound to given JaloSession or creates new session (if no session is bound to given JaloSession) and returns it.MockSessionService.getCurrentSession()SessionService.getCurrentSession()MockSessionService.getSession(String id) get session by Session idSessionService.getSession(String id) Deprecated, for removal: This API element is subject to removal in a future version.since 5.5.1 session management was changed and this method always returns nullMethods in de.hybris.platform.servicelayer.session with parameters of type SessionModifier and TypeMethodDescriptionvoidMockSessionService.closeSession(Session session) voidSessionService.closeSession(Session session) Closed the givenSessionSessionService.getRawSession(Session session) Returns JaloSession bound to given service layer session. -
Uses of Session in de.hybris.platform.servicelayer.session.impl
Classes in de.hybris.platform.servicelayer.session.impl that implement SessionModifier and TypeClassDescriptionclassDefault implementation of the session interface.Methods in de.hybris.platform.servicelayer.session.impl that return SessionModifier and TypeMethodDescriptionDefaultSessionService.createNewSession()DefaultSessionService.createSession()Must be overwritten! Use <lookup-method> in spring.DefaultSessionService.getBoundSession(Object rawSession) DefaultSessionService.getCurrentSession()DefaultSessionService.getSession(String sessionID) Deprecated, for removal: This API element is subject to removal in a future version.since 5.5.1 session management was changed and this method always returns current session or nullMethods in de.hybris.platform.servicelayer.session.impl with parameters of type SessionModifier and TypeMethodDescriptionvoidDefaultSessionService.closeSession(Session session) DefaultSessionService.getRawSession(Session session)