| Modifier and Type | Method and Description |
|---|---|
protected Session |
AfterSessionCreationListener.getSession(JaloSession jaloSession)
Deprecated.
Use SystemService when it becomes availabe from hybris
|
protected Session |
AfterSessionUserChangeListener.getSession(JaloSession jaloSession)
Deprecated.
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) |
| 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 | 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(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(String id)
get session by Session id
|
Session |
SessionService.getSession(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 |
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(Object rawSession) |
Session |
DefaultSessionService.getCurrentSession() |
Session |
DefaultSessionService.getSession(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) |
Object |
DefaultSessionService.getRawSession(Session session) |
Copyright © 2017 SAP SE. All Rights Reserved.