| Package | Description | 
|---|---|
| de.xima.fc.api.entity | 
 Package für den API-Zugriff auf Modellklassen 
 | 
| 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.manager | |
| de.xima.fc.mdl.enums | 
 Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden. 
 | 
| de.xima.fc.web.common.respond | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
TextbausteinAPI.mandantSpecificMsg(UserContext uc,
                  Mandant mandant,
                  ETextbausteinMsgCode textbausteinCode)
Methode zum Ermitteln einer Nachricht basierend auf einem  
Mandanten und eines Textbaustein-Codes. | 
| 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 | 
|---|---|
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 | 
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 | 
|---|---|
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)  | 
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.