public class AccountEmailHandler extends DBUHandler
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivContext| Constructor and Description |
|---|
AccountEmailHandler()
Constructs a new instance of the account email handler with a
null
servlet or thread context. |
| Modifier and Type | Method and Description |
|---|---|
void |
sendTo(User user)
Sends email notification containing account information to the given user.
|
getContext, setContextprivate static final long serialVersionUID
public AccountEmailHandler()
null
servlet or thread context.
A CONTEXT MUST BE SET BEFORE INVOKING ANY OTHER METHODS.
.public void sendTo(User user)
user - (User) The object for the user the email is to be sent to.