Uses of Class
de.xima.fc.entities.MandantMailData
Packages that use MandantMailData
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
Package to create clients, trigger updates and configure the system-logger
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 MandantMailDataModifier and TypeMethodDescriptionMandantMailDataAPI.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 MandantMailDataModifier and TypeMethodDescriptionSetupAPI.createMandantWithDependencies
(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated.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 MandantMailDataModifier and TypeMethodDescriptionMandantMailDataDao.getByMandant
(IEntityContext ec, Mandant mandant) Methods in de.xima.fc.dao.impl that return types with arguments of type MandantMailDataModifier and TypeMethodDescriptionprotected IFCDaoActionHook<MandantMailData>
MandantMailDataDao.getPreActionHook()
-
Uses of MandantMailData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return MandantMailDataModifier and TypeMethodDescriptionIMandantMailDataDao.getByMandant
(IEntityContext ec, Mandant mandant) -
Uses of MandantMailData in de.xima.fc.entities
Methods in de.xima.fc.entities that return MandantMailDataModifier and TypeMethodDescriptionMandant.getMailData()
Deprecated.useMandantMailData
and the corresponding DAO or APIMethods in de.xima.fc.entities with parameters of type MandantMailDataModifier and TypeMethodDescriptionvoid
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 MandantMailDataMethods in de.xima.fc.gui.bean.settings with parameters of type MandantMailData -
Uses of MandantMailData in de.xima.fc.gui.common.bean
Fields in de.xima.fc.gui.common.bean declared as MandantMailDataModifier and TypeFieldDescriptionprotected MandantMailData
AContextBean.currentMailData
Deprecated.Methods in de.xima.fc.gui.common.bean that return MandantMailDataMethods in de.xima.fc.gui.common.bean with parameters of type MandantMailDataModifier and TypeMethodDescriptionvoid
AContextBean.setCurrentMailData
(MandantMailData currentMailData) Deprecated. -
Uses of MandantMailData in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantMailDataModifier and TypeMethodDescriptionMandantMailDataHandler.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 MandantMailDataModifier and TypeMethodDescriptionIMandantMailDataHandler.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 MandantMailDataModifier and TypeMethodDescriptionboolean
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 MandantMailDataModifier and TypeMethodDescriptionboolean
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 MandantMailDataModifier and TypeMethodDescriptionstatic 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 MandantMailDataModifierConstructorDescriptionClientMailServerData
(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 -
Uses of MandantMailData in de.xima.fc.setup
Methods in de.xima.fc.setup that return MandantMailDataModifier and TypeMethodDescriptionprotected MandantMailData
DefaultClientCreator.createMailData
(IEntityContext ec, MandantMailData mailData, Mandant client) Methods in de.xima.fc.setup with parameters of type MandantMailDataModifier and TypeMethodDescriptionDefaultClientCreator.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData) 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 MandantMailDataModifier and TypeMethodDescriptiondefault Mandant
IClientCreator.createClient
(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData) IClientCreator.createClient
(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) Method to create an client with the given data.
SetupAPI.createMandantWithDependencies(UserContext, Mandant, MandantMailData, String, IUser)
instead.