Uses of Class
de.xima.fc.session.XfcSession
Packages that use XfcSession
Package
Description
-
Uses of XfcSession in de.xima.fc.form.edit
Methods in de.xima.fc.form.edit with parameters of type XfcSessionModifier and TypeMethodDescriptionstatic boolean
FormEditValidator.checkBackupFormVersionContext
(XfcSession session, FormVersionBackup backup) Deprecated.static boolean
FormEditValidator.checkCurrentFormVersionContext
(XfcSession session, FormVersion fv) Deprecated. -
Uses of XfcSession in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type XfcSessionModifier and TypeMethodDescriptionstatic ProjektRessource
ProjektRessourceHelper.createProjektRessource
(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item) Deprecated. -
Uses of XfcSession in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return XfcSessionMethods in de.xima.fc.form.render with parameters of type XfcSession -
Uses of XfcSession in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as XfcSessionMethods in de.xima.fc.form.request that return XfcSessionMethods in de.xima.fc.form.request with parameters of type XfcSession -
Uses of XfcSession in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return XfcSession -
Uses of XfcSession in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return XfcSessionModifier and TypeMethodDescriptionIFormRenderContext.getSession()
IFormRequestContext.getSession()
Methods in de.xima.fc.interfaces.form with parameters of type XfcSessionModifier and TypeMethodDescriptionvoid
IFormRenderContext.setSession
(XfcSession session) void
IFormRequestContext.setSession
(XfcSession session) -
Uses of XfcSession in de.xima.fc.servlet.manager
Methods in de.xima.fc.servlet.manager with parameters of type XfcSessionModifier and TypeMethodDescriptionstatic void
DownloadManager.handleAttachment
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, XfcSession xfs, UserContext uc) static void
DownloadManager.handleProjektRessource
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, XfcSession xfs, UserContext uc) -
Uses of XfcSession in de.xima.fc.session
Methods in de.xima.fc.session that return XfcSessionModifier and TypeMethodDescriptionstatic XfcSession
XfcSessionManager.createNew
(javax.servlet.http.HttpSession session) Session-Initialisierung (vor allem für Multi-Session-Betrieb), die den Mandanten des übergebenen Benutzers verwendet.static XfcSession
Deprecated.UseXfcSessionManager.createNew(HttpSession)
instead.static XfcSession
XfcSessionManager.createNew
(javax.servlet.http.HttpSession session, Benutzer user, String loginName) Deprecated.UseXfcSessionManager.createNew(HttpSession)
instead.static XfcSession
Vor allem für Multi-Session-Betrieb.static XfcSession
XfcSessionManager.current
(javax.servlet.http.HttpServletRequest req) Returns the XFC session for the HTTP session associated with the given HTTP request.static XfcSession
XfcSessionManager.current
(javax.servlet.http.HttpSession session) Returns the XFC session for the given HTTP session.static XfcSession
XfcSessionManager.currentOrNull
(javax.servlet.http.HttpSession session) Returns the XFC session for the given HTTP session, if it exists.FD2Session.getXfcSession()
Deprecated.FRQSession.getXfcSession()
Deprecated.Methods in de.xima.fc.session that return types with arguments of type XfcSessionModifier and TypeMethodDescriptionstatic Map<String,
XfcSession> XfcSessionManager.getSessionMap()
Methods in de.xima.fc.session with parameters of type XfcSessionModifier and TypeMethodDescriptionstatic FD2Session
FD2SessionManager.addSession
(XfcSession userSession, String formSessionID) Deprecated.static FRQSession
FRQSessionManager.addSession
(XfcSession userSession, String formSessionID) Deprecated.static FD2Session
FD2SessionManager.getSession
(XfcSession xfcSess, String formSessionID) Deprecated.static FRQSession
FRQSessionManager.getSession
(XfcSession xfcSess, String formSessionID) Deprecated. -
Uses of XfcSession in de.xima.fc.transform.excel
Methods in de.xima.fc.transform.excel with parameters of type XfcSessionModifier and TypeMethodDescriptionFDToExcelTransformer.createForPostfach
(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, boolean withAlias, boolean multiline, Benutzer ben) FDToExcelTransformer.createForPostfach
(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, EColumnLabelType columnLabelType, boolean multiline, Benutzer ben) FDToExcelTransformer.createForProjektPostfach
(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, boolean withAlias) Deprecated.FDToExcelTransformer.createForProjektPostfach
(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, EColumnLabelType columnLabelType) Deprecated. -
Uses of XfcSession in de.xima.fc.transform.xml
Methods in de.xima.fc.transform.xml with parameters of type XfcSessionModifier and TypeMethodDescriptionstatic RootFdXml
FDToXmlTransformer.createForPostfach
(UserContext uc, List<String> vl, XfcSession xfcSesssion, de.xima.cmn.criteria.QueryCriteriaManager qcm, Benutzer user) static RootFdXml
FDToXmlTransformer.createForProjektPostfach
(List<ExtendedEntityModel<Vorgang>> processes, XfcSession sess) Deprecated. -
Uses of XfcSession in de.xima.fc.user
Methods in de.xima.fc.user with parameters of type XfcSessionModifier and TypeMethodDescriptionstatic UserContext
UserContextFactory.forXfcSession
(XfcSession session) Deprecated. -
Uses of XfcSession in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils with parameters of type XfcSessionModifier and TypeMethodDescriptionstatic String
LocaleUtils.getLanguage
(IFormRenderContext renderCtx, XfcSession session) Liefert für diesen RenderContext und Session den gültigen Language-Key in der ISO-Form "en".static String
LocaleUtils.getLanguageTag
(IFormRenderContext renderCtx, XfcSession session) Liefert für diesen RenderContext und Session den gültigen Language-Tag in der ISO-Form "en-GB".static Locale
LocaleUtils.getLocale
(ValueParameters params, XfcSession xfcSess) Deprecated.static Locale
LocaleUtils.getLocale
(String lang, XfcSession xfcSess) static Locale
LocaleUtils.getLocale
(javax.servlet.http.HttpServletRequest req, XfcSession xfcSess) static Locale
LocaleUtils.getLocale
(javax.servlet.http.HttpServletRequest request, String lang, XfcSession frqSession)
UserMgmtUtils.canEditProject(de.xima.fc.interfaces.user.IUser, Projekt)
instead.