Uses of Interface
de.uplanet.lucy.server.session.ISession
Packages that use ISession
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of ISession in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice with parameters of type ISessionModifier and TypeMethodDescriptionApplicationWalker.getFieldListWithGivenDgGuid(ISession p_sess, String p_strDataGroupGuid) Deprecated.Do not use this method.ApplicationWalker.getFieldListWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids) Deprecated.Use$RtCache.getFields($RtCache.filter.field.getByDataGroup(Collectioninstead.)) ApplicationWalker.getFieldMapWithGivenDgGuid(ISession p_sess, String p_strGuid) Deprecated.Do not use this method.ApplicationWalker.getFieldMapWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids) Deprecated.Do not use this method.ApplicationWalker.getFlatDatagroupList(ISession p_sess, String p_strAppGuid) Deprecated.returns a flat list of DgInfo objects for a given application id.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 ISessionModifier and TypeMethodDescriptionBpeeFactory.DeprecatedProcessingContext.getSession()BpeeFactory.DeprecatedProcessingContext.popSession()Methods in de.uplanet.lucy.server.auxiliaries with parameters of type ISessionModifier and TypeMethodDescriptionBpeeFactory.createContext(Map<QName, Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity) Deprecated.BpeeFactory.createContext(Map<QName, Object> p_namedObjects, ISession p_session, IServerBridgeRequest p_request, org.apache.velocity.context.AbstractContext p_ctxVelocity, TimeZone p_tz) Deprecated.Create a transaction number in the scope of the given session.VCRendererFactory.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 ISessionModifier and TypeMethodDescriptionDsTenantCallable.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.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 ISessionModifier and TypeMethodDescriptionstatic 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 ISessionModifier and TypeMethodDescriptionstatic 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 ISessionModifierConstructorDescriptionBusinessLogicProcessingContext(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 ISessionModifier and TypeMethodDescriptionCookiesCallable.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 ISessionModifier and TypeMethodDescriptionAsynchronousRequestHandlerCallable.renderAsynchronously(ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm) 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) AsynchronousRequestHandlerCallable.renderAsynchronously(String p_strId, ISession p_session, IServerBridgeRequest p_request, IViewData p_viewData, SharedState p_sharedState, String p_strCharset, String p_strVm) 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.dghyparchive.connector.auth
Methods in de.uplanet.lucy.server.dghyparchive.connector.auth with parameters of type ISessionModifier and TypeMethodDescriptionstatic booleanHypArchiveAuthCallable.connect(ISession p_session, IUser p_user, de.uplanet.lucy.server.dghyparchive.connector.auth.HypArchiveAuthFieldValues p_authValues, String p_strCfgGuid) Returns true, if a connection to the service with the given authentication values can be established. -
Uses of ISession in de.uplanet.lucy.server.mfiles.connector.auth
Methods in de.uplanet.lucy.server.mfiles.connector.auth with parameters of type ISessionModifier and TypeMethodDescriptionstatic booleanMFilesAuthCallable.connect(ISession p_session, IUser p_user, de.uplanet.lucy.server.mfiles.connector.auth.MFilesAuthFieldValues p_authValues, String p_strCfgGuid, String p_strVaultGuid) Returns true, if a connection to the service with the given authentication values can be established. -
Uses of ISession in de.uplanet.lucy.server.session
Classes in de.uplanet.lucy.server.session that implement ISession