Class ExternalCustomerSegmentProviderProperties
java.lang.Object
com.broadleafcommerce.customer.client.properties.ExternalCustomerSegmentProviderProperties
Properties for Customer Segment functionalities.
- Author:
- Julia Lopez-Pozas (jlopezpozas)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe path to read all rule-based customer segments.The path to resolve customer segments according to the request details.The service client to use when calling customer services.getUrl()
The base url for the customer service.void
setReadCustomerSegmentsPath
(String readCustomerSegmentsPath) The path to read all rule-based customer segments.void
setResolveCustomerSegmentsPath
(String resolveCustomerSegmentsPath) The path to resolve customer segments according to the request details.void
setServiceClient
(String serviceClient) The service client to use when calling customer services.void
The base url for the customer service.
-
Constructor Details
-
ExternalCustomerSegmentProviderProperties
public ExternalCustomerSegmentProviderProperties()
-
-
Method Details
-
getUrl
The base url for the customer service. -
getReadCustomerSegmentsPath
The path to read all rule-based customer segments. -
getResolveCustomerSegmentsPath
The path to resolve customer segments according to the request details. -
getServiceClient
The service client to use when calling customer services. -
setUrl
The base url for the customer service. -
setReadCustomerSegmentsPath
The path to read all rule-based customer segments. -
setResolveCustomerSegmentsPath
The path to resolve customer segments according to the request details. -
setServiceClient
The service client to use when calling customer services.
-