public interface NotificationDAO extends DAO<Notification>
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
Notification |
find(String key) |
List<Notification> |
findAll() |
List<Notification> |
findByRecipientsProvider(Implementation recipientsProvider) |
List<Notification> |
findByTemplate(MailTemplate template) |
Notification |
save(Notification notification) |
Notification find(String key)
List<Notification> findByTemplate(MailTemplate template)
List<Notification> findByRecipientsProvider(Implementation recipientsProvider)
List<Notification> findAll()
Notification save(Notification notification)
void delete(String key)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.