Uses of Class
com.broadleafcommerce.rest.api.wrapper.CustomerAddressWrapper
Packages that use CustomerAddressWrapper
-
Uses of CustomerAddressWrapper in com.broadleafcommerce.rest.api.endpoint.customer
Methods in com.broadleafcommerce.rest.api.endpoint.customer that return CustomerAddressWrapperModifier and TypeMethodDescriptionCustomerEndpoint.addAddress(jakarta.servlet.http.HttpServletRequest request, CustomerAddressWrapper wrapper) CustomerEndpoint.addAddress(jakarta.servlet.http.HttpServletRequest request, Long customerId, CustomerAddressWrapper wrapper) CustomerEndpoint.findAddress(jakarta.servlet.http.HttpServletRequest request, Long customerId, String addressName) CustomerEndpoint.findAddress(jakarta.servlet.http.HttpServletRequest request, String addressName) CustomerEndpoint.updateAddress(jakarta.servlet.http.HttpServletRequest request, Long customerAddressId, CustomerAddressWrapper wrapper) CustomerEndpoint.updateAddress(jakarta.servlet.http.HttpServletRequest request, Long customerId, Long customerAddressId, CustomerAddressWrapper wrapper) Methods in com.broadleafcommerce.rest.api.endpoint.customer that return types with arguments of type CustomerAddressWrapperModifier and TypeMethodDescriptionCustomerEndpoint.findAllAddresses(jakarta.servlet.http.HttpServletRequest request) CustomerEndpoint.findAllAddresses(jakarta.servlet.http.HttpServletRequest request, Long customerId) CustomerEndpoint.removeAddress(jakarta.servlet.http.HttpServletRequest request, Long customerId, String addressName) CustomerEndpoint.removeAddress(jakarta.servlet.http.HttpServletRequest request, String addressName) Methods in com.broadleafcommerce.rest.api.endpoint.customer with parameters of type CustomerAddressWrapperModifier and TypeMethodDescriptionCustomerEndpoint.addAddress(jakarta.servlet.http.HttpServletRequest request, CustomerAddressWrapper wrapper) CustomerEndpoint.addAddress(jakarta.servlet.http.HttpServletRequest request, Long customerId, CustomerAddressWrapper wrapper) CustomerEndpoint.updateAddress(jakarta.servlet.http.HttpServletRequest request, Long customerAddressId, CustomerAddressWrapper wrapper) CustomerEndpoint.updateAddress(jakarta.servlet.http.HttpServletRequest request, Long customerId, Long customerAddressId, CustomerAddressWrapper wrapper)