Uses of Interface
de.hybris.platform.servicelayer.session.Session
-
-
Uses of Session in com.hybris.merchandising.interceptors
Methods in com.hybris.merchandising.interceptors with parameters of type Session Modifier and Type Method Description protected 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 Session Modifier and Type Method Description protected 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 Session Modifier and Type Method Description voidB2BUnitService. 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 Session Modifier and Type Method Description voidB2BUnitServiceProxy. 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 Session Modifier and Type Method Description voidRestSessionFilterArgument. 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.integration.commons.hystrix
Methods in de.hybris.platform.integration.commons.hystrix that return Session Modifier and Type Method Description SessionOndemandHystrixCommandFactory.OndemandHystrixCommand. getEventSession()Methods in de.hybris.platform.integration.commons.hystrix with parameters of type Session Modifier and Type Method Description voidOndemandHystrixCommandFactory.OndemandHystrixCommand. setEventSession(Session eventSession) -
Uses of Session in de.hybris.platform.servicelayer.session
Classes in de.hybris.platform.servicelayer.session that implement Session Modifier and Type Class Description classMockSessionMethods in de.hybris.platform.servicelayer.session that return Session Modifier and Type Method Description SessionMockSessionService. createNewSession()SessionSessionService. createNewSession()Creates a newSession.SessionMockSessionService. createSession()SessionSessionService. getBoundSession(java.lang.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.SessionMockSessionService. getCurrentSession()SessionSessionService. getCurrentSession()SessionMockSessionService. getSession(java.lang.String id)get session by Session idSessionSessionService. getSession(java.lang.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 Session Modifier and Type Method Description voidMockSessionService. closeSession(Session session)voidSessionService. closeSession(Session session)Closed the givenSessionjava.lang.ObjectSessionService. 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 Session Modifier and Type Class Description classDefaultSessionDefault implementation of the session interface.Methods in de.hybris.platform.servicelayer.session.impl that return Session Modifier and Type Method Description SessionDefaultSessionService. createNewSession()SessionDefaultSessionService. createSession()Must be overwritten! Use <lookup-method> in spring.SessionDefaultSessionService. getBoundSession(java.lang.Object rawSession)SessionDefaultSessionService. getCurrentSession()SessionDefaultSessionService. getSession(java.lang.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 Session Modifier and Type Method Description voidDefaultSessionService. closeSession(Session session)java.lang.ObjectDefaultSessionService. getRawSession(Session session)
-