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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.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.inthashCode()Deprecated.voidsetGenerateVoucherCodesUri(String generateVoucherCodesUri) Deprecated.The URI path for voucher codes generation.voidsetServiceClient(String serviceClient) Deprecated.The service client to use when interacting with the campaign service.voidDeprecated.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.
-