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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAccountIdPath
(String accountIdPath) void
setApplicationIdPath
(String applicationIdPath) void
setApproverEmailPath
(String approverEmailPath) void
setBillingAddressFullNamePath
(String billingAddressFullNamePath) void
setBillingAddressPath
(String billingAddressPath) void
setCartOrderNumberPath
(String cartOrderNumberPath) void
setCustomerEmailPath
(String customerEmailPath) void
setCustomerIdPath
(String customerIdPath) void
setCustomerNamePath
(String customerNamePath) void
setOrderStatusPath
(String orderStatusPath) void
setRequesterNamePath
(String requesterNamePath) void
setTenantIdPath
(String tenantIdPath) toString()
-
Constructor Details
-
OrderConfirmationPathProperties
public OrderConfirmationPathProperties()
-
-
Method Details
-
getApplicationIdPath
-
getTenantIdPath
-
getCartOrderNumberPath
-
getOrderStatusPath
-
getBillingAddressPath
-
getBillingAddressFullNamePath
-
getCustomerNamePath
-
getRequesterNamePath
-
getCustomerIdPath
-
getAccountIdPath
-
getCustomerEmailPath
-
getApproverEmailPath
-
setApplicationIdPath
-
setTenantIdPath
-
setCartOrderNumberPath
-
setOrderStatusPath
-
setBillingAddressPath
-
setBillingAddressFullNamePath
-
setCustomerIdPath
-
setCustomerNamePath
-
setCustomerEmailPath
-
setRequesterNamePath
-
setApproverEmailPath
-
setAccountIdPath
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-