public abstract class EmailActivityStorePathHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
EmailActivityStorePathHelper() |
| Modifier and Type | Method and Description |
|---|---|
static com.ibm.commerce.emarketing.objects.EmailConfigurationAccessBean |
getEmailConfiguration(java.lang.Integer storeEntityId,
java.lang.Integer configType)
Gets the e-mail configuration respecting to store path.
|
static com.ibm.commerce.emarketing.objects.EmailRetryPolicyStoreRelationAccessBean |
getEmailRetryPolicyStoreRelationAccessBean(java.lang.Integer storeEntityId)
Gets the relationship between e-mail retry policy and store respecting to store path.
|
static java.lang.Integer[] |
getStoresByRelatedStoreAndStoreRelType(java.lang.Integer storeEntityId,
java.lang.String storeRelType)
Gets an array of child store IDs.
|
public static final java.lang.String COPYRIGHT
public static com.ibm.commerce.emarketing.objects.EmailConfigurationAccessBean getEmailConfiguration(java.lang.Integer storeEntityId,
java.lang.Integer configType)
storeEntityId - The ID of the store entity.configType - The e-mail configuration type, either 0 or 1. 0 means to get SMTP configuration. 1 means to get POP3 configuration.public static com.ibm.commerce.emarketing.objects.EmailRetryPolicyStoreRelationAccessBean getEmailRetryPolicyStoreRelationAccessBean(java.lang.Integer storeEntityId)
storeEntityId - The ID of the store entity.public static java.lang.Integer[] getStoresByRelatedStoreAndStoreRelType(java.lang.Integer storeEntityId,
java.lang.String storeRelType)
throws javax.naming.NamingException,
java.sql.SQLException
storeEntityId - The asset store ID.storeRelType - The store relationship type used to get child stores.javax.naming.NamingException - Thrown when StoreRelationshipJDBCHelperAccessBean cannot retreive the
data for a store ID and store relationship type.java.sql.SQLException - Thrown when StoreRelationshipJDBCHelperAccessBean cannot retreive the
data for a store ID and store relationship type.