Uses of Class
com.broadleafcommerce.customer.domain.Account
-
Packages that use Account Package Description com.broadleafcommerce.customer.domain com.broadleafcommerce.customer.service com.broadleafcommerce.customer.web.endpoint -
-
Uses of Account in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain with parameters of type Account Modifier and Type Method Description AccountRef
AccountRef. fromAccount(Account account)
Builds anAccountRef
based on the providedAccount
-
Uses of Account in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type Account Modifier and Type Interface Description interface
AccountService<P extends Account>
Service API forAccounts
.class
DefaultAccountService<P extends Account>
Default implementation ofAccountService
Methods in com.broadleafcommerce.customer.service that return types with arguments of type Account Modifier and Type Method Description protected AccountService<Account>
DefaultAccountMemberService. getAccountService()
Constructor parameters in com.broadleafcommerce.customer.service with type arguments of type Account Constructor Description DefaultAccountMemberService(AccountMemberRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountService<Account> accountService, CustomerService<Customer> customerService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper)
-
Uses of Account in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return Account Modifier and Type Method Description Account
AccountEndpoint. createAccount(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Account account)
Account
AccountEndpoint. readAccountById(String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
Account
AccountEndpoint. replaceAccount(String accountId, Account account, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type Account Modifier and Type Method Description protected AccountService<Account>
AccountAddressEndpoint. getAccountService()
protected AccountService<Account>
AccountEndpoint. getAccountService()
org.springframework.data.domain.Page<Account>
AccountEndpoint. readAllAccounts(cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type Account Modifier and Type Method Description Account
AccountEndpoint. createAccount(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Account account)
Account
AccountEndpoint. replaceAccount(String accountId, Account account, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type Account Constructor Description AccountAddressEndpoint(AccountService<Account> accountService, AccountAddressService<AccountAddress> accountAddressService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
AccountEndpoint(AccountService<Account> accountService)
-