Uses of Enum
de.xima.fc.mdl.enums.ETextbausteinMsgCode
Packages that use ETextbausteinMsgCode
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of ETextbausteinMsgCode in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type ETextbausteinMsgCodeModifier and TypeMethodDescriptionTextbausteinAPI.mandantSpecificMsg(UserContext uc, Mandant mandant, ETextbausteinMsgCode textbausteinCode) Method for determining a message based on aMandantand aTextbausteincode. -
Uses of ETextbausteinMsgCode in de.xima.fc.bl.fdv.processing.result
Methods in de.xima.fc.bl.fdv.processing.result that return ETextbausteinMsgCodeConstructors in de.xima.fc.bl.fdv.processing.result with parameters of type ETextbausteinMsgCodeModifierConstructorDescriptionProcessingResultTemplate(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 ETextbausteinMsgCodeModifier and TypeMethodDescriptionTextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) -
Uses of ETextbausteinMsgCode in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type ETextbausteinMsgCodeModifier and TypeMethodDescriptionITextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) -
Uses of ETextbausteinMsgCode in de.xima.fc.entities
Methods in de.xima.fc.entities that return ETextbausteinMsgCodeMethods in de.xima.fc.entities with parameters of type ETextbausteinMsgCode -
Uses of ETextbausteinMsgCode in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type ETextbausteinMsgCodeModifier and TypeMethodDescriptionTextbausteinHandler.mandantSpecificMsg(UserContext uc, Mandant mandant, ETextbausteinMsgCode msgCode) Mandant specific msg. -
Uses of ETextbausteinMsgCode in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type ETextbausteinMsgCodeModifier and TypeMethodDescriptionITextbausteinHandler.mandantSpecificMsg(UserContext uc, Mandant mandant, ETextbausteinMsgCode msgCode) Mandant specific msg. -
Uses of ETextbausteinMsgCode in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return ETextbausteinMsgCode -
Uses of ETextbausteinMsgCode in de.xima.fc.interfaces.processing.result
Methods in de.xima.fc.interfaces.processing.result that return ETextbausteinMsgCodeModifier and TypeMethodDescriptiondefault ETextbausteinMsgCodeIProcessingResultTemplate.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 ETextbausteinMsgCodeModifier and TypeMethodDescriptionIWorkflowHttpHandler.requestResponseTemplate(ETextbausteinMsgCode messageCode) -
Uses of ETextbausteinMsgCode in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type ETextbausteinMsgCodeModifier and TypeMethodDescriptionstatic voidTextbausteinManager.createOrUpdateTemplate(IEntityContext ec, ETextbausteinMsgCode msgCode, Mandant client) static StringTextbausteinManager.getDefaultTextValue(ETextbausteinMsgCode msgCode, Locale locale) static StringTextbausteinManager.getMandantSpecificMsg(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static TextbausteinTextbausteinManager.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 ETextbausteinMsgCodeModifier and TypeMethodDescriptionstatic ETextbausteinMsgCodeEUserAuthorizationType.getTemplate(Set<EUserAuthorizationType> type) Deprecated.static ETextbausteinMsgCodeReturns 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 ETextbausteinMsgCodeMethods in de.xima.fc.mdl.workflow with parameters of type ETextbausteinMsgCode -
Uses of ETextbausteinMsgCode in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type ETextbausteinMsgCodeModifier and TypeMethodDescriptionstatic TextbausteinEntityDummyFactory.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 ETextbausteinMsgCodeModifier and TypeMethodDescriptionstatic StringFormResponder.prepareMsg(Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode) static StringFormResponder.prepareMsg(IExtendedFormRequestContext ctx, ETextbausteinMsgCode msgCode) static StringFormResponder.prepareMsg(String context, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode) Deprecated.static StringFormResponder.prepareMsg(javax.servlet.http.HttpServletRequest request, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode) static voidFormResponder.respond(IExtendedFormRequestContext ctx, ETextbausteinMsgCode msgCode, boolean success) Deprecated.static voidFormResponder.respond(IExtendedFormRequestContext ctx, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect) static voidFormResponder.respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, ValueParameters values, Mandant man, ETextbausteinMsgCode msgCode, boolean success) Deprecated.static voidFormResponder.respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Locale locale, UserContext uc, Mandant man, ETextbausteinMsgCode code, boolean success) static voidFormResponder.respondDefaultTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, ETextbausteinMsgCode msgCode, boolean success) static voidFormResponder.respondTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Locale locale, String templateText, boolean success, ETextbausteinMsgCode msgCode) static voidFormResponder.respondTemplateByCtx(IExtendedFormRequestContext ctx, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect) static voidFormResponder.respondTemplateByServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Mandant client, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect) -
Uses of ETextbausteinMsgCode in de.xima.fc.workflow
Constructors in de.xima.fc.workflow with parameters of type ETextbausteinMsgCodeModifierConstructorDescriptionSupplyDefaultServletResponsePostProcessor(ETextbausteinMsgCode success, ETextbausteinMsgCode failure) -
Uses of ETextbausteinMsgCode in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return ETextbausteinMsgCode
FormResponder.prepareMsg(Mandant, Locale, UserContext, ETextbausteinMsgCode)