public class ClientServiceImpl extends FaxToMailServiceSupport implements ClientService
serviceContext| Constructor and Description |
|---|
ClientServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClientForCode(String code,
String company)
Recherche un client par code et société.
|
Client |
getClientForEmailAddress(String emailAddress,
Email email,
String company,
String brand)
Recherche le client qui correspond à l'adresse email de l'expediteur du mail.
|
void |
updateNewClients()
Récupère les information de la table NewClient pour mettre à jour la table Client.
|
getApplicationConfig, getClientService, getConfigurationService, getDecoratorService, getEmailService, getMailFolderService, getNow, getPersistenceContext, getReferentielService, newService, setServiceContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetServiceContextpublic Client getClientForEmailAddress(String emailAddress, Email email, String company, String brand)
email !getClientForEmailAddress in interface ClientServiceemailAddress - sender addressemail - emailcompany - company of the clientnull)public Client getClientForCode(String code, String company)
getClientForCode in interface ClientServicecode - client codecompany - public void updateNewClients()
updateNewClients in interface ClientServiceCopyright © 2014–2015 CodeLutin. All rights reserved.