Interface CustomEmailMappingService
- All Known Implementing Classes:
CustomEmailMappingServiceImpl
public interface CustomEmailMappingService
Custom EMail Mapping Service
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomMapping
(String from, String to) Add custom mappingvoid
deleteCustomMapping
(String from, String to) Delete custom mappingGet the list of custom mappingsGets the list of email mapping keysvoid
registerEMailMappingKey
(String emailMappingKey) Registers an email mapping key with the existing list of email mapping keys
-
Method Details
-
getCustomMappings
Set<CustomMapping> getCustomMappings()Get the list of custom mappings- Returns:
Set
<CustomMapping
>
-
addCustomMapping
Add custom mapping- Parameters:
from
-to
-
-
deleteCustomMapping
Delete custom mapping- Parameters:
from
-to
-
-
getEmailMappingKeys
Gets the list of email mapping keys- Returns:
- Email mapping keys
-
registerEMailMappingKey
Registers an email mapping key with the existing list of email mapping keys- Parameters:
emailMappingKey
- emailMappingKey to register
-