| Package | Description | 
|---|---|
| de.xima.fc.api.cache | |
| de.xima.fc.api.entity | 
 Package for the API access of the model classes. 
 | 
| de.xima.fc.api.system | 
 Package for API access to system configuration. 
 | 
| de.xima.fc.dao.impl | |
| de.xima.fc.dao.interfaces | |
| de.xima.fc.entities | 
 Package für Datenbankentitäten 
 | 
| de.xima.fc.exporter.entity | |
| de.xima.fc.form.render | |
| de.xima.fc.gui.bean.project | |
| de.xima.fc.gui.bean.templates | |
| de.xima.fc.gui.bean.workflow | |
| de.xima.fc.gui.builder | |
| de.xima.fc.gui.utils.data | |
| de.xima.fc.handler.entity | |
| de.xima.fc.handler.interfaces.entity | |
| de.xima.fc.handler.interfaces.system | |
| de.xima.fc.handler.system | |
| de.xima.fc.i18n | |
| de.xima.fc.importer.config | |
| de.xima.fc.importer.stager | |
| de.xima.fc.interfaces.form | |
| de.xima.fc.interfaces.setup | |
| de.xima.fc.manager | |
| de.xima.fc.mdl.workflow | |
| de.xima.fc.setup | 
 Package to create clients, trigger updates and configure the system-logger 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static com.alibaba.fastjson.JSONObject | 
GenericDataCache.getCachedI18nValues(UserContext uc,
                   Textbaustein template)  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
TextbausteinAPI.getByMandantAndName(UserContext uc,
                   int mandantID,
                   String templateName)  | 
Textbaustein | 
TextbausteinAPI.getByMandantAndName(UserContext uc,
                   Mandant mandant,
                   String name)  | 
Textbaustein | 
TextbausteinAPI.getByUUID(UserContext uc,
         Mandant client,
         String uuid)
Method for determining an  
Textbaustein by an UUID as String and the client | 
Textbaustein | 
TextbausteinAPI.getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)
Method for determining an  
Textbaustein by an UUID and the client | 
Textbaustein | 
TextbausteinAPI.getFD2Theme(UserContext uc,
           Mandant mandant,
           String theme)
Method for reading a CSS template of a client by his name. 
 | 
Textbaustein | 
TextbausteinAPI.getTextbausteinBy(UserContext uc,
                 Mandant mandant,
                 String name,
                 ETextbausteinKategorie category)
Method for determining a  
Textbaustein by his name and category. | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
TextbausteinAPI.getAllByMandantAndTyp(UserContext uc,
                     Mandant client,
                     ETextbausteinKategorie category)
Method for reading all templates of a client and a specified type. 
 | 
List<Textbaustein> | 
TextbausteinAPI.getTextbausteine(UserContext uc,
                Mandant mandant)
Method for determining all  
Textbaustein of a client. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
TextbausteinAPI.getI18nValues(UserContext uc,
             Textbaustein tmpl)
Method for determining all i18n values of a  
Textbaustein. | 
| Modifier and Type | Method and Description | 
|---|---|
com.alibaba.fastjson.JSONObject | 
GenericCacheAPI.getI18nValues(UserContext uc,
             Textbaustein tmpl)  | 
com.alibaba.fastjson.JSONObject | 
GenericCacheAPI.getUncachedI18nValues(UserContext uc,
                     Textbaustein template)  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
TextbausteinDao.getByKatAndName(IEntityContext ec,
               Mandant mandant,
               ETextbausteinKategorie kategorie,
               String name)  | 
Textbaustein | 
TextbausteinDao.getByMsgCode(IEntityContext ec,
            Mandant m,
            String msgCode)  | 
Textbaustein | 
TextbausteinDao.getByName(IEntityContext ec,
         Mandant mandant,
         String name)  | 
Textbaustein | 
TextbausteinDao.getByUUID(IEntityContext ec,
         Mandant client,
         String uuid)  | 
Textbaustein | 
TextbausteinDao.getByUUID(IEntityContext ec,
         Mandant client,
         UUID uuid)  | 
Textbaustein | 
TextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec,
                        Mandant m,
                        ETextbausteinMsgCode msgCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
TextbausteinDao.getAll(IEntityContext ec,
      Mandant mandant)  | 
List<Textbaustein> | 
TextbausteinDao.getAllByKat(IEntityContext ec,
           Mandant mandant,
           ETextbausteinKategorie kategorie)  | 
List<Textbaustein> | 
TextbausteinDao.getAllByProject(IEntityContext ec,
               Projekt project)  | 
protected IFCDaoActionHook<Textbaustein> | 
TextbausteinDao.getPostActionHook()  | 
protected IFCDaoActionHook<Textbaustein> | 
TextbausteinDao.getPreActionHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
TextbausteinDao.findUniqueName(IEntityContext ec,
              Mandant client,
              String candidate,
              Textbaustein exclude)  | 
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> | 
TextbausteinDao.getEntityRefs(IEntityContext ec,
             Textbaustein template)  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
