| Package | Description |
|---|---|
| com.broadleafcommerce.rest.api.endpoint.customer |
| Modifier and Type | Method and Description |
|---|---|
CustomerPaymentWrapper |
CustomerEndpoint.addCustomerPayment(javax.servlet.http.HttpServletRequest request,
CustomerPaymentWrapper wrapper) |
CustomerPaymentWrapper |
CustomerEndpoint.addCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long customerId,
CustomerPaymentWrapper wrapper) |
CustomerPaymentWrapper |
CustomerEndpoint.findCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long paymentId) |
CustomerPaymentWrapper |
CustomerEndpoint.findCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long customerId,
Long paymentId) |
CustomerPaymentWrapper |
CustomerEndpoint.updateCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long paymentId,
CustomerPaymentWrapper wrapper) |
CustomerPaymentWrapper |
CustomerEndpoint.updateCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long customerId,
Long paymentId,
CustomerPaymentWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerPaymentWrapper> |
CustomerEndpoint.findAllCustomerPayments(javax.servlet.http.HttpServletRequest request) |
List<CustomerPaymentWrapper> |
CustomerEndpoint.findAllCustomerPayments(javax.servlet.http.HttpServletRequest request,
Long customerId) |
List<CustomerPaymentWrapper> |
CustomerEndpoint.removeCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long paymentId) |
List<CustomerPaymentWrapper> |
CustomerEndpoint.removeCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long customerId,
Long paymentId) |
| Modifier and Type | Method and Description |
|---|---|
CustomerPaymentWrapper |
CustomerEndpoint.addCustomerPayment(javax.servlet.http.HttpServletRequest request,
CustomerPaymentWrapper wrapper) |
CustomerPaymentWrapper |
CustomerEndpoint.addCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long customerId,
CustomerPaymentWrapper wrapper) |
CustomerPaymentWrapper |
CustomerEndpoint.updateCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long paymentId,
CustomerPaymentWrapper wrapper) |
CustomerPaymentWrapper |
CustomerEndpoint.updateCustomerPayment(javax.servlet.http.HttpServletRequest request,
Long customerId,
Long paymentId,
CustomerPaymentWrapper wrapper) |
Copyright © 2020. All rights reserved.