Class ExternalCustomerProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalCustomerProperties
@ConfigurationProperties("broadleaf.cartoperation.customerprovider")
public class ExternalCustomerProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe path to read an account by ID.The path to read a customer by IDThe service client to use when calling inventory services.getUrl()
The base url for the customer service.void
setReadAccountByIdPath
(String readAccountByIdPath) The path to read an account by ID.void
setReadCustomerByIdPath
(String readCustomerByIdPath) The path to read a customer by IDvoid
setServiceClient
(String serviceClient) The service client to use when calling inventory services.void
The base url for the customer service.
-
Constructor Details
-
ExternalCustomerProperties
public ExternalCustomerProperties()
-
-
Method Details
-
getUrl
The base url for the customer service. -
getReadAccountByIdPath
The path to read an account by ID. -
getReadCustomerByIdPath
The path to read a customer by ID -
getServiceClient
The service client to use when calling inventory services. Default is "cartopsclient". -
setUrl
The base url for the customer service. -
setReadAccountByIdPath
The path to read an account by ID. -
setReadCustomerByIdPath
The path to read a customer by ID -
setServiceClient
The service client to use when calling inventory services. Default is "cartopsclient".
-