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.mdl.mail 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 MandantMailData
MandantMailDataAPI. 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 Boolean
SetupAPI. createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)
Deprecated.Boolean
SetupAPI. createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, String adminEmail, IUser creator)
Method for creating aMandant
with 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 MandantMailData
MandantMailDataDao. 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 MandantMailData
IMandantMailDataDao. 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 MandantMailData
Mandant. getMailData()
Deprecated.useMandantMailData
and the corresponding DAO or APIMethods in de.xima.fc.entities with parameters of type MandantMailData Modifier and Type Method Description void
Mandant. setMailData(MandantMailData mailData)
Deprecated.useMandantMailData
and 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 MandantMailData
ClientBean. getMailData()
Methods in de.xima.fc.gui.bean.settings with parameters of type MandantMailData Modifier and Type Method Description void
ClientBean. 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 MandantMailData
AContextBean. currentMailData
Deprecated.Methods in de.xima.fc.gui.common.bean that return MandantMailData Modifier and Type Method Description MandantMailData
AContextBean. getCurrentMailData()
Deprecated.Methods in de.xima.fc.gui.common.bean with parameters of type MandantMailData Modifier and Type Method Description void
AContextBean. setCurrentMailData(MandantMailData currentMailData)
Deprecated. -
Uses of MandantMailData in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantMailData Modifier and Type Method Description MandantMailData
MandantMailDataHandler. 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 MandantMailData
IMandantMailDataHandler. 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 boolean
ISetupHandler. createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, MandantLdapData clientLdapData, Benutzer user)
Deprecated.boolean
ISetupHandler. createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, String adminEmail, IUser creator)
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 boolean
SetupHandler. createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben)
Deprecated.boolean
SetupHandler. createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, String adminEmail, IUser creator)
-
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 void
MailArchiveUtils. archive(File targetFile, MandantMailData data, IBaseMailData mail, EEmailArchiveFormat format)
Archives an email by writing it to aFile
.static IMailContext
MailContextProvider. getContextFor(MandantMailData mailData)
Creates an mail context for the given client mail datastatic IMailContext
MailContextProvider. getSystemContext(MandantMailData mailData)
Creates an mail context for the system mail serverstatic void
MailSendUtil. send(MandantMailData data, IBaseMailData mail)
Sends a mail or mails, using the client email server when available or the system mail server otherwise.static ISendMailReport
MailSendUtil. sendWithReport(MandantMailData data, IBaseMailData mail)
Sends a mail or mails, 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)
SystemMailServerData(MandantMailData mailData)
Creates a new mail server data wrapper for the system mail server, used within the context of the given client scope. -
Uses of MandantMailData in de.xima.fc.mdl.mail
Constructors in de.xima.fc.mdl.mail with parameters of type MandantMailData Constructor Description MailAuthenticationConfig(MandantMailData mailData)
-
Uses of MandantMailData in de.xima.fc.setup
Methods in de.xima.fc.setup that return MandantMailData Modifier and Type Method Description protected MandantMailData
DefaultClientCreator. createMailData(IEntityContext ec, MandantMailData mailData, Mandant client)
Methods in de.xima.fc.setup with parameters of type MandantMailData Modifier and Type Method Description Mandant
DefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData)
Mandant
DefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)
static FCMessage
XFSetup. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminMail, IUser creator)
Creates a client with the currentIClientCreator
and currentIClientCreateData
protected MandantMailData
DefaultClientCreator. createMailData(IEntityContext ec, MandantMailData mailData, Mandant client)
static FCMessage
XFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)
Deprecated. -
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 Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)
Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)
Method to create an client with the given data.
-