Uses of Class
de.xima.fc.mdl.FCMessage
-
Packages that use FCMessage Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.export de.xima.fc.export.helper de.xima.fc.gui.common.utils.msg de.xima.fc.gui.model de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.importer.mdl de.xima.fc.ldap de.xima.fc.liquibase de.xima.fc.mdl.setup Hilfsklassen für das Setupde.xima.fc.setup Package to create clients, trigger updates and configure the system-logger -
-
Uses of FCMessage in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return FCMessage Modifier and Type Method Description FCMessage
SetupAPI. invokeLiquibaseProzess(UserContext uc, ELiquibaseCmd command)
Deprecated.Use FormcycleUpdate instead. -
Uses of FCMessage in de.xima.fc.export
Fields in de.xima.fc.export with type parameters of type FCMessage Modifier and Type Field Description protected List<FCMessage>
AProjektUtil. errorMsgList
protected List<FCMessage>
AProjektUtil. infoMsgList
Methods in de.xima.fc.export that return types with arguments of type FCMessage Modifier and Type Method Description List<FCMessage>
AProjektUtil. getErrorMsgList()
List<FCMessage>
AProjektUtil. getInfoMsgList()
-
Uses of FCMessage in de.xima.fc.export.helper
Fields in de.xima.fc.export.helper with type parameters of type FCMessage Modifier and Type Field Description protected Map<String,FCMessage>
AEnitityHelper. errorMsgList
Deprecated.protected Map<String,FCMessage>
AEnitityHelper. infoMsgList
Deprecated.Methods in de.xima.fc.export.helper that return types with arguments of type FCMessage Modifier and Type Method Description List<FCMessage>
AEnitityHelper. getErrorMsgList()
Deprecated.Liste mit Fehlermeldungen, die innerhalb der Abarbeitung bemerkt wurden und dem Nutzer später in der Oberfläche angezeigt werden sollenList<FCMessage>
AEnitityHelper. getInfoMsgList()
Deprecated.Liste mit Infomeldungen, die innerhalb der Abarbeitung erstellt wurden und dem Nutzer später in der Oberfläche angezeigt werden sollen -
Uses of FCMessage in de.xima.fc.gui.common.utils.msg
Methods in de.xima.fc.gui.common.utils.msg with parameters of type FCMessage Modifier and Type Method Description static void
MessageUtils. addMsg(FCMessage msg)
static void
MessageUtils. addMsgToComponent(String componentId, FCMessage msg)
Method parameters in de.xima.fc.gui.common.utils.msg with type arguments of type FCMessage Modifier and Type Method Description static void
MessageUtils. addMsgs(List<FCMessage> msgs)
-
Uses of FCMessage in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return types with arguments of type FCMessage Modifier and Type Method Description List<FCMessage>
PluginWrapperModel. save(Benutzer user)
-
Uses of FCMessage in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return FCMessage Modifier and Type Method Description FCMessage
ISetupHandler. invokeLiquibaseProzess(UserContext uc, ELiquibaseCmd lbCmd)
Deprecated.Use FormcycleUpdate instead. -
Uses of FCMessage in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return FCMessage Modifier and Type Method Description FCMessage
SetupHandler. invokeLiquibaseProzess(UserContext uc, ELiquibaseCmd lbCmd)
Deprecated.Use FormcycleUpdate instead. -
Uses of FCMessage in de.xima.fc.importer.mdl
Methods in de.xima.fc.importer.mdl that return types with arguments of type FCMessage Modifier and Type Method Description List<FCMessage>
EntityImportResult. getAdditionalMessages()
-
Uses of FCMessage in de.xima.fc.ldap
Methods in de.xima.fc.ldap that return FCMessage Modifier and Type Method Description static FCMessage
LDAPBenutzerUtil. testBenutzerSearch(LDAPGruppe gruppe, MandantLdapData data)
static FCMessage
LDAPBenutzerUtil. testBenutzerSearch(MandantLdapData data)
static FCMessage
LDAPBenutzerUtil. testBenutzerSearch(String host, int port, String bindDN, String bindPassword, boolean useSSL, Integer hopCount, String baseDN, String filterQuery, int pageSize)
-
Uses of FCMessage in de.xima.fc.liquibase
Methods in de.xima.fc.liquibase that return FCMessage Modifier and Type Method Description static FCMessage
LiquibaseMigrationUtils. invokeLiquibaseProzess(ELiquibaseCmd lbCmd)
static FCMessage
LiquibaseMigrationUtils. invokeLiquibaseProzess(ELiquibaseCmd lbCmd, String file, String context)
static FCMessage
LiquibaseMigrationUtils. invokeLiquibaseProzess(ELiquibaseCmd lbCmd, String file, liquibase.Contexts context)
-
Uses of FCMessage in de.xima.fc.mdl.setup
Subclasses of FCMessage in de.xima.fc.mdl.setup Modifier and Type Class Description class
FCMessage
Deprecated.useFCMessage
-
Uses of FCMessage in de.xima.fc.setup
Methods in de.xima.fc.setup that return FCMessage Modifier and Type Method Description static FCMessage
XFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)
Creats an client with the currentIClientCreator
and currentIClientCreateData
-