| Package | Description |
|---|---|
| org.unitedinternet.cosmo.model | |
| org.unitedinternet.cosmo.service |
| Modifier and Type | Method and Description |
|---|---|
PasswordRecovery |
EntityFactory.createPasswordRecovery(User user,
String key)
Create new PasswordRecovery
|
| Modifier and Type | Method and Description |
|---|---|
PasswordRecovery |
UserService.createPasswordRecovery(PasswordRecovery passwordRecovery)
Creates a PasswordRecovery entity in the repository.
|
PasswordRecovery |
UserService.getPasswordRecovery(String key)
Returns the PasswordRecovery entity associated with the given password recovery key.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordRecovery |
UserService.createPasswordRecovery(PasswordRecovery passwordRecovery)
Creates a PasswordRecovery entity in the repository.
|
void |
UserService.deletePasswordRecovery(PasswordRecovery passwordRecovery)
Deletes the specified PasswordRecovery object from the repository.
|
Copyright © 2012–2016 1&1. All rights reserved.