public class ReferentielService extends FaxToMailServiceSupport
serviceContext| Constructor and Description |
|---|
ReferentielService() |
| Modifier and Type | Method and Description |
|---|---|
List<Client> |
getAllClients() |
List<DemandType> |
getAllDemandType() |
List<EtatAttente> |
getAllEtatAttente() |
List<Priority> |
getAllPriority() |
List<Range> |
getAllRange() |
Map<String,Long> |
getEtatAttentesUsage() |
List<Client> |
importClients(InputStream inputStream) |
List<DemandType> |
importDemandTypes(InputStream inputStream) |
List<EmailAccount> |
importEmailAccounts(InputStream inputStream) |
List<MailFilter> |
importEmailFilters(InputStream inputStream,
Map<String,MailFolder> foldersByName) |
List<EtatAttente> |
importEtatAttentes(InputStream inputStream) |
List<Priority> |
importPriorities(InputStream inputStream) |
List<Range> |
importRanges(InputStream inputStream) |
void |
saveDemandTypes(List<DemandType> demandTypes) |
void |
saveEtatAttente(Collection<EtatAttente> etatAttentes) |
getApplicationConfig, getClientService, getConfigurationService, getDecoratorService, getEmailService, getMailFolderService, getNow, getPersistenceContext, getReferentielService, getWebApplicationContext, newService, setServiceContextpublic List<DemandType> getAllDemandType()
public List<EtatAttente> getAllEtatAttente()
public void saveEtatAttente(Collection<EtatAttente> etatAttentes)
public void saveDemandTypes(List<DemandType> demandTypes)
public List<Client> importClients(InputStream inputStream)
public List<EmailAccount> importEmailAccounts(InputStream inputStream)
public List<MailFilter> importEmailFilters(InputStream inputStream, Map<String,MailFolder> foldersByName)
public List<EtatAttente> importEtatAttentes(InputStream inputStream)
public List<Priority> importPriorities(InputStream inputStream)
public List<Range> importRanges(InputStream inputStream)
public List<DemandType> importDemandTypes(InputStream inputStream)
Copyright © 2014 CodeLutin. All rights reserved.