Modifier and Type | Method and Description |
---|---|
protected Mandant |
AClientDependentDesignerServlet.getAuthorizedClient(XfcSession session,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FormEditValidator.checkBackupFormVersionContext(XfcSession session,
FormVersionBackup backup) |
static boolean |
FormEditValidator.checkCurrentFormVersionContext(XfcSession session,
FormVersion fv) |
Modifier and Type | Method and Description |
---|---|
static ProjektRessource |
ProjektRessourceHelper.createProjektRessource(UserContext uc,
XfcSession xfs,
Projekt projekt,
org.apache.commons.fileupload.FileItem item) |
Modifier and Type | Method and Description |
---|---|
XfcSession |
FormRenderContext.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setSession(XfcSession session) |
Modifier and Type | Field and Description |
---|---|
protected XfcSession |
FormRequestContext.xfcSession |
Modifier and Type | Method and Description |
---|---|
XfcSession |
FormRequestContext.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContext.setSession(XfcSession xfcSession) |
Modifier and Type | Method and Description |
---|---|
XfcSession |
LoginBean.createSession(Benutzer user) |
Modifier and Type | Method and Description |
---|---|
XfcSession |
IFormRenderContext.getSession() |
XfcSession |
IFormRequestContext.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setSession(XfcSession session) |
void |
IFormRequestContext.setSession(XfcSession session) |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
static 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 |
XfcSessionManager.createNew(javax.servlet.http.HttpSession session,
Benutzer user) |
static XfcSession |
XfcSessionManager.createNew(javax.servlet.http.HttpSession session,
Benutzer user,
String loginName) |
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.current(String id)
Vor allem für Multi-Session-Betrieb.
|
static XfcSession |
XfcSessionManager.currentOrNull(javax.servlet.http.HttpSession session)
Returns the XFC session for the given HTTP session, if it exists.
|
XfcSession |
FD2Session.getXfcSession() |
XfcSession |
FRQSession.getXfcSession()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,XfcSession> |
XfcSessionManager.getSessionMap() |
Modifier and Type | Method and Description |
---|---|
static FD2Session |
FD2SessionManager.addSession(XfcSession userSession,
String formSessionID) |
static FRQSession |
FRQSessionManager.addSession(XfcSession userSession,
String formSessionID)
Deprecated.
|
static FD2Session |
FD2SessionManager.getSession(XfcSession xfcSess,
String formSessionID) |
static FRQSession |
FRQSessionManager.getSession(XfcSession xfcSess,
String formSessionID)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ByteArrayOutputStream |
FDToExcelTransformer.createForPostfach(UserContext uc,
List<String> vl,
XfcSession sess,
de.xima.cmn.criteria.QueryCriteriaManager qm,
boolean withAlias,
boolean multiline,
Benutzer ben)
|
ByteArrayOutputStream |
FDToExcelTransformer.createForPostfach(UserContext uc,
List<String> vl,
XfcSession sess,
de.xima.cmn.criteria.QueryCriteriaManager qm,
EColumnLabelType columnLabelType,
boolean multiline,
Benutzer ben)
|
ByteArrayOutputStream |
FDToExcelTransformer.createForProjektPostfach(Projekt projekt,
List<ExtendedEntityModel<Vorgang>> vorgaenge,
XfcSession sess,
boolean withAlias)
Deprecated.
|
ByteArrayOutputStream |
FDToExcelTransformer.createForProjektPostfach(Projekt projekt,
List<ExtendedEntityModel<Vorgang>> vorgaenge,
XfcSession sess,
EColumnLabelType columnLabelType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static UserContext |
UserContextFactory.forXfcSession(XfcSession session) |
Modifier and Type | Method and Description |
---|---|
static 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(javax.servlet.http.HttpServletRequest request,
String lang,
XfcSession frqSession) |
static Locale |
LocaleUtils.getLocale(javax.servlet.http.HttpServletRequest req,
XfcSession xfcSess) |
static Locale |
LocaleUtils.getLocale(String lang,
XfcSession xfcSess) |
static Locale |
LocaleUtils.getLocale(ValueParameters params,
XfcSession xfcSess)
Deprecated.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.