Class ExternalCampaignProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
@Deprecated
@ConfigurationProperties("broadleaf.cartoperation.campaignprovider")
public class ExternalCampaignProperties
extends Object
Deprecated.
Deprecated as of 1.8, if using OfferService 2.0, this class is not used
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The URI context path for recording a campaign code usage.Deprecated.The service client to use when calling campaign services.getUrl()
Deprecated.The base url for an external campaign service.Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied.Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for validating campaign code usages after they're added to the cart, usually during checkout submission to make sure codes are still valid.void
setCampaignAuditDetailsUri
(String campaignAuditDetailsUri) Deprecated.The URI context path for recording a campaign code usage.void
setServiceClient
(String serviceClient) Deprecated.The service client to use when calling campaign services.void
Deprecated.The base url for an external campaign service.void
setUsabilityInfoUri
(String usabilityInfoUri) Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied.void
setValidateUri
(String validateUri) Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for validating campaign code usages after they're added to the cart, usually during checkout submission to make sure codes are still valid.
-
Constructor Details
-
ExternalCampaignProperties
public ExternalCampaignProperties()Deprecated.
-
-
Method Details
-
getUrl
Deprecated.The base url for an external campaign service. -
getCampaignAuditDetailsUri
Deprecated.The URI context path for recording a campaign code usage. -
getUsabilityInfoUri
Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied. -
getValidateUri
Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for validating campaign code usages after they're added to the cart, usually during checkout submission to make sure codes are still valid. -
getServiceClient
Deprecated.The service client to use when calling campaign services. Default is "cartopsclient". -
setUrl
Deprecated.The base url for an external campaign service. -
setCampaignAuditDetailsUri
Deprecated.The URI context path for recording a campaign code usage. -
setUsabilityInfoUri
Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied. -
setValidateUri
Deprecated.The URI context path to append tocampaignAuditDetailsUri
that defines the endpoint responsible for validating campaign code usages after they're added to the cart, usually during checkout submission to make sure codes are still valid. -
setServiceClient
Deprecated.The service client to use when calling campaign services. Default is "cartopsclient".
-