Uses of Interface
de.uplanet.lucy.server.session.ISession
Package
Description
-
Uses of ISession in de.uplanet.lucy.server
Modifier and TypeMethodDescriptionstatic ISession
ContextSession.get()
CallsThreadContext.getSession()
.ISessionProcessingContext.getSession()
Get the current portal server session.ISessionProcessingContext.popSession()
For internal use only.Modifier and TypeMethodDescriptionstatic String
ContextLanguage.get
(IServerBridgeRequest p_request, ISession p_session) Get the language that's associated with the current execution context.static String
Get the language that's associated with the current execution context.static ILocale
ContextLocale.get
(IServerBridgeRequest p_request, ISession p_session) Get the locale that's associated with the current execution context.static ILocale
Get the locale that's associated with the current execution context.void
ISessionProcessingContext.pushSession
(ISession p_session) For internal use only. -
Uses of ISession in de.uplanet.lucy.server.businesslogic
Modifier and TypeMethodDescriptionRestrictedBusinessLogicProcessingContext.getSession()
RestrictedBusinessLogicProcessingContext.popSession()
Modifier and TypeMethodDescriptionvoid
RestrictedBusinessLogicProcessingContext.pushSession
(ISession p_session) -
Uses of ISession in de.uplanet.lucy.server.portalserver
-
Uses of ISession in de.uplanet.lucy.server.session
-
Uses of ISession in de.uplanet.lucy.server.usermanager.groovy
-
Uses of ISession in de.uplanet.lucy.server.workflow.event
Modifier and TypeMethodDescriptionISessionLoginWorkflowEvent.getSession()
Get the session that has been logged in.ISessionLogoutWorkflowEvent.getSession()
Get the session that has been logged out.SessionLoginWorkflowEvent.getSession()
SessionLogoutWorkflowEvent.getSession()
ModifierConstructorDescriptionSessionLoginWorkflowEvent
(ISession p_session, String p_strAuthConfigurationName) SessionLogoutWorkflowEvent
(ISession p_session, String p_strAuthConfigurationName) -
Uses of ISession in de.uplanet.lucy.server.workflow.timer
ModifierConstructorDescriptionFreeTimerProcessingContext
(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState)