Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.bl.fdv.processing.result | |
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.interfaces.processing | |
de.xima.fc.interfaces.processing.result | |
de.xima.fc.manager | |
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
de.xima.fc.mdl.workflow | |
de.xima.fc.web.common.respond |
Modifier and Type | Method and Description |
---|---|
String |
TextbausteinAPI.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode textbausteinCode)
Method for determining a message based on a
Mandant and a Textbaustein code. |
Modifier and Type | Method and Description |
---|---|
ETextbausteinMsgCode |
ProcessingResultTemplate.getMsgCode() |
Constructor and Description |
---|
ProcessingResultTemplate(String value,
ETextbausteinMsgCode msgCode) |
ProcessingResultTemplate(String value,
ETextbausteinMsgCode msgCode,
boolean success) |
Modifier and Type | Method and Description |
---|---|
Textbaustein |
TextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode) |
Modifier and Type | Method and Description |
---|---|
Textbaustein |
ITextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode) |
Modifier and Type | Method and Description |
---|---|
ETextbausteinMsgCode |
Textbaustein.getMsgCode() |
Modifier and Type | Method and Description |
---|---|
void |
Textbaustein.setMsgCode(ETextbausteinMsgCode msgCode) |
Modifier and Type | Method and Description |
---|---|
String |
TextbausteinHandler.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode msgCode)
Mandant specific msg.
|
Modifier and Type | Method and Description |
---|---|
String |
ITextbausteinHandler.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode msgCode)
Mandant specific msg.
|
Modifier and Type | Method and Description |
---|---|
ETextbausteinMsgCode |
IWorkflowResponse.getMsgCode() |
Modifier and Type | Method and Description |
---|---|
default ETextbausteinMsgCode |
IProcessingResultTemplate.getMsgCode() |
Modifier and Type | Method and Description |
---|---|
static String |
TextbausteinManager.getMandantSpecificMsg(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.
|
static Textbaustein |
TextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.
|
Modifier and Type | Method and Description |
---|---|
static ETextbausteinMsgCode |
EUserAuthorizationType.getTemplate(Set<EUserAuthorizationType> type) |
static ETextbausteinMsgCode |
ETextbausteinMsgCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETextbausteinMsgCode[] |
ETextbausteinMsgCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ETextbausteinMsgCode |
WorkflowResponse.getMsgCode() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowResponse.setMsgCode(ETextbausteinMsgCode msgCode) |
Modifier and Type | Method and Description |
---|---|
static String |
FormResponder.prepareMsg(javax.servlet.http.HttpServletRequest request,
Mandant man,
Locale loc,
UserContext uc,
ETextbausteinMsgCode msgCode) |
static String |
FormResponder.prepareMsg(IExtendedFormRequestContext ctx,
ETextbausteinMsgCode msgCode) |
static String |
FormResponder.prepareMsg(String context,
Mandant man,
Locale loc,
UserContext uc,
ETextbausteinMsgCode msgCode) |
static void |
FormResponder.respond(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
Locale locale,
UserContext uc,
Mandant man,
ETextbausteinMsgCode code,
boolean success) |
static void |
FormResponder.respond(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
ValueParameters values,
Mandant man,
ETextbausteinMsgCode msgCode,
boolean success)
Deprecated.
|
static void |
FormResponder.respond(IExtendedFormRequestContext ctx,
ETextbausteinMsgCode msgCode,
boolean success)
Deprecated.
|
static void |
FormResponder.respond(IExtendedFormRequestContext ctx,
ETextbausteinMsgCode msgCode,
boolean success,
boolean withRedirect) |
static void |
FormResponder.respondDefaultTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
ETextbausteinMsgCode msgCode,
boolean success) |
static void |
FormResponder.respondTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
Locale locale,
String templateText,
boolean success,
ETextbausteinMsgCode msgCode) |
static void |
FormResponder.respondTemplateByCtx(IExtendedFormRequestContext ctx,
ETextbausteinMsgCode msgCode,
boolean success,
boolean withRedirect) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.