java.lang.Objectcom.ibm.commerce.emarketing.utils.EmailActivitySummary
Provides summary information for a given e-mail activity.
Constructor Summary | |
EmailActivitySummary(int activityId, java.lang.String name, java.lang.String description, java.lang.String emailTemplateName, java.lang.String customerProfileName, int numOfRecipients, int numOfBounced, int numOfClicked, int numOfOpened) Constructor. |
Method Summary | |
int | getActivityId() Returns the activityId of the e-mail activity upon which the summary is based. |
java.lang.String | getCustomerProfileName() Returns the name of the customer profile that is part of the e-mail activity upon which the summary is based. |
java.lang.String | getDescription() Returns the description of the e-mail activity upon which the summary is based. |
java.lang.String | getEmailTemplateName() Returns the name of the e-mail template that is part of the e-mail activity upon which the summary is based. |
java.lang.String | getName() Returns the name of the e-mail activity upon which the summary is based. |
int | getNumberOfAssumeReceived() Returns the number of recipients to whom this e-mail activity was assumed to be delivered to his/her mailbox. |
int | getNumberOfBounced() Returns the number of bounced message that have resulted from sending this e-mail activity. |
int | getNumberOfClicked() Returns the number of recipients that have clicked this e-mail activity. |
int | getNumberOfOpened() Returns the number of recipients that have opened this e-mail activity. |
int | getNumberOfRecipients() Returns the number of recipients to whom this e-mail activity was attempted to be sent. |
double | getPercentageAssumeReceived() Returns the percentage of recipients that have recieved e-mail activity. |
double | getPercentageBounced() Returns the percentage of recipients for which a bounced message has been detected. |
double | getPercentageClicked() Returns the percentage of recipients that have clicked on the e-mail activity. |
double | getPercentageOpened() Returns the percentage of recipients that have opened the e-mail activity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmailActivitySummary(int activityId, java.lang.String name, java.lang.String description, java.lang.String emailTemplateName, java.lang.String customerProfileName, int numOfRecipients, int numOfBounced, int numOfClicked, int numOfOpened)
Method Detail |
public int getActivityId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getCustomerProfileName()
public java.lang.String getEmailTemplateName()
public int getNumberOfRecipients()
public int getNumberOfAssumeReceived()
public int getNumberOfClicked()
public int getNumberOfOpened()
public int getNumberOfBounced()
public double getPercentageAssumeReceived()
public double getPercentageBounced()
public double getPercentageOpened()
public double getPercentageClicked()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.