Uses of Class
de.xima.fc.entities.Textbaustein
-
-
Uses of Textbaustein in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with parameters of type Textbaustein Modifier and Type Method Description static com.alibaba.fastjson.JSONObject
GenericDataCache. getCachedI18nValues(UserContext uc, Textbaustein template)
-
Uses of Textbaustein in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Textbaustein Modifier and Type Method 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 anTextbaustein
by an UUID asString
and the clientTextbaustein
TextbausteinAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Method for determining anTextbaustein
by an UUID and the clientTextbaustein
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 aTextbaustein
by his name and category.Methods in de.xima.fc.api.entity that return types with arguments of type Textbaustein Modifier and Type Method 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 allTextbaustein
of a client.Methods in de.xima.fc.api.entity with parameters of type Textbaustein Modifier and Type Method Description Map<String,String>
TextbausteinAPI. getI18nValues(UserContext uc, Textbaustein tmpl)
Method for determining all i18n values of aTextbaustein
. -
Uses of Textbaustein in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type Textbaustein Modifier and Type Method Description com.alibaba.fastjson.JSONObject
GenericCacheAPI. getI18nValues(UserContext uc, Textbaustein tmpl)
com.alibaba.fastjson.JSONObject
GenericCacheAPI. getUncachedI18nValues(UserContext uc, Textbaustein template)
-
Uses of Textbaustein in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type Textbaustein Modifier and Type Method Description static List<de.xima.cmn.dao.interfaces.IEntity<Long>>
DaoActionHookHelper. getActionsReferencingTextTemplate(IEntityContext ec, Textbaustein template)
Deprecated.Use#getReferencingWorkflowElementsInClient(IEntityContext, Mandant, IUUIDEntity)
-
Uses of Textbaustein in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Textbaustein Modifier and Type Method 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)
Methods in de.xima.fc.dao.impl that return types with arguments of type Textbaustein Modifier and Type Method 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()
Methods in de.xima.fc.dao.impl with parameters of type Textbaustein Modifier and Type Method 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)
-
Uses of Textbaustein in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Textbaustein Modifier and Type Method 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 stringTextbaustein
ITextbausteinDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the template with the given UUIDTextbaustein
ITextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)
Methods in de.xima.fc.dao.interfaces that return types with arguments of type Textbaustein Modifier and Type Method 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 projectMethods in de.xima.fc.dao.interfaces with parameters of type Textbaustein Modifier and Type Method Description String
ITextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude)
Returns a name that is not taken by anotherTextbaustein
in the given client other than the excluded template. -
Uses of Textbaustein in de.xima.fc.entities
Methods in de.xima.fc.entities that return Textbaustein Modifier and Type Method Description Textbaustein
ProjectIdentityCheckData. getFailureTemplate()
Textbaustein
ProjectDOIData. getOptInErrorTemplate()
Textbaustein
ProjectDOIData. getOptInSuccessTemplate()
Textbaustein
ProjectDOIData. getReceivedSuccessTemplate()
Methods in de.xima.fc.entities with parameters of type Textbaustein Modifier and Type Method Description void
ProjectIdentityCheckData. setFailureTemplate(Textbaustein failureTemplate)
void
ProjectDOIData. setOptInErrorTemplate(Textbaustein optInErrorTemplate)
void
ProjectDOIData. setOptInSuccessTemplate(Textbaustein optInSuccessTemplate)
void
ProjectDOIData. setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate)
-
Uses of Textbaustein in de.xima.fc.exporter.entity
Constructors in de.xima.fc.exporter.entity with parameters of type Textbaustein Constructor Description TemplateExporter(IEntityContext ec, Textbaustein entity)
TemplateExporter(IEntityContext ec, Textbaustein... entities)
Deprecated. -
Uses of Textbaustein in de.xima.fc.form.render
Fields in de.xima.fc.form.render declared as Textbaustein Modifier and Type Field Description protected Textbaustein
FormRenderContext. themeTextbaustein
Methods in de.xima.fc.form.render that return Textbaustein Modifier and Type Method Description Textbaustein
FormRenderContext. getThemeTextbaustein()
Methods in de.xima.fc.form.render with parameters of type Textbaustein Modifier and Type Method Description void
FormRenderContext. setThemeTextbaustein(Textbaustein themeTextbaustein)
-
Uses of Textbaustein in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return Textbaustein Modifier and Type Method Description Textbaustein
ProjectDOIBean. getOptInErrorTemplate()
Textbaustein
ProjectDOIBean. getOptInSuccessTemplate()
Textbaustein
ProjectDOIBean. getReceivedSuccessTemplate()
Textbaustein
ProjectShareBean. getRpTheme()
Methods in de.xima.fc.gui.bean.project that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>
ProjectAccessBean. getAvailableHtmlTemplates()
List<Textbaustein>
ProjectShareBean. getAvailableThemes()
List<Textbaustein>
ProjectDOIBean. getTbList()
Methods in de.xima.fc.gui.bean.project with parameters of type Textbaustein Modifier and Type Method Description void
ProjectDOIBean. setOptInErrorTemplate(Textbaustein optInErrorTemplate)
void
ProjectDOIBean. setOptInSuccessTemplate(Textbaustein optInSuccessTemplate)
void
ProjectDOIBean. setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate)
void
ProjectShareBean. setRpTheme(Textbaustein rpTheme)
-
Uses of Textbaustein in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates that return Textbaustein Modifier and Type Method Description Textbaustein
TemplatesBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.templates that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>
TemplatesBean. getAllByType(ETextbausteinKategorie kat)
IEntityListModelSelectByView<Textbaustein>
TemplatesBean. getModel()
Methods in de.xima.fc.gui.bean.templates with parameters of type Textbaustein Modifier and Type Method Description String
TemplatesBean.EntityListModelImpl. deleteEntity(Textbaustein entity)
Deletes the givenTextbaustein
if it is not being used by project actionsvoid
TemplatesBean.EntityListModelImpl. setSelected(Textbaustein selected)
Method parameters in de.xima.fc.gui.bean.templates with type arguments of type Textbaustein Modifier and Type Method Description void
TemplatesBean. setModel(IEntityListModelSelectByView<Textbaustein> model)
-
Uses of Textbaustein in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>
ProcessingBean. getTextbausteineByKategorie(ETextbausteinKategorie kategorie)
Deprecated.Liefert Liste mit mandanten-spezifische Textbausteinen einer bestimmten Kategorie. -
Uses of Textbaustein in de.xima.fc.gui.builder
Methods in de.xima.fc.gui.builder with parameters of type Textbaustein Modifier and Type Method Description AFormShareScriptBuilder
AFormShareScriptBuilder. withRpTheme(Textbaustein rpTheme)
-
Uses of Textbaustein in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type Textbaustein Constructor Description TextTemplateModifiedEvent(Textbaustein entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)
Creates a new entity POJO with the given data. -
Uses of Textbaustein in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type Textbaustein Modifier and Type Method Description static StringDataSheet
StringDataSheetUtils. getDataSheetFromTemplate(Textbaustein template, Locale clientLocale, String technicalNameKeyColumn, String displayNameKeyColumn, String technicalNameDefaultColumn)
Create aStringDataSheet
object and returns it. -
Uses of Textbaustein in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Textbaustein Modifier and Type Method 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.Methods in de.xima.fc.handler.entity that return types with arguments of type Textbaustein Modifier and Type Method 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.Methods in de.xima.fc.handler.entity with parameters of type Textbaustein Modifier and Type Method Description Map<String,String>
TextbausteinHandler. getI18nValues(UserContext uc, Textbaustein template)
-
Uses of Textbaustein in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Textbaustein Modifier and Type Method 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.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Textbaustein Modifier and Type Method 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.Methods in de.xima.fc.handler.interfaces.entity with parameters of type Textbaustein Modifier and Type Method Description Map<String,String>
ITextbausteinHandler. getI18nValues(UserContext uc, Textbaustein template)
Provides the i18n values from the template. -
Uses of Textbaustein in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type Textbaustein Modifier and Type Method Description com.alibaba.fastjson.JSONObject
IGenericCacheHandler. getUncachedI18nValues(UserContext uc, Textbaustein template)
-
Uses of Textbaustein in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type Textbaustein Modifier and Type Method Description com.alibaba.fastjson.JSONObject
GenericCacheHandler. getUncachedI18nValues(UserContext uc, Textbaustein template)
-
Uses of Textbaustein in de.xima.fc.i18n
Constructors in de.xima.fc.i18n with parameters of type Textbaustein Constructor Description I18nValuesJSONBuilder(UserContext uc, Textbaustein template)
-
Uses of Textbaustein in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return Textbaustein Modifier and Type Method Description protected Textbaustein
TemplateImportConfig. findPersisted(IEntityContext ec)
Methods in de.xima.fc.importer.config that return types with arguments of type Textbaustein Modifier and Type Method Description protected IGenericDao<Textbaustein>
TemplateImportConfig. getDao()
Constructors in de.xima.fc.importer.config with parameters of type Textbaustein Constructor Description TemplateImportConfig(IEntityContext ec, Mandant client, Textbaustein entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.Constructor parameters in de.xima.fc.importer.config with type arguments of type Textbaustein Constructor Description TemplateImportConfig(IEntityImportConfigData<Textbaustein> data)
-
Uses of Textbaustein in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Textbaustein Constructor Description TemplateImportStager(IEntityContext ec, Textbaustein entity, Mandant client)
Deprecated. -
Uses of Textbaustein in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return Textbaustein Modifier and Type Method Description Textbaustein
IFormRenderContext. getThemeTextbaustein()
Methods in de.xima.fc.interfaces.form with parameters of type Textbaustein Modifier and Type Method Description void
IFormRenderContext. setThemeTextbaustein(Textbaustein themeTextbaustein)
-
Uses of Textbaustein in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>
IClientCreateData. getAllTemplates(Locale locale)
List<Textbaustein>
IDefaultMandantData. getAllTemplates(Locale locale)
Deprecated. -
Uses of Textbaustein in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>
IWorkflowProvider. getTextTemplatesByCategory(ETextbausteinKategorie category)
-
Uses of Textbaustein in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type Textbaustein Modifier and Type Method Description default IServletResponse
IWorkflowHttpHandler. requestResponseTemplate(Textbaustein template)
Requests an HTTP response for the given (HTML) template. -
Uses of Textbaustein in de.xima.fc.manager
Methods in de.xima.fc.manager that return Textbaustein Modifier and Type Method 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.Methods in de.xima.fc.manager that return types with arguments of type Textbaustein Modifier and Type Method 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.Methods in de.xima.fc.manager with parameters of type Textbaustein Modifier and Type Method Description static Map<String,String>
TextbausteinManager. getI18nValues(IEntityContext ec, Textbaustein template)
Provides the i18n values for the given template. -
Uses of Textbaustein in de.xima.fc.mdl.workflow
Constructors in de.xima.fc.mdl.workflow with parameters of type Textbaustein Constructor Description WorkflowResponse(Vorgang vorgang, EResponseType type, Textbaustein value, boolean success)
-
Uses of Textbaustein in de.xima.fc.setup
Methods in de.xima.fc.setup that return Textbaustein Modifier and Type Method Description Textbaustein
DefaultClientCreator. createI18nTemplate(IEntityContext ec, Locale installLocale, Mandant client)
Methods in de.xima.fc.setup that return types with arguments of type Textbaustein Modifier and Type Method 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)
-
Uses of Textbaustein in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>
WorkflowProviderBean. getTextTemplatesByCategory(ETextbausteinKategorie category)
-
Uses of Textbaustein in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type Textbaustein Modifier and Type Method Description Map<ETextbausteinKategorie,List<Textbaustein>>
WorkflowRequestContextModel. getTextTemplates()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type Textbaustein Modifier and Type Method Description void
WorkflowRequestContextModel. setTextTemplates(Map<ETextbausteinKategorie,List<Textbaustein>> textTemplates)
-
Uses of Textbaustein in de.xima.fc.workflow.designer.model.client
Methods in de.xima.fc.workflow.designer.model.client with parameters of type Textbaustein Modifier and Type Method Description static ClientTemplateView
ClientTemplateView. forTemplate(Textbaustein template)
-
Uses of Textbaustein in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type Textbaustein Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. doiInit(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, Textbaustein doiFailTemplate)
Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static WorkflowNode
WorkflowNodeFactory. doiInitHtml(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)
Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static WorkflowNode
WorkflowNodeFactory. doiInitPlain(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)
Creates a new workflow node for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static WorkflowNode
WorkflowNodeFactory. exportToXml(String exportName, boolean attachToFormRecord, Iterable<EExportToXmlField> exportFields, Textbaustein xslTemplate)
Creates a new workflow node for aEWorkflowNodeType.FC_EXPORT_TO_PERSISTENCE
that creates a persistence file with the submitted form data.static WorkflowNode
WorkflowNodeFactory. importFormValueFromXml(SingleFile xmlDocument, Map<String,String> xPathMapping, Textbaustein xslTemplate)
Creates a new workflow node for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
that changes the value of form elements based on the data of an XML document.static WorkflowNode
WorkflowNodeFactory. redirect(Textbaustein url)
Creates a new workflow node for aEWorkflowNodeType.FC_REDIRECT
that redirects the HTTP request to the given URL.static WorkflowNode
WorkflowNodeFactory. redirect(Textbaustein url, Map<String,List<String>> queryParameters)
Creates a new workflow node for aEWorkflowNodeType.FC_REDIRECT
that redirects the HTTP request to the given URL.static WorkflowNode
WorkflowNodeFactory. showTemplate(Textbaustein htmlTemplate)
Creates a new workflow node for aEWorkflowNodeType.FC_SHOW_TEMPLATE
that responds to an HTTP request with the given text template.IHttpRequestNodeBuilder
IHttpRequestNodeBuilder. xslTemplate(Textbaustein xslTemplate)
-
Uses of Textbaustein in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type Textbaustein Modifier and Type Method Description static List<Textbaustein>
WorkflowProviderHelper. computeTextTemplatesByCategory(IEntityContext ec, Mandant client, ETextbausteinKategorie cat)
-
Uses of Textbaustein in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type Textbaustein Modifier and Type Method Description List<Textbaustein>
ValidationWorkflowProvider. getTextTemplatesByCategory(ETextbausteinKategorie category)
-