Email Template


Added On:  02/13/12 
SQL Table:  EMAIL_TEMPLATE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EmailTemplate 
Entity that represents email template configuration information.
Added On:  12/16/19
SQL Column:  CONTENT_CL
Java Field:  contentCl
Status:  Active
SQL Type:  varchar(4)
Java Type:  Object
References Content Classifier
Attributes:
Added On:  02/13/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  12/16/19
SQL Column:  LOCALE_CL
Java Field:  localeCl
Status:  Active
SQL Type:  varchar(5)
Java Type:  Object
References Locale Classifier
Attributes:
Added On:  03/10/22
SQL Column:  MEDIUM_CL
Java Field:  mediumCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References Medium Classifier
Attributes:
Added On:  02/13/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  12/16/19
SQL Column:  NOTIFICATION_CODE
Java Field:  notificationCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Added On:  12/16/19
SQL Column:  OWNER_CL
Java Field:  ownerCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  Object
References User Classifier
Attributes:
Added On:  02/13/12
SQL Column:  SUBJECT
Java Field:  subject
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Subject of the email template.
Added On:  10/16/23
SQL Column:  TEMPLATE_CL
Java Field:  templateCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  Object
References Template Classifier
Attributes:
Added On:  02/13/12
SQL Column:  TEMPLATE_CODE
Java Field:  templateCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Internal code that identifies the template.
Added On:  02/13/12
SQL Column:  TEMPLATE_CONTENT
Java Field:  templateContent
Status:  Active
SQL Type:  varchar(8192)
Java Type:  String
Attributes:
Message included in the email template.