public abstract class AEnitityHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected IEntityContext |
ec |
protected Map<String,FCMessage> |
errorMsgList |
protected Map<String,FCMessage> |
infoMsgList |
protected Mandant |
mandant |
protected Projekt |
project |
protected Benutzer |
user |
Constructor and Description |
---|
AEnitityHelper(IEntityContext ec,
Mandant mandant,
Projekt project,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
protected void |
addErrorMessage(String i18nKey,
Serializable... param) |
protected void |
addErrorMessage(String key,
String i18nKey,
Serializable... param)
Ermöglicht durch Angabe eines Keys, dass
FCMessage nur einmal in Liste eingefügt wird. |
protected void |
addInfoMessage(String i18nKey,
Serializable... param) |
protected void |
addInfoMessage(String key,
String i18nKey,
Serializable... param)
Ermöglicht durch Angabe eines Keys, dass
FCMessage nur einmal in Liste eingefügt wird. |
protected void |
addWarnMessage(String i18nKey,
Serializable... param) |
protected void |
addWarnMessage(String key,
String i18nKey,
Serializable... param)
Ermöglicht durch Angabe eines Keys, dass
FCMessage nur einmal in Liste eingefügt wird. |
List<FCMessage> |
getErrorMsgList()
Liste mit Fehlermeldungen, die innerhalb der Abarbeitung bemerkt wurden und dem Nutzer später in der Oberfläche
angezeigt werden sollen
|
List<FCMessage> |
getInfoMsgList()
Liste mit Infomeldungen, die innerhalb der Abarbeitung erstellt wurden und dem Nutzer später in der Oberfläche
angezeigt werden sollen
|
protected IEntityContext ec
protected Mandant mandant
protected Projekt project
protected final Benutzer user
public AEnitityHelper(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user)
protected void addErrorMessage(String i18nKey, Serializable... param)
protected void addErrorMessage(String key, String i18nKey, Serializable... param)
FCMessage
nur einmal in Liste eingefügt wird.key
- i18nKey
- param
- protected void addWarnMessage(String i18nKey, Serializable... param)
protected void addWarnMessage(String key, String i18nKey, Serializable... param)
FCMessage
nur einmal in Liste eingefügt wird.key
- i18nKey
- param
- protected void addInfoMessage(String i18nKey, Serializable... param)
protected void addInfoMessage(String key, String i18nKey, Serializable... param)
FCMessage
nur einmal in Liste eingefügt wird.key
- i18nKey
- param
- public List<FCMessage> getErrorMsgList()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.