Copyright © 2011 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
delete/4 | Delete an e-mail address. |
ensure/4 | Ensure that there is a recipient for the notification. |
get_by_recipient/2 | Lookup the recipient. |
insert/4 | Insert a new e-mail address, return the created unique e-mail address. |
install/1 |
delete(Notification, UserId, RscId, Context) -> any()
Delete an e-mail address
ensure(Notification, UserId, ResourceId, Context) -> any()
Ensure that there is a recipient for the notification
get_by_recipient(Recipient, Context) -> any()
Lookup the recipient
insert(Notification, UserId, ResourceId, Context) -> any()
Insert a new e-mail address, return the created unique e-mail address
install(Context) -> any()
Generated by EDoc