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) -
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.Since 4.4.protected SessionAfterSessionUserChangeListener. getSession(JaloSession jaloSession)Deprecated.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.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.sap.core.runtime
Fields in de.hybris.platform.sap.core.runtime with type parameters of type Session Modifier and Type Field Description protected java.util.Map<Session,SAPHybrisSession>SAPHybrisSessionProvider. sessionsToBeDeletedSession which are about to be deleted.Methods in de.hybris.platform.sap.core.runtime with parameters of type Session Modifier and Type Method Description protected voidSAPHybrisSessionProvider. destroySAPHybrisSessionInternal(Session session)Destroys the currentSAPHybrisSessionif exists. -
Uses of Session in de.hybris.platform.sap.core.test.session
Classes in de.hybris.platform.sap.core.test.session that implement Session Modifier and Type Class Description classSAPMockSessionCopy of MockSession enhanced by removeAttribute method.Methods in de.hybris.platform.sap.core.test.session that return Session Modifier and Type Method Description SessionSAPMockSessionService. createSession() -
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.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.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)
-