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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.The URI path for voucher codes generation.Deprecated.The service client to use when interacting with the campaign service.getUrl()
Deprecated.The base url for an external campaign service.int
hashCode()
Deprecated.void
setGenerateVoucherCodesUri
(String generateVoucherCodesUri) Deprecated.The URI path for voucher codes generation.void
setServiceClient
(String serviceClient) Deprecated.The service client to use when interacting with the campaign service.void
Deprecated.The base url for an external campaign service.toString()
Deprecated.
-
Constructor Details
-
ExternalCampaignProperties
public ExternalCampaignProperties()Deprecated.
-
-
Method Details
-
getUrl
Deprecated.The base url for an external campaign service. -
getGenerateVoucherCodesUri
Deprecated.The URI path for voucher codes generation. -
getServiceClient
Deprecated.The service client to use when interacting with the campaign service. Default is "orderopsclient" -
setUrl
Deprecated.The base url for an external campaign service. -
setGenerateVoucherCodesUri
Deprecated.The URI path for voucher codes generation. -
setServiceClient
Deprecated.The service client to use when interacting with the campaign service. Default is "orderopsclient" -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-