Uses of Class
de.xima.fc.entities.MandantMailData
-
Packages that use MandantMailData Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.settings de.xima.fc.gui.common.bean de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mail de.xima.fc.mail.models de.xima.fc.setup Package to create clients, trigger updates and configure the system-loggerde.xima.fc.setup.interfaces Package with interfaces to implement and replace the default client-creation -
-
Uses of MandantMailData in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return MandantMailData Modifier and Type Method Description MandantMailDataMandantMailDataAPI. getByClient(UserContext uc, Mandant mandant)Method deliver the mail data for the client. -
Uses of MandantMailData in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type MandantMailData Modifier and Type Method Description BooleanSetupAPI. createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)Method for creating aMandantwith initial configuration analogous to the setup process. -
Uses of MandantMailData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return MandantMailData Modifier and Type Method Description MandantMailDataMandantMailDataDao. getByMandant(IEntityContext ec, Mandant mandant)Methods in de.xima.fc.dao.impl that return types with arguments of type MandantMailData Modifier and Type Method Description protected IFCDaoActionHook<MandantMailData>MandantMailDataDao. getPreActionHook() -
Uses of MandantMailData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return MandantMailData Modifier and Type Method Description MandantMailDataIMandantMailDataDao. getByMandant(IEntityContext ec, Mandant mandant) -
Uses of MandantMailData in de.xima.fc.entities
Methods in de.xima.fc.entities that return MandantMailData Modifier and Type Method Description MandantMailDataMandant. getMailData()Deprecated.useMandantMailDataand the corresponding DAO or APIMethods in de.xima.fc.entities with parameters of type MandantMailData Modifier and Type Method Description voidMandant. setMailData(MandantMailData mailData)Deprecated.useMandantMailDataand the corresponding DAO or API -
Uses of MandantMailData in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return MandantMailData Modifier and Type Method Description MandantMailDataClientBean. getMailData()Methods in de.xima.fc.gui.bean.settings with parameters of type MandantMailData Modifier and Type Method Description voidClientBean. setMailData(MandantMailData mailData) -
Uses of MandantMailData in de.xima.fc.gui.common.bean
Fields in de.xima.fc.gui.common.bean declared as MandantMailData Modifier and Type Field Description protected MandantMailDataAContextBean. currentMailDataMethods in de.xima.fc.gui.common.bean that return MandantMailData Modifier and Type Method Description MandantMailDataAContextBean. getCurrentMailData()Methods in de.xima.fc.gui.common.bean with parameters of type MandantMailData Modifier and Type Method Description voidAContextBean. setCurrentMailData(MandantMailData currentMailData) -
Uses of MandantMailData in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantMailData Modifier and Type Method Description MandantMailDataMandantMailDataHandler. getByClient(UserContext uc, Mandant mandant) -
Uses of MandantMailData in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return MandantMailData Modifier and Type Method Description MandantMailDataIMandantMailDataHandler. getByClient(UserContext uc, Mandant mandant) -
Uses of MandantMailData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type MandantMailData Modifier and Type Method Description booleanISetupHandler. createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, MandantLdapData clientLdapData, Benutzer user)Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozess -
Uses of MandantMailData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type MandantMailData Modifier and Type Method Description booleanSetupHandler. createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben) -
Uses of MandantMailData in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type MandantMailData Modifier and Type Method Description static IMailContextMailContextProvider. getContextFor(MandantMailData mailData)Creates an mail context for the given client mail datastatic voidMailSendUtil. send(MandantMailData data, IBaseMailData mail)Sends email(s), using the client email server when available or the system mail server otherwise. -
Uses of MandantMailData in de.xima.fc.mail.models
Constructors in de.xima.fc.mail.models with parameters of type MandantMailData Constructor Description ClientMailServerData(MandantMailData clientMailData) -
Uses of MandantMailData in de.xima.fc.setup
Methods in de.xima.fc.setup that return MandantMailData Modifier and Type Method Description protected MandantMailDataDefaultClientCreator. createMailData(IEntityContext ec, MandantMailData mailData, Mandant client)Methods in de.xima.fc.setup with parameters of type MandantMailData Modifier and Type Method Description MandantDefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData)protected MandantMailDataDefaultClientCreator. createMailData(IEntityContext ec, MandantMailData mailData, Mandant client)static FCMessageXFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)Creats an client with the currentIClientCreatorand currentIClientCreateData -
Uses of MandantMailData in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type MandantMailData Modifier and Type Method Description default MandantIClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)Method to create an client with the given data.
-