Uses of Class
com.broadleafcommerce.customer.web.endpoint.domain.UpdateAccountMemberRequest
-
Packages that use UpdateAccountMemberRequest Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.web.endpoint -
-
Uses of UpdateAccountMemberRequest in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service with parameters of type UpdateAccountMemberRequest Modifier and Type Method Description M
AccountMemberService. updateAccountMember(String accountId, String accountMemberId, UpdateAccountMemberRequest updateRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
M
DefaultAccountMemberService. updateAccountMember(@NonNull String accountId, @NonNull String accountMemberId, @NonNull UpdateAccountMemberRequest updateRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
-
Uses of UpdateAccountMemberRequest in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type UpdateAccountMemberRequest Modifier and Type Method Description AccountMember
AccountMemberEndpoint. updateAccountMember(String accountId, String accountMemberId, UpdateAccountMemberRequest updateRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-