Uses of Class
com.broadleafcommerce.rest.api.wrapper.CustomerPaymentWrapper
Packages that use CustomerPaymentWrapper
-
Uses of CustomerPaymentWrapper in com.broadleafcommerce.rest.api.endpoint.customer
Methods in com.broadleafcommerce.rest.api.endpoint.customer that return CustomerPaymentWrapperModifier and TypeMethodDescriptionCustomerEndpoint.addCustomerPayment(jakarta.servlet.http.HttpServletRequest request, CustomerPaymentWrapper wrapper) CustomerEndpoint.addCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long customerId, CustomerPaymentWrapper wrapper) CustomerEndpoint.findCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long paymentId) CustomerEndpoint.findCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long customerId, Long paymentId) CustomerEndpoint.updateCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long paymentId, CustomerPaymentWrapper wrapper) CustomerEndpoint.updateCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long customerId, Long paymentId, CustomerPaymentWrapper wrapper) Methods in com.broadleafcommerce.rest.api.endpoint.customer that return types with arguments of type CustomerPaymentWrapperModifier and TypeMethodDescriptionCustomerEndpoint.findAllCustomerPayments(jakarta.servlet.http.HttpServletRequest request) CustomerEndpoint.findAllCustomerPayments(jakarta.servlet.http.HttpServletRequest request, Long customerId) CustomerEndpoint.removeCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long paymentId) CustomerEndpoint.removeCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long customerId, Long paymentId) Methods in com.broadleafcommerce.rest.api.endpoint.customer with parameters of type CustomerPaymentWrapperModifier and TypeMethodDescriptionCustomerEndpoint.addCustomerPayment(jakarta.servlet.http.HttpServletRequest request, CustomerPaymentWrapper wrapper) CustomerEndpoint.addCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long customerId, CustomerPaymentWrapper wrapper) CustomerEndpoint.updateCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long paymentId, CustomerPaymentWrapper wrapper) CustomerEndpoint.updateCustomerPayment(jakarta.servlet.http.HttpServletRequest request, Long customerId, Long paymentId, CustomerPaymentWrapper wrapper)