public class MailFolderService extends FaxToMailServiceSupport
serviceContext| Constructor and Description |
|---|
MailFolderService() |
| Modifier and Type | Method and Description |
|---|---|
List<MailFolder> |
getAllMailFolders() |
MailFolder |
getFolderForRecipient(String recipient) |
Collection<MailFolder> |
getFoldersWithEtatAttente(EtatAttente etatAttente) |
protected Collection<MailFolder> |
getFoldersWithEtatAttente(MailFolder folder,
Collection<EtatAttente> parentEtatAttente,
EtatAttente etatAttente) |
List<MailFolder> |
getMailFolders(Collection<String> ids) |
Map<String,Long> |
getMailFoldersUsage()
Retourne une map avec les identifiants des
mailFolders et le nombre de mails qu'ils
contiennent pour pouvoir empecher la suppression. |
List<MailFolder> |
getRootMailFolders() |
void |
saveMailFolders(Collection<MailFolder> newMailFolders) |
protected Collection<MailFolder> |
saveMailFolders(MailFolderTopiaDao dao,
Map<String,MailFolder> mailFolderMap,
MailFolder parent,
Collection<MailFolder> mailFolders) |
getApplicationConfig, getClientService, getConfigurationService, getDecoratorService, getEmailService, getMailFolderService, getNow, getPersistenceContext, getReferentielService, getWebApplicationContext, newService, setServiceContextpublic MailFolder getFolderForRecipient(String recipient)
public List<MailFolder> getAllMailFolders()
public List<MailFolder> getRootMailFolders()
public List<MailFolder> getMailFolders(Collection<String> ids)
public void saveMailFolders(Collection<MailFolder> newMailFolders)
protected Collection<MailFolder> saveMailFolders(MailFolderTopiaDao dao, Map<String,MailFolder> mailFolderMap, MailFolder parent, Collection<MailFolder> mailFolders)
public Collection<MailFolder> getFoldersWithEtatAttente(EtatAttente etatAttente)
protected Collection<MailFolder> getFoldersWithEtatAttente(MailFolder folder, Collection<EtatAttente> parentEtatAttente, EtatAttente etatAttente)
Copyright © 2014 CodeLutin. All rights reserved.