Class ExternalCustomerProperties

java.lang.Object
com.broadleafcommerce.notification.service.provider.external.ExternalCustomerProperties

@ConfigurationProperties("broadleaf.notification.customerprovider") public class ExternalCustomerProperties extends Object
  • Constructor Details

    • ExternalCustomerProperties

      public ExternalCustomerProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for the customer service.
    • getReadCustomersPath

      public String getReadCustomersPath()
      The path to read customers
    • getReadCustomerByIdPath

      public String getReadCustomerByIdPath()
      The path to read a customer by ID
    • getReadAccountMembersPath

      public String getReadAccountMembersPath()
      The path to read account members
    • getReadAccountMemberByIdPath

      public String getReadAccountMemberByIdPath()
      The path to read a customer by ID
    • getReadAdminUserByIdPath

      public String getReadAdminUserByIdPath()
      The path to read a customer by ID
    • getServiceClient

      public String getServiceClient()
      The service client to use when calling inventory services. Default is "notificationclient".
    • setUrl

      public void setUrl(String url)
      The base url for the customer service.
    • setReadCustomersPath

      public void setReadCustomersPath(String readCustomersPath)
      The path to read customers
    • setReadCustomerByIdPath

      public void setReadCustomerByIdPath(String readCustomerByIdPath)
      The path to read a customer by ID
    • setReadAccountMembersPath

      public void setReadAccountMembersPath(String readAccountMembersPath)
      The path to read account members
    • setReadAccountMemberByIdPath

      public void setReadAccountMemberByIdPath(String readAccountMemberByIdPath)
      The path to read a customer by ID
    • setReadAdminUserByIdPath

      public void setReadAdminUserByIdPath(String readAdminUserByIdPath)
      The path to read a customer by ID
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when calling inventory services. Default is "notificationclient".