public interface EmailTemplateDAO
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
EmaiTemplateWebContent |
getByCompetitionSignup(Token token,
UUID customeraccountuuid) |
EmaiTemplateWebContent |
getByEventSignup(Token token,
UUID customeraccountuuid) |
String |
getByUUID(Token token,
UUID uuid) |
ObjectResponse<EmailTemplate> |
post(Token token,
EmailTemplate emailtemplate) |
ObjectResponse<EmailTemplate> post(Token token, EmailTemplate emailtemplate)
EmaiTemplateWebContent getByCompetitionSignup(Token token, UUID customeraccountuuid)
EmaiTemplateWebContent getByEventSignup(Token token, UUID customeraccountuuid)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.