java.lang.Object | +--com.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)
activityId
- the ID used to represent the e-mail
activity.name
- the name of the the e-mail activity.description
- the description of the e-mail activity.emailTemplateName
- the e-mail template used by the e-mail
activity.customerProfileName
- the customer profile used by the e-mail
activity.numOfRecipients
- the number of people were sent the e-mail
activity.numOfBounced
- the number of bounced messages that were caused
by the e-mail activity.numOfClicked
- the number of messages within the activity that
had a URL clicked.numOfOpened
- the number of messages within the activity that
were opened.Method Detail |
---|
public int getActivityId()
activityId
of the e-mail activity upon which the
summary is based.
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()