public interface IClientCreator
Modifier and Type | Method and Description |
---|---|
default Mandant |
createClient(IEntityContext ec,
Mandant man,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer ben,
IClientCreateData defaultData)
Method to create an client with the given data.
|
default Mandant |
createMandant(IEntityContext ec,
Mandant man,
Benutzer ben,
IClientCreateData defaultData)
|
@Deprecated default Mandant createMandant(IEntityContext ec, Mandant man, Benutzer ben, IClientCreateData defaultData)
createClient(IEntityContext, Mandant, MandantMailData, MandantLdapData, Benutzer, IClientCreateData)
ec
- the IEntityContext
for database-transactionsman
- Mandant
the client to createben
- Benutzer
the clients admin-userdefaultData
- IClientCreateData
the default data to use while creating the clientMandant
the created clientdefault Mandant createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)
createMandant(IEntityContext, Mandant, Benutzer, IClientCreateData)
for compatibility-reasons.ec
- the IEntityContext
for database-transactionsman
- Mandant
the client to createmailData
- MandantMailData
the clients mail-server-dataldapData
- MandantLdapData
the clients ldap-server-databen
- Benutzer
the clients admin-userdefaultData
- IClientCreateData
the default data to use while creating the clientMandant
the created clientCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.