public class BirthdayTriggerTaskCmdImpl extends MarketingCampaignElementTaskCmdImpl implements BirthdayTriggerTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of this class.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
DM_FROM_FORWARD_TRIGGERS_FOR_PROCESSING, EMLPROMO_NAME_PREFIX, GENERIC_USER_ID
defaultCommandClassName
Constructor and Description |
---|
BirthdayTriggerTaskCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
forwardTriggersForProcessing()
This method finds all the customers whose birthday is at the specific month and day,
and forwards the trigger to the marketing services for each customer.
|
java.util.List |
getUsersByBirthday(java.lang.Integer storeId,
java.lang.String targetMM,
java.lang.String targetDD)
This method gets the member IDs and personalization IDs for customers whose birthday is
at the month specified in the
targetMM parameter, and the day specified in
the targetDD parameter. |
void |
processBirthdayTrigger(java.lang.Integer storeId,
java.lang.Integer elementId,
java.lang.Integer activityId,
java.lang.String targetMM,
java.lang.String targetDD)
This method finds all the users whose birthday is at the specific MMDD.
|
java.util.List |
validateParameters(java.util.Map elementParameters)
This method validates that all the required name value pairs have been set for
the campaign element.
|
addEMarketingSpotDataBean, forwardTriggersForProcessing, getActivity, getDataFromTriggerParameters, getElementId, getElementParameters, getEMarketingSpotDataBeans, getExperimentTestElements, getMarketingContent, getMarketingSpotBehavior, getMemberId, getMemberId, getMemberIdsForPersonalizationId, getMemberIdsForPersonalizationId, getNewElementParameters, getPersonalizationId, getPreviewReport, getRegisteredMemberIdForPersonalizationId, getReturnValue, getStoreId, getTemporarySharedData, getTemporarySharedDataObject, getTriggerParameters, getTriggerParametersMap, getUserDataForElement, isReadyToCallExecute, performExecute, putTemporarySharedDataObject, returnEMarketingSpotDataBeans, setActivity, setElementId, setElementParameters, setExperimentTestElements, setNewElementParameter, setOutputProperties, setPreviewReport, setReturnValue, setTemporarySharedData, setTriggerParameters, setTriggerParameters, validateCategory, validateCustomerSegment, validateDates, validateElementIsFirstInActivity, validateEmailTemplate, validateMarketingContent, validateMarketingContent, validateMarketingSpot, validateProduct, validatePromotion, validatePromotionCodes, validatePromotionCodesOrCoupon, validatePromotionCoupon, validatePromotionDisplay, validateSubscription, validateTimes
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEMarketingSpotDataBeans, getMarketingSpotBehavior, getNewElementParameters, getReturnValue, returnEMarketingSpotDataBeans, setActivity, setElementId, setElementParameters, setExperimentTestElements, setNewElementParameter, setPreviewReport, setReturnValue, setTemporarySharedData, setTriggerParameters, setTriggerParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.util.List validateParameters(java.util.Map elementParameters)
validateParameters
in interface MarketingCampaignElementTaskCmd
validateParameters
in class MarketingCampaignElementTaskCmdImpl
elementParameters
- The name value pairs for this element.ApplicationError
exceptions
that contains any validation errors. The list may be empty or be null
.public void forwardTriggersForProcessing()
forwardTriggersForProcessing
in interface MarketingCampaignElementTaskCmd
forwardTriggersForProcessing
in class MarketingCampaignElementTaskCmdImpl
public void processBirthdayTrigger(java.lang.Integer storeId, java.lang.Integer elementId, java.lang.Integer activityId, java.lang.String targetMM, java.lang.String targetDD)
storeId
- The identifier of the store in which to find the users in the segment.elementId
- The identifier of the trigger element.activityId
- The identifier of the marketing activity.targetMM
- The identifier of the month of the birthday.targetDD
- The identifier of the day of the birthday.public java.util.List getUsersByBirthday(java.lang.Integer storeId, java.lang.String targetMM, java.lang.String targetDD)
targetMM
parameter, and the day specified in
the targetDD
parameter.storeId
- The unique ID of the store.targetMM
- The string for the specific month in MM format.targetDD
- The string for the specific day in DD format.