Uses of Interface
de.uplanet.lucy.server.session.ISession
Packages that use ISession
Package
Description
-
Uses of ISession in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server that return ISessionModifier and TypeMethodDescriptionstatic ISession
ContextSession.get()
CallsThreadContext.getSession()
.ISessionProcessingContext.getSession()
Get the current portal server session.ISessionProcessingContext.popSession()
For internal use only.Methods in de.uplanet.lucy.server with parameters of type ISessionModifier 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
Methods in de.uplanet.lucy.server.businesslogic that return ISessionModifier and TypeMethodDescriptionRestrictedBusinessLogicProcessingContext.getSession()
RestrictedBusinessLogicProcessingContext.popSession()
Methods in de.uplanet.lucy.server.businesslogic with parameters of type ISessionModifier and TypeMethodDescriptionvoid
RestrictedBusinessLogicProcessingContext.pushSession
(ISession p_session) -
Uses of ISession in de.uplanet.lucy.server.portalserver
Classes in de.uplanet.lucy.server.portalserver that implement ISessionConstructors in de.uplanet.lucy.server.portalserver with parameters of type ISession -
Uses of ISession in de.uplanet.lucy.server.session
Classes in de.uplanet.lucy.server.session that implement ISession -
Uses of ISession in de.uplanet.lucy.server.usermanager.groovy
Constructors in de.uplanet.lucy.server.usermanager.groovy with parameters of type ISession -
Uses of ISession in de.uplanet.lucy.server.workflow.event
Methods in de.uplanet.lucy.server.workflow.event that return ISessionModifier 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()
Constructors in de.uplanet.lucy.server.workflow.event with parameters of type ISessionModifierConstructorDescriptionSessionLoginWorkflowEvent
(ISession p_session, String p_strAuthConfigurationName) SessionLogoutWorkflowEvent
(ISession p_session, String p_strAuthConfigurationName) -
Uses of ISession in de.uplanet.lucy.server.workflow.timer
Constructors in de.uplanet.lucy.server.workflow.timer with parameters of type ISessionModifierConstructorDescriptionFreeTimerProcessingContext
(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState)