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 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.Methods in com.broadleafcommerce.customer.domain with parameters of type AccountRefModifier 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
Methods in com.broadleafcommerce.customer.provider.jpa.repository with parameters of type AccountRefModifier 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
Methods in com.broadleafcommerce.customer.repository with parameters of type AccountRefModifier 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
Methods in com.broadleafcommerce.customer.service that return AccountRefModifier and TypeMethodDescriptionprotected AccountRef
DefaultAccountMemberService.createAccountRefFromAccount
(@NonNull Account account) Methods in com.broadleafcommerce.customer.service with parameters of type AccountRefModifier and TypeMethodDescriptionprotected Account
DefaultAccountMemberService.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 TypeMethodDescriptionvoid
RegisterAccountMemberRequest.setAccount
(AccountRef account) The account in the relationship.