Interface EmailAddressDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultEmailAddressDao
Data Access for looking up email addresses.
-
Method Summary
Modifier and TypeMethodDescriptionfindEmailAddressByEmailAndDisplayName(String email, String displayName) Retrieves EmailAddress given email address and display name.
-
Method Details
-
findEmailAddressByEmailAndDisplayName
Retrieves EmailAddress given email address and display name.- Parameters:
email- the email addressdisplayName- the display name- Returns:
- The EmailAddress or null if not found
-