Uses of Class
com.broadleafcommerce.customer.domain.AccountRef
Packages that use AccountRef
Package
Description
-
Uses of AccountRef in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return AccountRefModifier and TypeMethodDescriptionAccountRef.fromAccount(Account account) Builds anAccountRefbased on the providedAccountAccountInvite.getAccount()A minimal representation of an account for this invite.AccountAddress.getAccountRef()The account in the relationship.Account.getParentAccount()The account's parent account.Methods in com.broadleafcommerce.customer.domain with parameters of type AccountRefModifier and TypeMethodDescriptionvoidAccountInvite.setAccount(AccountRef account) A minimal representation of an account for this invite.voidAccountAddress.setAccountRef(AccountRef accountRef) The account in the relationship.voidAccount.setParentAccount(AccountRef parentAccount) The account's parent account. -
Uses of AccountRef in com.broadleafcommerce.customer.provider.jpa.repository
Methods in com.broadleafcommerce.customer.provider.jpa.repository with parameters of type AccountRefModifier and TypeMethodDescriptionvoidJpaCustomizedAccountAddressRepository.clearDefaultForAddressType(@NonNull AccountRef account, @NonNull String accountAddressType, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) -
Uses of AccountRef in com.broadleafcommerce.customer.repository
Methods in com.broadleafcommerce.customer.repository with parameters of type AccountRefModifier and TypeMethodDescriptionvoidCustomizedAccountAddressRepository.clearDefaultForAddressType(AccountRef account, String accountAddressType, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Find allAccountAddressesfor the provided account withAccountAddress.isDefault()set to true & update it to false. -
Uses of AccountRef in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountRefModifier and TypeMethodDescriptionprotected AccountRefDefaultAccountMemberService.createAccountRefFromAccount(@NonNull Account account) Methods in com.broadleafcommerce.customer.service with parameters of type AccountRefModifier and TypeMethodDescriptionprotected AccountDefaultAccountMemberService.getAccountWithId(@NonNull AccountRef accountRef) -
Uses of AccountRef in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type AccountRefModifier and TypeMethodDescriptionprotected Map<String,AccountRef> AccountEndpoint.readAccountMap(Collection<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of AccountRef in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return AccountRefModifier and TypeMethodDescriptionRegisterAccountMemberRequest.getAccount()The account in the relationship.Methods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type AccountRefModifier and TypeMethodDescriptionvoidRegisterAccountMemberRequest.setAccount(AccountRef account) The account in the relationship.