Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.domain.customer.Account
-
-
Uses of Account in com.broadleafcommerce.cartoperation.service.provider
Methods in com.broadleafcommerce.cartoperation.service.provider that return types with arguments of type Account Modifier and Type Method Description reactor.core.publisher.Mono<Account>
CustomerProvider. readAccountById(String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Read a customer account by the supplied ID -
Uses of Account in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return types with arguments of type Account Modifier and Type Method Description reactor.core.publisher.Mono<Account>
ExternalCustomerProvider. readAccountById(String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Uses of Account in com.broadleafcommerce.cartoperation.service.provider.external.domain.customer
Methods in com.broadleafcommerce.cartoperation.service.provider.external.domain.customer that return Account Modifier and Type Method Description Account
Account. getParentAccount()
Methods in com.broadleafcommerce.cartoperation.service.provider.external.domain.customer with parameters of type Account Modifier and Type Method Description void
Account. setParentAccount(Account parentAccount)
-