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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    The URI context path for recording a campaign code usage.
    Deprecated.
    The service client to use when calling campaign services.
    Deprecated.
    The base url for an external campaign service.
    Deprecated.
    The URI context path to append to campaignAuditDetailsUri 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 to campaignAuditDetailsUri 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 to campaignAuditDetailsUri 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 to campaignAuditDetailsUri 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExternalCampaignProperties

      public ExternalCampaignProperties()
      Deprecated.
  • Method Details

    • getUrl

      public String getUrl()
      Deprecated.
      The base url for an external campaign service.
    • getCampaignAuditDetailsUri

      public String getCampaignAuditDetailsUri()
      Deprecated.
      The URI context path for recording a campaign code usage.
    • getUsabilityInfoUri

      public String getUsabilityInfoUri()
      Deprecated.
      The URI context path to append to campaignAuditDetailsUri that defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied.
    • getValidateUri

      public String getValidateUri()
      Deprecated.
      The URI context path to append to campaignAuditDetailsUri 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

      public String getServiceClient()
      Deprecated.
      The service client to use when calling campaign services. Default is "cartopsclient".
    • setUrl

      public void setUrl(String url)
      Deprecated.
      The base url for an external campaign service.
    • setCampaignAuditDetailsUri

      public void setCampaignAuditDetailsUri(String campaignAuditDetailsUri)
      Deprecated.
      The URI context path for recording a campaign code usage.
    • setUsabilityInfoUri

      public void setUsabilityInfoUri(String usabilityInfoUri)
      Deprecated.
      The URI context path to append to campaignAuditDetailsUri that defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied.
    • setValidateUri

      public void setValidateUri(String validateUri)
      Deprecated.
      The URI context path to append to campaignAuditDetailsUri 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

      public void setServiceClient(String serviceClient)
      Deprecated.
      The service client to use when calling campaign services. Default is "cartopsclient".