public class IOUtilities
extends java.lang.Object
Constructor and Description |
---|
IOUtilities() |
Modifier and Type | Method and Description |
---|---|
static void |
processEmailTemplate(EmailOptionsIf options,
java.lang.String mailTemplate)
It does the following:
Removes an extension from the template name if it exists
Removes the country code if it exists
Fills the options object with the cleaned template name and the country code
|
public static void processEmailTemplate(EmailOptionsIf options, java.lang.String mailTemplate)
options
- the optionsmailTemplate
- the mailTemplateCopyright © 2018 DS Data Systems UK Ltd.