public interface MailFolderService extends FaxToMailService
| Modifier and Type | Method and Description |
|---|---|
void |
fetchFolderAttributes(MailFolder folder) |
List<MailFolder> |
getAllMailFolders() |
Collection<MailFilter> |
getFiltersForRecipient(String recipient) |
MailFolder |
getFolderForFaxToMailUser(FaxToMailUser customerResponsible) |
MailFolder |
getFolderForRecipient(String recipient) |
Collection<MailFolder> |
getFoldersWithWaitingState(Set<WaitingState> waitingStates) |
MailFolder |
getMailFolder(String topiaId) |
List<MailFolder> |
getMailFolders(Collection<String> ids) |
Map<String,Long> |
getMailFoldersUsage() |
List<MailFolder> |
getRootMailFolders() |
List<MailFolder> |
getRootMailFoldersWithMoveRights(FaxToMailUser user) |
List<MailFolder> |
getRootMailFoldersWithReadingRights(FaxToMailUser user) |
setServiceContextMailFolder getFolderForRecipient(String recipient)
Collection<MailFilter> getFiltersForRecipient(String recipient)
List<MailFolder> getAllMailFolders()
List<MailFolder> getRootMailFolders()
void fetchFolderAttributes(MailFolder folder)
List<MailFolder> getRootMailFoldersWithReadingRights(FaxToMailUser user)
List<MailFolder> getRootMailFoldersWithMoveRights(FaxToMailUser user)
List<MailFolder> getMailFolders(Collection<String> ids)
Collection<MailFolder> getFoldersWithWaitingState(Set<WaitingState> waitingStates)
MailFolder getFolderForFaxToMailUser(FaxToMailUser customerResponsible)
MailFolder getMailFolder(String topiaId)
Copyright © 2014 CodeLutin. All rights reserved.