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äten
|
de.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-logger
|
de.xima.fc.setup.interfaces |
Package with interfaces to implement and replace the default client-creation
|
Modifier and Type | Method and Description |
---|---|
MandantMailData |
MandantMailDataAPI.getByClient(UserContext uc,
Mandant mandant)
Method deliver the mail data for the client.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
SetupAPI.createMandantWithDependencies(UserContext uc,
Mandant client,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer user)
Method for creating a
Mandant with initial configuration analogous to the setup process. |
Modifier and Type | Method and Description |
---|---|
MandantMailData |
MandantMailDataDao.getByMandant(IEntityContext ec,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
protected IFCDaoActionHook<MandantMailData> |
MandantMailDataDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
MandantMailData |
IMandantMailDataDao.getByMandant(IEntityContext ec,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
MandantMailData |
Mandant.getMailData()
Deprecated.
use
MandantMailData and the corresponding DAO or API |
Modifier and Type | Method and Description |
---|---|
void |
Mandant.setMailData(MandantMailData mailData)
Deprecated.
use
MandantMailData and the corresponding DAO or API |
Modifier and Type | Method and Description |
---|---|
MandantMailData |
ClientBean.getMailData() |
Modifier and Type | Method and Description |
---|---|
void |
ClientBean.setMailData(MandantMailData mailData) |
Modifier and Type | Field and Description |
---|---|
protected MandantMailData |
AContextBean.currentMailData |
Modifier and Type | Method and Description |
---|---|
MandantMailData |
AContextBean.getCurrentMailData() |
Modifier and Type | Method and Description |
---|---|
void |
AContextBean.setCurrentMailData(MandantMailData currentMailData) |
Modifier and Type | Method and Description |
---|---|
MandantMailData |
MandantMailDataHandler.getByClient(UserContext uc,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
MandantMailData |
IMandantMailDataHandler.getByClient(UserContext uc,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
boolean |
ISetupHandler.createManantWithDependencies(UserContext uc,
Mandant mandant,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer ben)
Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozess
|
Modifier and Type | Method and Description |
---|---|
boolean |
SetupHandler.createManantWithDependencies(UserContext uc,
Mandant mandant,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer ben)
Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozess
|
Modifier and Type | Method and Description |
---|---|
static IMailContext |
MailContextProvider.getContextFor(MandantMailData mailData) |
static void |
MailSendUtil.send(MandantMailData data,
IBaseMailData mail) |
Modifier and Type | Method and Description |
---|---|
protected MandantMailData |
DefaultClientCreator.createMailData(IEntityContext ec,
MandantMailData mailData,
Mandant client) |
Modifier and Type | Method and 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 current
IClientCreator and current IClientCreateData |
Modifier and Type | Method and 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.
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.