Uses of Class
de.xima.fc.mdl.enums.ETextbausteinMsgCode
-
Packages that use ETextbausteinMsgCode 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ätende.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.interfaces.processing de.xima.fc.interfaces.processing.result de.xima.fc.interfaces.workflow.execution de.xima.fc.manager de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.workflow de.xima.fc.testhelper de.xima.fc.web.common.respond de.xima.fc.workflow de.xima.fc.workflow.model -
-
Uses of ETextbausteinMsgCode in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type ETextbausteinMsgCode Modifier and Type Method Description Textbaustein
TextbausteinAPI. getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)
Finds atext template
by itsmessage code
.String
TextbausteinAPI. mandantSpecificMsg(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)
Finds the content of atext template
by itsmessage code
. -
Uses of ETextbausteinMsgCode in de.xima.fc.bl.fdv.processing.result
Methods in de.xima.fc.bl.fdv.processing.result that return ETextbausteinMsgCode Modifier and Type Method Description ETextbausteinMsgCode
ProcessingResultTemplate. getMsgCode()
Deprecated.Constructors in de.xima.fc.bl.fdv.processing.result with parameters of type ETextbausteinMsgCode Constructor Description ProcessingResultTemplate(String value, ETextbausteinMsgCode msgCode)
Deprecated.ProcessingResultTemplate(String value, ETextbausteinMsgCode msgCode, boolean success)
Deprecated. -
Uses of ETextbausteinMsgCode in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type ETextbausteinMsgCode Modifier and Type Method Description Textbaustein
TextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode)
-
Uses of ETextbausteinMsgCode in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type ETextbausteinMsgCode Modifier and Type Method Description Textbaustein
ITextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode)
-
Uses of ETextbausteinMsgCode in de.xima.fc.entities
Methods in de.xima.fc.entities that return ETextbausteinMsgCode Modifier and Type Method Description ETextbausteinMsgCode
Textbaustein. getMsgCode()
Methods in de.xima.fc.entities with parameters of type ETextbausteinMsgCode Modifier and Type Method Description void
Textbaustein. setMsgCode(ETextbausteinMsgCode msgCode)
-
Uses of ETextbausteinMsgCode in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type ETextbausteinMsgCode Modifier and Type Method Description Textbaustein
TextbausteinHandler. getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)
String
TextbausteinHandler. mandantSpecificMsg(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)
-
Uses of ETextbausteinMsgCode in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type ETextbausteinMsgCode Modifier and Type Method Description Textbaustein
ITextbausteinHandler. getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)
Finds atext template
by itsmessage code
.String
ITextbausteinHandler. mandantSpecificMsg(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode)
Mandant specific msg. -
Uses of ETextbausteinMsgCode in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return ETextbausteinMsgCode Modifier and Type Method Description ETextbausteinMsgCode
IWorkflowResponse. getMsgCode()
Deprecated. -
Uses of ETextbausteinMsgCode in de.xima.fc.interfaces.processing.result
Methods in de.xima.fc.interfaces.processing.result that return ETextbausteinMsgCode Modifier and Type Method Description default ETextbausteinMsgCode
IProcessingResultTemplate. getMsgCode()
Deprecated.Getter for the template message code -
Uses of ETextbausteinMsgCode in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type ETextbausteinMsgCode Modifier and Type Method Description IServletResponse
IWorkflowHttpHandler. requestResponseTemplate(ETextbausteinMsgCode messageCode)
-
Uses of ETextbausteinMsgCode in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type ETextbausteinMsgCode Modifier and Type Method Description static void
TextbausteinManager. createOrUpdateTemplate(IEntityContext ec, ETextbausteinMsgCode msgCode, Mandant client)
static String
TextbausteinManager. getDefaultTextValue(ETextbausteinMsgCode msgCode, Locale locale)
static String
TextbausteinManager. getMandantSpecificMsg(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static Textbaustein
TextbausteinManager. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text. -
Uses of ETextbausteinMsgCode in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ETextbausteinMsgCode Modifier and Type Method Description static ETextbausteinMsgCode
EUserAuthorizationType. getTemplate(Set<EUserAuthorizationType> type)
Deprecated.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. -
Uses of ETextbausteinMsgCode in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return ETextbausteinMsgCode Modifier and Type Method Description ETextbausteinMsgCode
WorkflowResponse. getMsgCode()
Methods in de.xima.fc.mdl.workflow with parameters of type ETextbausteinMsgCode Modifier and Type Method Description void
WorkflowResponse. setMsgCode(ETextbausteinMsgCode msgCode)
-
Uses of ETextbausteinMsgCode in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type ETextbausteinMsgCode Modifier and Type Method Description static Textbaustein
EntityDummyFactory. dummyTemplate(String name, String textValue, ETextbausteinKategorie cat, ETextbausteinMsgCode msgCode, Mandant client)
-
Uses of ETextbausteinMsgCode in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type ETextbausteinMsgCode Modifier and Type Method Description static FormResponder.TemplateMessageData
FormResponder. loadMessageData(javax.servlet.http.HttpServletRequest request, Mandant client, UserContext uc, ETextbausteinMsgCode msgCode)
static String
FormResponder. prepareMsg(Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode)
Deprecated, for removal: This API element is subject to removal in a future version.static String
FormResponder. prepareMsg(IExtendedFormRequestContext ctx, ETextbausteinMsgCode msgCode)
Deprecated, for removal: This API element is subject to removal in a future version.static String
FormResponder. prepareMsg(String context, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode)
Deprecated, for removal: This API element is subject to removal in a future version.static String
FormResponder. prepareMsg(javax.servlet.http.HttpServletRequest request, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode)
Deprecated, for removal: This API element is subject to removal in a future version.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. respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, ValueParameters values, Mandant man, ETextbausteinMsgCode msgCode, boolean success)
Deprecated, for removal: This API element is subject to removal in a future version.static void
FormResponder. respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Locale locale, UserContext uc, Mandant client, Projekt project, ETextbausteinMsgCode code, boolean success)
static void
FormResponder. respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Locale locale, UserContext uc, Mandant man, ETextbausteinMsgCode code, boolean success)
Deprecated, for removal: This API element is subject to removal in a future version.static void
FormResponder. respondDefaultTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client, Projekt project, ETextbausteinMsgCode msgCode, boolean success)
static void
FormResponder. respondDefaultTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, ETextbausteinMsgCode msgCode, boolean success)
Deprecated, for removal: This API element is subject to removal in a future version.static void
FormResponder. respondTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client, Projekt project, Locale locale, String templateText, boolean success, ETextbausteinMsgCode msgCode, FormThemeReference formTheme)
static void
FormResponder. respondTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Locale locale, String templateText, boolean success, ETextbausteinMsgCode msgCode)
Deprecated, for removal: This API element is subject to removal in a future version.static void
FormResponder. respondTemplateByCtx(IExtendedFormRequestContext ctx, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect)
static void
FormResponder. respondTemplateByServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Mandant client, Projekt project, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect)
static void
FormResponder. respondTemplateByServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Mandant client, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ETextbausteinMsgCode in de.xima.fc.workflow
Constructors in de.xima.fc.workflow with parameters of type ETextbausteinMsgCode Constructor Description SupplyDefaultServletResponsePostProcessor(ETextbausteinMsgCode success, ETextbausteinMsgCode failure)
-
Uses of ETextbausteinMsgCode in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return ETextbausteinMsgCode Modifier and Type Method Description ETextbausteinMsgCode
TaskExecutionResultWrapper. getMsgCode()
-