| Package | Description |
|---|---|
| eu.europeana.corelib.web.email | |
| eu.europeana.corelib.web.email.impl | |
| eu.europeana.corelib.web.service | |
| eu.europeana.corelib.web.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailBuilder.setTemplate(String template) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailBuilderImpl.setTemplate(String template) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailService.sendApiToken(Token token,
String url) |
void |
EmailService.sendException(String subject,
String body) |
void |
EmailService.sendFeedback(String email,
String feedback) |
void |
EmailService.sendForgotPassword(String email,
String url) |
void |
EmailService.sendForgotPassword(User user,
String url) |
void |
EmailService.sendRegisterApiNotifyAdmin(User user) |
void |
EmailService.sendRegisterApiNotifyUser(ApiKey apiKey,
Locale locale) |
void |
EmailService.sendRegisterNotify(User user) |
void |
EmailService.sendToken(Token token,
String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailServiceImpl.sendApiToken(Token token,
String url)
Sends a token to user as part of registration confirmation
|
void |
EmailServiceImpl.sendException(String subject,
String body)
Sends exception to the site admin
|
void |
EmailServiceImpl.sendFeedback(String email,
String feedback)
Sends the user's feedback to the site admin, and sends an thanking email to the user
|
void |
EmailServiceImpl.sendForgotPassword(String email,
String url)
Sends and email to user in case of forgotting password.
|
void |
EmailServiceImpl.sendForgotPassword(User user,
String url)
Sends and email to user in case of forgotting password.
|
void |
EmailServiceImpl.sendRegisterApiNotifyAdmin(User user)
Sends email to the site administrator about an API registration
|
void |
EmailServiceImpl.sendRegisterApiNotifyUser(ApiKey apiKey,
Locale locale)
Sends email to the user about the details of API registration
|
void |
EmailServiceImpl.sendRegisterNotify(User user)
Sends a token to user as part of registration confirmation
|
void |
EmailServiceImpl.sendToken(Token token,
String url)
Sends a token to user as part of registration confirmation
|
Copyright © 2015 Europeana Foundation. All rights reserved.