public class EmailTemplateSummaryDatabean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright String...
|
Constructor and Description |
---|
EmailTemplateSummaryDatabean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getContentFormat()
Returns the content format for this template..HTML or Plain text format
|
java.lang.String | getContentId()
Returns the content id for this template
|
java.lang.String | getDescription()
Returns the description for this template
|
java.lang.String | getEmailBody()
returns the email body specified for this template
|
java.lang.String | getEmailSubject()
Returns the email subject for this template
|
java.lang.String | getJspPath()
Returns the JSP path for this template.
|
java.lang.String | getLastModify()
Returns the time at which this template was last modified.
|
java.lang.String | getMessageId()
Returns the message id for this template
|
java.lang.String | getName()
Returns the name of this template...
|
java.lang.String | getRecordOpen()
Returns the record open flag for this template
|
java.lang.String | getStatus()
Returns the status of this template 1 - Active 0 - Deleted
|
java.lang.String | getStoreId()
Returns the store id for this template
|
java.lang.String | getTemplateType()
Returns the Template type - JSP or Form Filled type.
|
void | populate()
This method populates the data bean with elements.
|
void | setContentFormat(java.lang.String newContentFormat)
Sets the content format for this template...HTML or Plain text
|
void | setContentId(java.lang.String newContentId)
Sets the content ID for this template..
|
void | setDescription(java.lang.String newDesc)
Sets the description for this template.
|
void | setEmailBody(java.lang.String newBody)
Sets the email body for this template
|
void | setEmailSubject(java.lang.String newSubject)
Sets the subject for this template
|
void | setJspPath(java.lang.String newJspPath)
Sets the JSP path for this template.
|
void | setLastModify(java.lang.String newLastModify)
Sets the time at which this template was last modified
|
void | setMessageId(java.lang.String newMessageId)
Sets the message id
|
void | setRecordOpen(java.lang.String newRecordOpen)
sets the Record open flag for this template 1 - Record 0 - Dont record
|
void | setStatus(java.lang.String newStatus)
Sets the status for this template 1 - Active 0 - Deleted
|
void | setStoreId(java.lang.String newStoreId)
Sets the store ID for this template..
|
public static final java.lang.String COPYRIGHT
public java.lang.String getName()
public void setDescription(java.lang.String newDesc)
public java.lang.String getDescription()
public void setRecordOpen(java.lang.String newRecordOpen)
public java.lang.String getRecordOpen()
public void setEmailSubject(java.lang.String newSubject)
public java.lang.String getEmailSubject()
public void setEmailBody(java.lang.String newBody)
public java.lang.String getEmailBody()
public void setContentFormat(java.lang.String newContentFormat)
public java.lang.String getContentFormat()
public void setStoreId(java.lang.String newStoreId)
public java.lang.String getStoreId()
public void setContentId(java.lang.String newContentId)
public java.lang.String getContentId()
public void setMessageId(java.lang.String newMessageId)
public java.lang.String getMessageId()
public void setStatus(java.lang.String newStatus)
public java.lang.String getStatus()
public void setLastModify(java.lang.String newLastModify)
public java.lang.String getLastModify()
public void setJspPath(java.lang.String newJspPath)
public java.lang.String getJspPath()
public java.lang.String getTemplateType()
public void populate() throws ECException