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 AccountRefAccountRef. fromAccount(Account account)Builds anAccountRefbased 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 interfaceAccountService<P extends Account>Service API forAccounts.classDefaultAccountService<P extends Account>Default implementation ofAccountServiceMethods 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 AccountAccountEndpoint. createAccount(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Account account)AccountAccountEndpoint. readAccountById(String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)AccountAccountEndpoint. 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 AccountAccountEndpoint. createAccount(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Account account)AccountAccountEndpoint. 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)
-