ITextbausteinDao.getByKatAndName(IEntityContext ec,
               Mandant mandant,
               ETextbausteinKategorie kategorie,
               String name)  | 
Textbaustein | 
ITextbausteinDao.getByMsgCode(IEntityContext ec,
            Mandant m,
            String msgCode)  | 
Textbaustein | 
ITextbausteinDao.getByName(IEntityContext ec,
         Mandant mandant,
         String name)  | 
Textbaustein | 
ITextbausteinDao.getByUUID(IEntityContext ec,
         Mandant client,
         String uuid)
Returns the template with the given UUID string 
 | 
Textbaustein | 
ITextbausteinDao.getByUUID(IEntityContext ec,
         Mandant client,
         UUID uuid)
Returns the template with the given UUID 
 | 
Textbaustein | 
ITextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec,
                        Mandant m,
                        ETextbausteinMsgCode msgCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
ITextbausteinDao.getAll(IEntityContext ec,
      Mandant m)  | 
List<Textbaustein> | 
ITextbausteinDao.getAllByKat(IEntityContext ec,
           Mandant mandant,
           ETextbausteinKategorie kategorie)  | 
List<Textbaustein> | 
ITextbausteinDao.getAllByProject(IEntityContext ec,
               Projekt project)
Returns all templates that are being used by the given project 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ITextbausteinDao.findUniqueName(IEntityContext ec,
              Mandant client,
              String candidate,
              Textbaustein exclude)
Returns a name that is not taken by another  
Textbaustein in the given client other than the excluded
 template. | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
ProjectDOIData.getOptInErrorTemplate()  | 
Textbaustein | 
ProjectDOIData.getOptInSuccessTemplate()  | 
Textbaustein | 
ProjectDOIData.getReceivedSuccessTemplate()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProjectDOIData.setOptInErrorTemplate(Textbaustein optInErrorTemplate)  | 
void | 
ProjectDOIData.setOptInSuccessTemplate(Textbaustein optInSuccessTemplate)  | 
void | 
ProjectDOIData.setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate)  | 
| Constructor and Description | 
|---|
TemplateExporter(IEntityContext ec,
                Textbaustein... entities)
Deprecated.  
 | 
TemplateExporter(IEntityContext ec,
                Textbaustein entity)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Textbaustein | 
FormRenderContext.themeTextbaustein  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
FormRenderContext.getThemeTextbaustein()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormRenderContext.setThemeTextbaustein(Textbaustein themeTextbaustein)  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
ProjectDOIBean.getOptInErrorTemplate()  | 
Textbaustein | 
ProjectDOIBean.getOptInSuccessTemplate()  | 
Textbaustein | 
ProjectDOIBean.getReceivedSuccessTemplate()  | 
Textbaustein | 
ProjectShareBean.getRpTheme()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
ProjectShareBean.getAvailableThemes()  | 
List<Textbaustein> | 
ProjectDOIBean.getTbList()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProjectDOIBean.setOptInErrorTemplate(Textbaustein optInErrorTemplate)  | 
void | 
ProjectDOIBean.setOptInSuccessTemplate(Textbaustein optInSuccessTemplate)  | 
void | 
ProjectDOIBean.setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate)  | 
void | 
ProjectShareBean.setRpTheme(Textbaustein rpTheme)  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
TemplatesBean.EntityListModelImpl.getNew()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
TemplatesBean.getAllByType(ETextbausteinKategorie kat)  | 
IEntityListModelSelectByView<Textbaustein> | 
TemplatesBean.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
TemplatesBean.EntityListModelImpl.deleteEntity(Textbaustein entity)
Deletes the given  
Textbaustein if it is not being used by project actions | 
void | 
TemplatesBean.EntityListModelImpl.setSelected(Textbaustein selected)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TemplatesBean.setModel(IEntityListModelSelectByView<Textbaustein> model)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
ProcessingBean.getTextbausteineByKategorie(ETextbausteinKategorie kategorie)
Liefert Liste mit mandanten-spezifische Textbausteinen einer bestimmten Kategorie. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AFormShareScriptBuilder | 
AFormShareScriptBuilder.withRpTheme(Textbaustein rpTheme)  | 
| Modifier and Type | Method and Description | 
|---|---|
static StringDataSheet | 
StringDataSheetUtils.getDataSheetFromTemplate(Textbaustein template,
                        Locale clientLocale,
                        String technicalNameKeyColumn,
                        String displayNameKeyColumn,
                        String technicalNameDefaultColumn)
Create a  
StringDataSheet object and returns it. | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
TextbausteinHandler.getByMandantAndName(UserContext uc,
                   Mandant mandant,
                   String name)  | 
Textbaustein | 
TextbausteinHandler.getByUUID(UserContext uc,
         Mandant client,
         String uuid)  | 
