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.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)
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
Methods in de.xima.fc.gui.common.bean that return MandantMailData Modifier and Type Method Description MandantMailData
AContextBean. getCurrentMailData()
Methods in de.xima.fc.gui.common.bean with parameters of type MandantMailData Modifier and Type Method Description void
AContextBean. 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 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)
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)
-
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 IMailContext
MailContextProvider. getContextFor(MandantMailData mailData)
static void
MailSendUtil. send(MandantMailData data, IBaseMailData mail)
-
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)
protected MandantMailData
DefaultClientCreator. createMailData(IEntityContext ec, MandantMailData mailData, Mandant client)
static FCMessage
XFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)
Creats an client with the currentIClientCreator
and 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 Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)
Method to create an client with the given data.
-