Uses of Interface
de.uplanet.lucy.server.session.ISession
-
-
Uses of ISession in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server that return ISession Modifier and Type Method Description static ISessionContextSession. get()CallsThreadContext.getSession().ISessionISessionProcessingContext. getSession()Get the current portal server session.ISessionISessionProcessingContext. popSession()For internal use only.Methods in de.uplanet.lucy.server with parameters of type ISession Modifier and Type Method Description static StringContextLanguage. get(IServerBridgeRequest p_request, ISession p_session)Get the language that's associated with the current execution context.static ILocaleContextLocale. get(IServerBridgeRequest p_request, ISession p_session)Get the locale that's associated with the current execution context.voidISessionProcessingContext. 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 ISession Modifier and Type Method Description ISessionRestrictedBusinessLogicProcessingContext. getSession()ISessionRestrictedBusinessLogicProcessingContext. popSession()Methods in de.uplanet.lucy.server.businesslogic with parameters of type ISession Modifier and Type Method Description voidRestrictedBusinessLogicProcessingContext. pushSession(ISession p_session) -
Uses of ISession in de.uplanet.lucy.server.portalserver
Classes in de.uplanet.lucy.server.portalserver that implement ISession Modifier and Type Class Description classGroovySessionConstructors in de.uplanet.lucy.server.portalserver with parameters of type ISession Constructor Description GroovySession(ISession p_session) -
Uses of ISession in de.uplanet.lucy.server.session
Classes in de.uplanet.lucy.server.session that implement ISession Modifier and Type Class Description classAbstractSession -
Uses of ISession in de.uplanet.lucy.server.usermanager.groovy
Constructors in de.uplanet.lucy.server.usermanager.groovy with parameters of type ISession Constructor Description GroovyTenantHelper(ISession p_session) -
Uses of ISession in de.uplanet.lucy.server.workflow.event
Methods in de.uplanet.lucy.server.workflow.event that return ISession Modifier and Type Method Description ISessionISessionLoginWorkflowEvent. getSession()Get the session that has been logged in.ISessionISessionLogoutWorkflowEvent. getSession()Get the session that has been logged out.ISessionSessionLoginWorkflowEvent. getSession()ISessionSessionLogoutWorkflowEvent. getSession()Constructors in de.uplanet.lucy.server.workflow.event with parameters of type ISession Constructor Description SessionLoginWorkflowEvent(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 ISession Constructor Description FreeTimerProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState)
-