Class ExternalCampaignProperties

java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalCampaignProperties

@Deprecated @ConfigurationProperties("broadleaf.orderoperation.campaignprovider") public class ExternalCampaignProperties extends Object
Deprecated.
Deprecated as of 1.8, if using OfferService 2.0, this class is not used
  • Constructor Details

    • ExternalCampaignProperties

      public ExternalCampaignProperties()
      Deprecated.
  • Method Details

    • getUrl

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

      public String getGenerateVoucherCodesUri()
      Deprecated.
      The URI path for voucher codes generation.
    • getServiceClient

      public String getServiceClient()
      Deprecated.
      The service client to use when interacting with the campaign service. Default is "orderopsclient"
    • setUrl

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

      public void setGenerateVoucherCodesUri(String generateVoucherCodesUri)
      Deprecated.
      The URI path for voucher codes generation.
    • setServiceClient

      public void setServiceClient(String serviceClient)
      Deprecated.
      The service client to use when interacting with the campaign service. Default is "orderopsclient"
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object