public class MandantMailDataAPI extends AEntityAPI<MandantMailData>
entityClass| Constructor and Description |
|---|
MandantMailDataAPI() |
| Modifier and Type | Method and Description |
|---|---|
MandantMailData |
getByClient(UserContext uc,
Mandant mandant)
Method deliver the mail data for the client.
|
javax.mail.Address |
getClientMailAddress(UserContext uc,
Mandant client)
Gets the client mail address if one has been set.
|
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, resultTotalCount, resultTotalCount, update, updategetHandlerProviderpublic MandantMailData getByClient(UserContext uc, Mandant mandant)
uc - UserContext the user context in which the action is to be performed.mandant - Mandant the client where the data are associated.MandantMailData the mail data for the client.public javax.mail.Address getClientMailAddress(UserContext uc, Mandant client)
uc - UserContext the user context in which the action is to be performed.client - Mandant the client for which the mail address should be returnedAddress mail address of the client or system mail address if no client mail address has been setCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.