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 booleanFormEditValidator.checkBackupFormVersionContext(XfcSession session, FormVersionBackup backup) Deprecated.static booleanFormEditValidator.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 ProjektRessourceProjektRessourceHelper.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 TypeMethodDescriptionvoidIFormRenderContext.setSession(XfcSession session) voidIFormRequestContext.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 voidDownloadManager.handleAttachment(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, XfcSession xfs, UserContext uc) static voidDownloadManager.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 XfcSessionXfcSessionManager.createNew(javax.servlet.http.HttpSession session) Session-Initialisierung (vor allem für Multi-Session-Betrieb), die den Mandanten des übergebenen Benutzers verwendet.static XfcSessionDeprecated.UseXfcSessionManager.createNew(HttpSession)instead.static XfcSessionXfcSessionManager.createNew(javax.servlet.http.HttpSession session, Benutzer user, String loginName) Deprecated.UseXfcSessionManager.createNew(HttpSession)instead.static XfcSessionVor allem für Multi-Session-Betrieb.static XfcSessionXfcSessionManager.current(javax.servlet.http.HttpServletRequest req) Returns the XFC session for the HTTP session associated with the given HTTP request.static XfcSessionXfcSessionManager.current(javax.servlet.http.HttpSession session) Returns the XFC session for the given HTTP session.static XfcSessionXfcSessionManager.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 FD2SessionFD2SessionManager.addSession(XfcSession userSession, String formSessionID) Deprecated.static FRQSessionFRQSessionManager.addSession(XfcSession userSession, String formSessionID) Deprecated.static FD2SessionFD2SessionManager.getSession(XfcSession xfcSess, String formSessionID) Deprecated.static FRQSessionFRQSessionManager.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 RootFdXmlFDToXmlTransformer.createForPostfach(UserContext uc, List<String> vl, XfcSession xfcSesssion, de.xima.cmn.criteria.QueryCriteriaManager qcm, Benutzer user) static RootFdXmlFDToXmlTransformer.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 UserContextUserContextFactory.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 StringLocaleUtils.getLanguage(IFormRenderContext renderCtx, XfcSession session) Liefert für diesen RenderContext und Session den gültigen Language-Key in der ISO-Form "en".static StringLocaleUtils.getLanguageTag(IFormRenderContext renderCtx, XfcSession session) Liefert für diesen RenderContext und Session den gültigen Language-Tag in der ISO-Form "en-GB".static LocaleLocaleUtils.getLocale(ValueParameters params, XfcSession xfcSess) Deprecated.static LocaleLocaleUtils.getLocale(String lang, XfcSession xfcSess) static LocaleLocaleUtils.getLocale(javax.servlet.http.HttpServletRequest req, XfcSession xfcSess) static LocaleLocaleUtils.getLocale(javax.servlet.http.HttpServletRequest request, String lang, XfcSession frqSession)  
UserMgmtUtils.canEditProject(de.xima.fc.interfaces.user.IUser, Projekt)instead.