Uses of Interface
de.uplanet.lucy.server.session.ISession
-
Packages that use ISession Package Description de.uplanet.lucy.server.appservice de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx.de.uplanet.lucy.server.auxiliaries.ds de.uplanet.lucy.server.auxiliaries.exchange de.uplanet.lucy.server.auxiliaries.odata de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.composer de.uplanet.lucy.server.composer.asynchronous de.uplanet.lucy.server.session -
-
Uses of ISession in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice with parameters of type ISession Modifier and Type Method Description List<AwFieldInfo>
ApplicationWalker. getFieldListWithGivenDgGuid(ISession p_sess, String p_strDataGroupGuid)
Deprecated.Do not use this method.List<AwFieldInfo>
ApplicationWalker. getFieldListWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids)
Deprecated.Use$RtCache.getFields($RtCache.filter.field.getByDataGroup(Collection
instead.)) Map<String,AwFieldInfo>
ApplicationWalker. getFieldMapWithGivenDgGuid(ISession p_sess, String p_strGuid)
Deprecated.Do not use this method.Map<String,List<AwFieldInfo>>
ApplicationWalker. getFieldMapWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids)
Deprecated.Do not use this method.List<AwDgInfo>
ApplicationWalker. getFlatDatagroupList(ISession p_sess, String p_strAppGuid)
Deprecated.returns a flat list of DgInfo objects for a given application id.String
ApplicationWalker. getParentDatagroupGuid(ISession p_sess, String p_strDgGuid)
Deprecated.This method returns the parent datagroup id to the given datagroup. -
Uses of ISession in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return ISession Modifier and Type Method Description ISession
BpeeFactory.DeprecatedProcessingContext. getSession()
ISession
BpeeFactory.DeprecatedProcessingContext. popSession()
Methods in de.uplanet.lucy.server.auxiliaries with parameters of type ISession Modifier and Type Method Description IBpeeExecutionContext
BpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity)
Deprecated.IBpeeExecutionContext
BpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity, TimeZone p_tz)
Deprecated.String
TanCallable. createTan(ISession p_session)
Create a transaction number in the scope of the given session.IRenderingContext
VCRendererFactory. getDefaultRenderingContext(IServerBridgeRequest p_request, ISession p_session, IUser p_user, String p_strLang)
Deprecated.void
TanCallable. invalidateTan(ISession p_session, String p_strTan)
Invalidate the given transaction number in the scope of the given session.void
TanCallable. invalidateTanAtCommitTransaction(ISession p_session, String p_strTan)
Invalidate the given transaction number in the scope of the given session when the transaction is committed.boolean
TanCallable. isValidTan(ISession p_session, String p_strTan)
Check if the given transaction number is valid in the scope of the given session.void
BpeeFactory.DeprecatedProcessingContext. pushSession(ISession p_session)
-
Uses of ISession in de.uplanet.lucy.server.auxiliaries.ds
Methods in de.uplanet.lucy.server.auxiliaries.ds with parameters of type ISession Modifier and Type Method Description String
DsTenantCallable. getAllTenantValues(ISession p_session)
Get the list of all tenant values as String with double pipe separator.int
DsTenantCallable. getSelectedCount(ISession p_session)
Return the count of selected tenants.List<de.uplanet.lucy.server.usermanager.Tenant>
DsTenantCallable. getSelectedTenants(ISession p_session)
Get a list of all selected tenants.String
DsTenantCallable. getSelectedTenantValues(ISession p_session)
Get the list of selected tenant values as String with double pipe separator.List<de.uplanet.lucy.server.usermanager.Tenant>
DsTenantCallable. getTenants(ISession p_session)
Get a list of all available tenants. -
Uses of ISession in de.uplanet.lucy.server.auxiliaries.exchange
Methods in de.uplanet.lucy.server.auxiliaries.exchange with parameters of type ISession Modifier and Type Method Description static boolean
ExchangeCallable. connect(ISession p_session, IUser p_user, de.uplanet.lucy.server.auxiliaries.exchange.ExchangeAuthFieldValues p_excAuthValues)
Initializes or updates the Exchange account configuration for the current user using the given authentication field values and tries to connect to Exchange server afterwards.static boolean
ExchangeCallable. connect(ISession p_session, IUser p_user, de.uplanet.lucy.server.auxiliaries.exchange.ExchangeAuthFieldValues p_excAuthValues, String p_strPortalGuid)
Initializes or updates the Exchange account configuration for the current user using the given authentication field values and tries to connect to Exchange server afterwards.static boolean
ExchangeCallable. isAuthenticated(ISession p_session)
Tests whether the current Intrexx user is authenticated for Exchange server. -
Uses of ISession in de.uplanet.lucy.server.auxiliaries.odata
Methods in de.uplanet.lucy.server.auxiliaries.odata with parameters of type ISession Modifier and Type Method Description static boolean
ODataAuthCallable. connect(ISession p_session, IUser p_user, de.uplanet.lucy.server.auxiliaries.odata.ODataAuthFieldValues p_authValues, String p_strCfgGuid, String p_strServiceGuid)
Returns true, if a connection to the service with the given authentication values could be established. -
Uses of ISession in de.uplanet.lucy.server.businesslogic
Constructors in de.uplanet.lucy.server.businesslogic with parameters of type ISession Constructor Description BusinessLogicProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, IServerBridgeRequest p_request, IServerBridgeResponse p_response, ISession p_session, SharedState p_sharedState, IViewData p_viewData)
Creates the processing context. -
Uses of ISession in de.uplanet.lucy.server.composer
Methods in de.uplanet.lucy.server.composer with parameters of type ISession Modifier and Type Method Description Cookie
CookiesCallable. createSessionCookie(ISession p_session)
Create a session cookie.boolean
CookiesCallable. isSessionMaintenanceInUrlAllowed(ISession p_session)
Deprecated. -
Uses of ISession in de.uplanet.lucy.server.composer.asynchronous
Methods in de.uplanet.lucy.server.composer.asynchronous with parameters of type ISession Modifier and Type Method Description String
AsynchronousRequestHandlerCallable. renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)
String
AsynchronousRequestHandlerCallable. renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm, Map<String,Object> p_vcVariables)
String
AsynchronousRequestHandlerCallable. renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)
String
AsynchronousRequestHandlerCallable. renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm, Map<String,Object> p_vcVariables)
-
Uses of ISession in de.uplanet.lucy.server.session
Classes in de.uplanet.lucy.server.session that implement ISession Modifier and Type Class Description class
AbstractSession
-