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
AccountAddress. getAccountRef()
The account in the relationship.AccountRef
AccountMember. 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
AccountAddress. setAccountRef(AccountRef accountRef)
The account in the relationship.void
AccountMember. 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.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return AccountRef Modifier and Type Method Description AccountRef
RegisterAccountMemberRequest. getAccountRef()
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. setAccountRef(AccountRef accountRef)
The account in the relationship.
-