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.form.render | |
de.xima.fc.gui.bean.templates | |
de.xima.fc.gui.bean.workflow | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.interfaces.form | |
de.xima.fc.manager | |
de.xima.fc.mdl.setup |
Hilfsklassen für das Setup
|
de.xima.fc.setup |
Modifier and Type | Method and Description |
---|---|
Textbaustein |
TextbausteinAPI.getByMandantAndName(UserContext uc,
int mandantID,
String templateName)
Deprecated.
|
Textbaustein |
TextbausteinAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
Deprecated.
|
Textbaustein |
TextbausteinAPI.getFD2Theme(UserContext uc,
Mandant mandant,
String theme)
Methode zum Auslesen eines CSS-Textbausteins eines Mandanten anhand des Names
|
Textbaustein |
TextbausteinAPI.getTextbausteinBy(UserContext uc,
Mandant mandant,
String name,
ETextbausteinKategorie kategorie) |
Modifier and Type | Method and Description |
---|---|
List<Textbaustein> |
TextbausteinAPI.getAllByMandantAndTyp(UserContext uc,
Mandant mandant,
ETextbausteinKategorie tbKat)
Methode zum Auslesen aller Textbaustein eines Mandanten und eines bestimmten Typs
|
List<Textbaustein> |
TextbausteinAPI.getTextbausteine(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller Textbausteine eines Mandantens.
|
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.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) |
protected IFCDaoActionHook<Textbaustein> |
TextbausteinDao.getPostActionHook() |
protected IFCDaoActionHook<Textbaustein> |
TextbausteinDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
Set<de.xima.cmn.dao.interfaces.IEntity> |
TextbausteinDao.getEntityRefs(IEntityContext ec,
Textbaustein textbautein) |
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.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) |
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 |
TemplatesBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
List<Textbaustein> |
TemplatesBean.getAllByType(ETextbausteinKategorie kat) |
IEntityListModel<Textbaustein> |
TemplatesBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
TemplatesBean.setModel(IEntityListModel<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 |
---|---|
Textbaustein |
TextbausteinHandler.getByMandantAndName(UserContext uc,
Mandant mandant,
String name) |
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 |
---|---|
Textbaustein |
ITextbausteinHandler.getByMandantAndName(UserContext uc,
Mandant mandant,
String name) |
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 |
---|---|
Textbaustein |
IFormRenderContext.getThemeTextbaustein() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setThemeTextbaustein(Textbaustein themeTextbaustein) |
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 |
---|---|
List<Textbaustein> |
IDefaultMandantData.getAllTemplates(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
List<Textbaustein> |
DefaultMandantCreator.createTextbausteine(IEntityContext ec,
IDefaultMandantData defaultData,
Locale installLocale,
Mandant man) |
ArrayList<Textbaustein> |
DefaultMandantData.getAllTemplates(Locale installLocale) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.