public interface ClientService extends FaxToMailService
| Modifier and Type | Method and Description |
|---|---|
List<Client> |
getAllClientsForUser(FaxToMailUser currentUser) |
Client |
getClientForCode(String code,
String company) |
List<Client> |
getClientForEmailAddress(String emailAddress,
Email email,
String company,
List<String> brand) |
List<Client> |
getClientsForFolder(MailFolder folder) |
void |
updateNewClients() |
setServiceContextList<Client> getClientForEmailAddress(String emailAddress, Email email, String company, List<String> brand)
List<Client> getClientsForFolder(MailFolder folder)
void updateNewClients()
List<Client> getAllClientsForUser(FaxToMailUser currentUser)
Copyright © 2014–2015 CodeLutin. All rights reserved.