public class DefaultEmailAddressGenerator extends Object implements EmailAddressGenerator
| Constructor and Description |
|---|
DefaultEmailAddressGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
generate(long companyId,
long userId) |
boolean |
isFake(String emailAddress) |
boolean |
isGenerated(String emailAddress) |
public String generate(long companyId,
long userId)
generate in interface EmailAddressGeneratorpublic boolean isFake(String emailAddress)
isFake in interface EmailAddressGeneratorpublic boolean isGenerated(String emailAddress)
isGenerated in interface EmailAddressGenerator