Uses of Class
africa.absa.inception.mail.MailTemplateContentType
-
-
Uses of MailTemplateContentType in africa.absa.inception.mail
Methods in africa.absa.inception.mail that return MailTemplateContentType Modifier and Type Method Description MailTemplateContentTypeStringToMailTemplateContentTypeConverter. convert(String source)MailTemplateContentTypeMailTemplateContentTypeConverter. convertToEntityAttribute(Integer dbData)Converts the data stored in the database column into the value to be stored in the entity attribute.static MailTemplateContentTypeMailTemplateContentType. fromCode(String code)Returns the mail template content type given by the specified code value.static MailTemplateContentTypeMailTemplateContentType. fromNumericCode(int numericCode)Returns the mail template content type for the specified numeric code.MailTemplateContentTypeMailTemplate. getContentType()Returns the content type for the mail template.MailTemplateContentTypeMailTemplateSummary. getContentType()Returns the content type for the mail template.static MailTemplateContentTypeMailTemplateContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static MailTemplateContentType[]MailTemplateContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in africa.absa.inception.mail with parameters of type MailTemplateContentType Modifier and Type Method Description StringMailTemplateContentTypeToStringConverter. convert(MailTemplateContentType source)IntegerMailTemplateContentTypeConverter. convertToDatabaseColumn(MailTemplateContentType attribute)Converts the value stored in the entity attribute into the data representation to be stored in the database.voidMailTemplate. setContentType(MailTemplateContentType contentType)Set the content type for the mail template.static intMailTemplateContentType. toNumericCode(MailTemplateContentType mailTemplateContentType)Returns the numeric code for the mail template content type.Constructors in africa.absa.inception.mail with parameters of type MailTemplateContentType Constructor Description MailTemplate(String id, String name, MailTemplateContentType contentType, byte[] template)Constructs a new MailTemplate.MailTemplateSummary(String id, String name, MailTemplateContentType contentType)Constructs a new MailTemplateSummary.
-