Class OrderConfirmationPathProperties

java.lang.Object
com.broadleafcommerce.notification.service.messaging.OrderConfirmationPathProperties

@ConfigurationProperties(prefix="broadleaf.notification.messaging.order-confirmation.paths") public class OrderConfirmationPathProperties extends Object
Properties for path strings to properties in the order confirmation message. Due to how Spring interprets "$" in properties, do not include the "$" for root in the property. The "$." will be added in the getters.
Author:
Cade Rea (cade-rea)
  • Constructor Details

    • OrderConfirmationPathProperties

      public OrderConfirmationPathProperties()
  • Method Details

    • getApplicationIdPath

      public String getApplicationIdPath()
    • getTenantIdPath

      public String getTenantIdPath()
    • getCartOrderNumberPath

      public String getCartOrderNumberPath()
    • getOrderStatusPath

      public String getOrderStatusPath()
    • getBillingAddressPath

      public String getBillingAddressPath()
    • getBillingAddressFullNamePath

      public String getBillingAddressFullNamePath()
    • getCustomerNamePath

      public String getCustomerNamePath()
    • getRequesterNamePath

      public String getRequesterNamePath()
    • getCustomerIdPath

      public String getCustomerIdPath()
    • getAccountIdPath

      public String getAccountIdPath()
    • getCustomerEmailPath

      public String getCustomerEmailPath()
    • getApproverEmailPath

      public String getApproverEmailPath()
    • setApplicationIdPath

      public void setApplicationIdPath(String applicationIdPath)
    • setTenantIdPath

      public void setTenantIdPath(String tenantIdPath)
    • setCartOrderNumberPath

      public void setCartOrderNumberPath(String cartOrderNumberPath)
    • setOrderStatusPath

      public void setOrderStatusPath(String orderStatusPath)
    • setBillingAddressPath

      public void setBillingAddressPath(String billingAddressPath)
    • setBillingAddressFullNamePath

      public void setBillingAddressFullNamePath(String billingAddressFullNamePath)
    • setCustomerIdPath

      public void setCustomerIdPath(String customerIdPath)
    • setCustomerNamePath

      public void setCustomerNamePath(String customerNamePath)
    • setCustomerEmailPath

      public void setCustomerEmailPath(String customerEmailPath)
    • setRequesterNamePath

      public void setRequesterNamePath(String requesterNamePath)
    • setApproverEmailPath

      public void setApproverEmailPath(String approverEmailPath)
    • setAccountIdPath

      public void setAccountIdPath(String accountIdPath)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object