public class EmailPersistenceService extends Object implements IEmailService<Email>
| Constructor and Description |
|---|
EmailPersistenceService() |
| Modifier and Type | Method and Description |
|---|---|
int |
countPendingRecipients() |
List<Email.Addressee> |
listPendingRecipients(int firstResult,
int maxResults,
String codModule) |
void |
markAsSent(Email.Addressee addressee) |
boolean |
send(Email email) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEmailpublic boolean send(Email email)
send in interface IEmailService<Email>public void markAsSent(Email.Addressee addressee)
public int countPendingRecipients()
public List<Email.Addressee> listPendingRecipients(int firstResult, int maxResults, @Nullable String codModule)
Copyright © 2019. All rights reserved.