Uses of Class
com.broadleafcommerce.customer.domain.Account
Packages that use Account
Package
Description
-
Uses of Account in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return AccountMethods in com.broadleafcommerce.customer.domain with parameters of type AccountModifier and TypeMethodDescriptionAccountRef.fromAccount(Account account) Builds anAccountRefbased on the providedAccountvoidAccountMember.setAccount(Account account) The account in the relationship. -
Uses of Account in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type AccountModifier and TypeInterfaceDescriptioninterfaceAccountService<P extends Account>Service API forAccounts.interfaceCustomerAccountService<A extends Account,M extends AccountMember> Service for customer facing interactions involving reading account members and accounts.classDefaultAccountService<P extends Account>Default implementation ofAccountServiceclassDefaultCustomerAccountService<A extends Account,M extends AccountMember> Methods in com.broadleafcommerce.customer.service that return AccountModifier and TypeMethodDescriptionprotected AccountDefaultAccountMemberService.getAccountWithId(@NonNull AccountRef accountRef) Methods in com.broadleafcommerce.customer.service that return types with arguments of type AccountModifier and TypeMethodDescriptionprotected AccountService<Account>DefaultAccountInviteService.getAccountService()protected AccountService<Account>DefaultAccountMemberService.getAccountService()Methods in com.broadleafcommerce.customer.service with parameters of type AccountModifier and TypeMethodDescriptionprotected AccountRefDefaultAccountMemberService.createAccountRefFromAccount(@NonNull Account account) protected AccountInviteAcceptanceNotificationDefaultSendAccountInvitationService.getNotification(Account account, Customer customer, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidDefaultAccountInviteService.sendAccountAcceptance(Customer customer, Account account, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidDefaultSendAccountInvitationService.sendAccountAcceptance(Customer customer, Account account, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidDefaultSendAccountInvitationService.sendAccountAcceptance(Customer customer, Account account, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidSendAccountInvitationService.sendAccountAcceptance(Customer customer, Account account, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send the account acceptance notification to the targeted user when auto-acceptance is enabledvoidSendAccountInvitationService.sendAccountAcceptance(Customer customer, Account account, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send the account acceptance notification to the targeted user when auto-acceptance is enabledConstructor parameters in com.broadleafcommerce.customer.service with type arguments of type AccountModifierConstructorDescriptionDefaultAccountInviteService(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService, SendAccountInvitationService sendAccountInvitationService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.RSQLFilterParser rsqlFilterParser, AccountInviteRepository<com.broadleafcommerce.data.tracking.core.Trackable> accountInviteRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AccountInviteProperties accountInviteProperties) DefaultAccountMemberService(AccountMemberRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountService<Account> accountService, CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AccountMemberRoleChangeProducer accountMemberRoleChangeProducer) -
Uses of Account in com.broadleafcommerce.customer.service.domain
Methods in com.broadleafcommerce.customer.service.domain that return AccountModifier and TypeMethodDescriptionAccountInviteAcceptanceNotification.getAccount()The account related to the inviteMethods in com.broadleafcommerce.customer.service.domain with parameters of type AccountModifier and TypeMethodDescriptionvoidAccountInviteAcceptanceNotification.setAccount(Account account) The account related to the invite -
Uses of Account in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountModifier and TypeMethodDescriptionAccountEndpoint.createAccount(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Account account) AccountEndpoint.readAccountById(String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) 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 AccountModifier and TypeMethodDescriptionprotected AccountService<Account>AccountAddressEndpoint.getAccountService()protected AccountService<Account>AccountEndpoint.getAccountService()protected CustomerAccountService<Account,AccountMember> CustomerAccountEndpoint.getCustomerAccountService()protected org.springframework.data.domain.Page<Account>AccountEndpoint.hydrateParentAccounts(org.springframework.data.domain.Page<Account> accounts, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CustomerAccountEndpoint.myAccounts(int childAccountDepth, boolean filterParents, cz.jirutka.rsql.parser.ast.Node filters, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) AccountEndpoint.readAccountsForCustomer(String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) 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 AccountModifier and TypeMethodDescriptionAccountEndpoint.createAccount(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Account account) AccountEndpoint.replaceAccount(String accountId, Account account, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Method parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type AccountModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<Account>AccountEndpoint.hydrateParentAccounts(org.springframework.data.domain.Page<Account> accounts, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type AccountModifierConstructorDescriptionAccountAddressEndpoint(AccountService<Account> accountService, AccountAddressService<AccountAddress> accountAddressService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) AccountEndpoint(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService) CustomerAccountEndpoint(CustomerAccountService<Account, AccountMember> customerAccountService)