Uses of Interface
de.uplanet.lucy.server.session.ISession
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of ISession in de.uplanet.lucy.server.appservice
Modifier 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(Collection
instead.)) 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
Modifier and TypeMethodDescriptionBpeeFactory.DeprecatedProcessingContext.getSession()
BpeeFactory.DeprecatedProcessingContext.popSession()
Modifier 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.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
Modifier and TypeMethodDescriptionDsTenantCallable.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.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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic 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
ModifierConstructorDescriptionBusinessLogicProcessingContext
(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
Modifier and TypeMethodDescriptionCookiesCallable.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
Modifier 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
Modifier and TypeMethodDescriptionstatic boolean
HypArchiveAuthCallable.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
Modifier and TypeMethodDescriptionstatic boolean
MFilesAuthCallable.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