Uses of Class
com.broadleafcommerce.customer.domain.AccountRef
-
-
Uses of AccountRef in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return AccountRef Modifier and Type Method Description AccountRef
AccountRef. fromAccount(Account account)
Builds anAccountRef
based on the providedAccount
AccountRef
AccountInvite. getAccount()
A minimal representation of an account for this invite.AccountRef
AccountAddress. getAccountRef()
The account in the relationship.AccountRef
Account. getParentAccount()
The account's parent account.Methods in com.broadleafcommerce.customer.domain with parameters of type AccountRef Modifier and Type Method Description void
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 AccountRef Modifier and Type Method Description void
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 AccountRef Modifier and Type Method Description void
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 AccountRef Modifier and Type Method Description protected AccountRef
DefaultAccountMemberService. createAccountRefFromAccount(@NonNull Account account)
Methods in com.broadleafcommerce.customer.service with parameters of type AccountRef Modifier and Type Method Description protected 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 AccountRef Modifier and Type Method Description protected 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 AccountRef Modifier and Type Method Description AccountRef
RegisterAccountMemberRequest. getAccount()
The account in the relationship.Methods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type AccountRef Modifier and Type Method Description void
RegisterAccountMemberRequest. setAccount(AccountRef account)
The account in the relationship.
-