| Modifier and Type | Method and Description |
|---|---|
protected void |
HybrisMerchandisingBeforeViewHandlerAdaptee.storeBreadcrumbs(Session currentSession,
ModelMap model) |
protected void |
HybrisMerchandisingBeforeViewHandlerAdaptee.storeCategory(RequestContextData requestContextData,
Session currentSession,
ModelMap model) |
protected void |
HybrisMerchandisingBeforeViewHandlerAdaptee.storeFacets(Session currentSession,
ModelMap model) |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
AfterSessionUserChangeListener.getSession(JaloSession jaloSession)
Deprecated.
Since 4.4. Use SystemService when it becomes availabe from hybris
|
protected Session |
AfterSessionCreationListener.getSession(JaloSession jaloSession)
Deprecated.
Since 4.4. Use SystemService when it becomes availabe from hybris
|
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitService.updateBranchInSession(Session session,
UserModel currentUser)
Sets the branch for the current use in the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BUnitService.updateBranchInSession(Session session,
UserModel currentUser) |
void |
B2BUnitServiceProxy.updateBranchInSession(Session session,
UserModel currentUser) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestSessionFilterArgument.addSessionArgument(HttpServletRequest request,
ServletResponse response,
Session session)
Allows the definition of additional rest headers to the session
|
| Modifier and Type | Method and Description |
|---|---|
Session |
OndemandHystrixCommandFactory.OndemandHystrixCommand.getEventSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
OndemandHystrixCommandFactory.OndemandHystrixCommand.setEventSession(Session eventSession) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Session,SAPHybrisSession> |
SAPHybrisSessionProvider.sessionsToBeDeleted
Session which are about to be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SAPHybrisSessionProvider.destroySAPHybrisSessionInternal(Session session)
Destroys the current
SAPHybrisSession if exists. |
| Modifier and Type | Class and Description |
|---|---|
class |
SAPMockSession
Copy of MockSession enhanced by removeAttribute method.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SAPMockSessionService.createSession() |
| Modifier and Type | Class and Description |
|---|---|
class |
MockSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
MockSessionService.createNewSession() |
Session |
SessionService.createNewSession()
Creates a new
Session. |
Session |
MockSessionService.createSession() |
Session |
SessionService.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.
|
Session |
MockSessionService.getCurrentSession() |
Session |
SessionService.getCurrentSession() |
Session |
MockSessionService.getSession(java.lang.String id)
get session by Session id
|
Session |
SessionService.getSession(java.lang.String id)
Deprecated.
since 5.5.1 session management was changed and this method always returns null
|
| Modifier and Type | Method and Description |
|---|---|
void |
MockSessionService.closeSession(Session session) |
void |
SessionService.closeSession(Session session)
Closed the given
Session |
java.lang.Object |
SessionService.getRawSession(Session session)
Returns JaloSession bound to given service layer session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSession
Default implementation of the session interface.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
DefaultSessionService.createNewSession() |
Session |
DefaultSessionService.createSession()
Must be overwritten! Use <lookup-method> in spring.
|
Session |
DefaultSessionService.getBoundSession(java.lang.Object rawSession) |
Session |
DefaultSessionService.getCurrentSession() |
Session |
DefaultSessionService.getSession(java.lang.String sessionID)
Deprecated.
since 5.5.1 session management was changed and this method always returns current session or null
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSessionService.closeSession(Session session) |
java.lang.Object |
DefaultSessionService.getRawSession(Session session) |
Copyright © 2018 SAP SE. All Rights Reserved.