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(Collectioninstead.)) 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.StringApplicationWalker. 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 ISessionBpeeFactory.DeprecatedProcessingContext. getSession()ISessionBpeeFactory.DeprecatedProcessingContext. popSession()Methods in de.uplanet.lucy.server.auxiliaries with parameters of type ISession Modifier and Type Method Description IBpeeExecutionContextBpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity)Deprecated.IBpeeExecutionContextBpeeFactory. createContext(Map<QName,Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity, TimeZone p_tz)Deprecated.StringTanCallable. createTan(ISession p_session)Create a transaction number in the scope of the given session.IRenderingContextVCRendererFactory. getDefaultRenderingContext(IServerBridgeRequest p_request, ISession p_session, IUser p_user, String p_strLang)Deprecated.voidTanCallable. invalidateTan(ISession p_session, String p_strTan)Invalidate the given transaction number in the scope of the given session.voidTanCallable. invalidateTanAtCommitTransaction(ISession p_session, String p_strTan)Invalidate the given transaction number in the scope of the given session when the transaction is committed.booleanTanCallable. isValidTan(ISession p_session, String p_strTan)Check if the given transaction number is valid in the scope of the given session.voidBpeeFactory.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 StringDsTenantCallable. getAllTenantValues(ISession p_session)Get the list of all tenant values as String with double pipe separator.intDsTenantCallable. 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.StringDsTenantCallable. 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 booleanExchangeCallable. 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 booleanExchangeCallable. 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 booleanExchangeCallable. 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 booleanODataAuthCallable. 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 CookieCookiesCallable. createSessionCookie(ISession p_session)Create a session cookie.booleanCookiesCallable. 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 StringAsynchronousRequestHandlerCallable. renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)StringAsynchronousRequestHandlerCallable. renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm, Map<String,Object> p_vcVariables)StringAsynchronousRequestHandlerCallable. renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm)StringAsynchronousRequestHandlerCallable. 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 classAbstractSession
-