Class CampaignMessagingProperties
- java.lang.Object
-
- com.broadleafcommerce.promotion.campaign.service.messaging.autoconfigure.CampaignMessagingProperties
-
@ConfigurationProperties("broadleaf.campaign.messaging") public class CampaignMessagingProperties extends Object
- Author:
- Nathan Moore (nathandmoore)
-
-
Constructor Summary
Constructors Constructor Description CampaignMessagingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUseCustomerEmailAsUserTargetValue()
When recordingCampaignCodeAuditDetails
, whether to use customer's email on the order as theUserTarget.getTargetValue()
.void
setUseCustomerEmailAsUserTargetValue(boolean useCustomerEmailAsUserTargetValue)
When recordingCampaignCodeAuditDetails
, whether to use customer's email on the order as theUserTarget.getTargetValue()
.
-
-
-
Method Detail
-
isUseCustomerEmailAsUserTargetValue
public boolean isUseCustomerEmailAsUserTargetValue()
When recordingCampaignCodeAuditDetails
, whether to use customer's email on the order as theUserTarget.getTargetValue()
. Default is to use the customer's ID, which would be null for guest customers.
-
setUseCustomerEmailAsUserTargetValue
public void setUseCustomerEmailAsUserTargetValue(boolean useCustomerEmailAsUserTargetValue)
When recordingCampaignCodeAuditDetails
, whether to use customer's email on the order as theUserTarget.getTargetValue()
. Default is to use the customer's ID, which would be null for guest customers.
-
-