Textbaustein | 
TextbausteinHandler.getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)  | 
Textbaustein | 
TextbausteinHandler.getTextbausteinBy(UserContext uc,
                 Mandant mandant,
                 String name,
                 ETextbausteinKategorie kategorie)
Gets the textbaustein by. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
TextbausteinHandler.getTextbausteine(UserContext uc,
                Mandant mandant)
Gets the textbausteine. 
 | 
List<Textbaustein> | 
TextbausteinHandler.getTextbausteineByKategorie(UserContext uc,
                           Mandant mandant,
                           ETextbausteinKategorie kategorie)
Gets the textbausteine vom uebergebenen Typ. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
TextbausteinHandler.getI18nValues(UserContext uc,
             Textbaustein template)  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
ITextbausteinHandler.getByMandantAndName(UserContext uc,
                   Mandant mandant,
                   String name)  | 
Textbaustein | 
ITextbausteinHandler.getByUUID(UserContext uc,
         Mandant client,
         String uuid)  | 
Textbaustein | 
ITextbausteinHandler.getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)  | 
Textbaustein | 
ITextbausteinHandler.getTextbausteinBy(UserContext uc,
                 Mandant mandant,
                 String name,
                 ETextbausteinKategorie kategorie)
Gets the textbaustein by. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
ITextbausteinHandler.getTextbausteine(UserContext uc,
                Mandant mandant)
Gets the textbausteine. 
 | 
List<Textbaustein> | 
ITextbausteinHandler.getTextbausteineByKategorie(UserContext uc,
                           Mandant mandant,
                           ETextbausteinKategorie kategorie)
Gets the textbausteine vom uebergebenen Typ. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
ITextbausteinHandler.getI18nValues(UserContext uc,
             Textbaustein template)
Provides the i18n values from the template. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.alibaba.fastjson.JSONObject | 
IGenericCacheHandler.getUncachedI18nValues(UserContext uc,
                     Textbaustein template)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.alibaba.fastjson.JSONObject | 
GenericCacheHandler.getUncachedI18nValues(UserContext uc,
                     Textbaustein template)  | 
| Constructor and Description | 
|---|
I18nValuesJSONBuilder(UserContext uc,
                     Textbaustein template)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Textbaustein | 
TemplateImportConfig.findPersisted(IEntityContext ec)  | 
| Constructor and Description | 
|---|
TemplateImportConfig(IEntityContext ec,
                    Mandant client,
                    Textbaustein entity,
                    Set<IEntityDependency> dependencies,
                    String importJson)  | 
| Constructor and Description | 
|---|
TemplateImportStager(IEntityContext ec,
                    Textbaustein entity,
                    Mandant client)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
IFormRenderContext.getThemeTextbaustein()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFormRenderContext.setThemeTextbaustein(Textbaustein themeTextbaustein)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Textbaustein> | 
IDefaultMandantData.getAllTemplates(Locale locale)
Deprecated.  
  | 
List<Textbaustein> | 
IClientCreateData.getAllTemplates(Locale locale)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Textbaustein | 
TextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec,
                        Mandant m,
                        ETextbausteinMsgCode msgCode)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text. 
 | 
static Textbaustein | 
TextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec,
                        Mandant m,
                        String msgCode)  | 
static Textbaustein | 
TextbausteinManager.getTextbausteinByName(IEntityContext ec,
                     Mandant mandant,
                     ETextbausteinKategorie kategorie,
                     String name)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie. 
 | 
static Textbaustein | 
TextbausteinManager.getTextbausteinByName(IEntityContext ec,
                     Mandant mandant,
                     String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text. 
 | 
static Textbaustein | 
TextbausteinManager.getTextbausteineByName(IEntityContext ec,
                      Mandant mandant,
                      String name)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<Textbaustein> | 
TextbausteinManager.getTextbausteine(IEntityContext ec,
                Mandant m)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte. 
 | 
static List<Textbaustein> | 
TextbausteinManager.getTextbausteineByKategorie(IEntityContext ec,
                           Mandant mandant,
                           ETextbausteinKategorie kategorie)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,String> | 
TextbausteinManager.getI18nValues(IEntityContext ec,
             Textbaustein template)
Provides the i18n values for the given template. 
 | 
| Constructor and Description | 
|---|
WorkflowResponse(Vorgang vorgang,
                EResponseType type,
                Textbaustein value,
                boolean success)  | 
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
DefaultClientCreator.createI18nTemplate(IEntityContext ec,
                  Locale installLocale,
                  Mandant client)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Textbaustein> | 
DefaultClientCreator.createTemplates(IEntityContext ec,
               IClientCreateData defaultData,
               Locale installLocale,
               Mandant client)  | 
protected List<Textbaustein> | 
DefaultClientCreator.createTextbausteine(IEntityContext ec,
                   IClientCreateData defaultData,
                   Locale installLocale,
                   Mandant client)
 | 
ArrayList<Textbaustein> | 
DefaultClientData.getAllTemplates(Locale locale)  | 
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.