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.voidsetReadAccountMemberByIdPath(String readAccountMemberByIdPath) The path to read a customer by IDvoidsetReadAccountMembersPath(String readAccountMembersPath) The path to read account membersvoidsetReadAdminUserByIdPath(String readAdminUserByIdPath) The path to read a customer by IDvoidsetReadCustomerByIdPath(String readCustomerByIdPath) The path to read a customer by IDvoidsetReadCustomersPath(String readCustomersPath) The path to read customersvoidsetServiceClient(String serviceClient) The service client to use when calling inventory services.voidThe 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".
-