Uses of Class
com.broadleafcommerce.customer.domain.AccountRef
Package
Description
-
Uses of AccountRef in com.broadleafcommerce.customer.domain
Modifier and TypeMethodDescriptionAccountRef.fromAccount
(Account account) Builds anAccountRef
based on the providedAccount
AccountInvite.getAccount()
A minimal representation of an account for this invite.AccountAddress.getAccountRef()
The account in the relationship.Account.getParentAccount()
The account's parent account.Modifier and TypeMethodDescriptionvoid
AccountInvite.setAccount
(AccountRef account) A minimal representation of an account for this invite.void
AccountAddress.setAccountRef
(AccountRef accountRef) The account in the relationship.void
Account.setParentAccount
(AccountRef parentAccount) The account's parent account. -
Uses of AccountRef in com.broadleafcommerce.customer.provider.jpa.repository
Modifier and TypeMethodDescriptionvoid
JpaCustomizedAccountAddressRepository.clearDefaultForAddressType
(@NonNull AccountRef account, @NonNull String accountAddressType, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) -
Uses of AccountRef in com.broadleafcommerce.customer.repository
Modifier and TypeMethodDescriptionvoid
CustomizedAccountAddressRepository.clearDefaultForAddressType
(AccountRef account, String accountAddressType, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Find allAccountAddresses
for the provided account withAccountAddress.isDefault()
set to true & update it to false. -
Uses of AccountRef in com.broadleafcommerce.customer.service
Modifier and TypeMethodDescriptionprotected AccountRef
DefaultAccountMemberService.createAccountRefFromAccount
(@NonNull Account account) Modifier and TypeMethodDescriptionprotected Account
DefaultAccountMemberService.getAccountWithId
(@NonNull AccountRef accountRef) -
Uses of AccountRef in com.broadleafcommerce.customer.web.endpoint
Modifier 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
Modifier and TypeMethodDescriptionRegisterAccountMemberRequest.getAccount()
The account in the relationship.Modifier and TypeMethodDescriptionvoid
RegisterAccountMemberRequest.setAccount
(AccountRef account) The account in the relationship.