Class ExternalCustomerProperties
java.lang.Object
com.broadleafcommerce.notification.service.provider.external.ExternalCustomerProperties
@ConfigurationProperties("broadleaf.notification.customerprovider")
public class ExternalCustomerProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe path to read a customer by IDThe path to read account membersThe path to read a customer by IDThe path to read a customer by IDThe path to read customersThe service client to use when calling inventory services.getUrl()
The base url for the customer service.void
setReadAccountMemberByIdPath
(String readAccountMemberByIdPath) The path to read a customer by IDvoid
setReadAccountMembersPath
(String readAccountMembersPath) The path to read account membersvoid
setReadAdminUserByIdPath
(String readAdminUserByIdPath) The path to read a customer by IDvoid
setReadCustomerByIdPath
(String readCustomerByIdPath) The path to read a customer by IDvoid
setReadCustomersPath
(String readCustomersPath) The path to read customersvoid
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. -
getReadCustomersPath
The path to read customers -
getReadCustomerByIdPath
The path to read a customer by ID -
getReadAccountMembersPath
The path to read account members -
getReadAccountMemberByIdPath
The path to read a customer by ID -
getReadAdminUserByIdPath
The path to read a customer by ID -
getServiceClient
The service client to use when calling inventory services. Default is "notificationclient". -
setUrl
The base url for the customer service. -
setReadCustomersPath
The path to read customers -
setReadCustomerByIdPath
The path to read a customer by ID -
setReadAccountMembersPath
The path to read account members -
setReadAccountMemberByIdPath
The path to read a customer by ID -
setReadAdminUserByIdPath
The path to read a customer by ID -
setServiceClient
The service client to use when calling inventory services. Default is "notificationclient".
-