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 FCMessageSetupAPI. invokeLiquibaseProzess(UserContext uc, ELiquibaseCmd command)Method for executing a liquibase process. - 
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. errorMsgListprotected List<FCMessage>AProjektUtil. infoMsgListMethods 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. errorMsgListDeprecated.protected Map<String,FCMessage>AEnitityHelper. infoMsgListDeprecated.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 voidMessageUtils. addMsg(FCMessage msg)static voidMessageUtils. 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 voidMessageUtils. 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 FCMessageISetupHandler. invokeLiquibaseProzess(UserContext uc, ELiquibaseCmd lbCmd)Invoke liquibase prozess. - 
Uses of FCMessage in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return FCMessage Modifier and Type Method Description FCMessageSetupHandler. invokeLiquibaseProzess(UserContext uc, ELiquibaseCmd lbCmd) - 
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 FCMessageLDAPBenutzerUtil. testBenutzerSearch(LDAPGruppe gruppe, MandantLdapData data)static FCMessageLDAPBenutzerUtil. testBenutzerSearch(MandantLdapData data)static FCMessageLDAPBenutzerUtil. 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 FCMessageLiquibaseMigrationUtils. invokeLiquibaseProzess(ELiquibaseCmd lbCmd)static FCMessageLiquibaseMigrationUtils. invokeLiquibaseProzess(ELiquibaseCmd lbCmd, String file, String context)static FCMessageLiquibaseMigrationUtils. 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 classFCMessageDeprecated.useFCMessage - 
Uses of FCMessage in de.xima.fc.setup
Methods in de.xima.fc.setup that return FCMessage Modifier and Type Method Description static FCMessageXFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)Creats an client with the currentIClientCreatorand currentIClientCreateData 
 -