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 AccountRefAccountRef. fromAccount(Account account)Builds anAccountRefbased on the providedAccountAccountRefAccountAddress. getAccountRef()The account in the relationship.AccountRefAccountMember. getAccountRef()The account in the relationship.AccountRefAccount. getParentAccount()The account's parent account.Methods in com.broadleafcommerce.customer.domain with parameters of type AccountRef Modifier and Type Method Description voidAccountAddress. setAccountRef(AccountRef accountRef)The account in the relationship.voidAccountMember. 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 AccountRef Modifier and Type Method Description voidJpaCustomizedAccountAddressRepository. 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 voidCustomizedAccountAddressRepository. 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.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return AccountRef Modifier and Type Method Description AccountRefRegisterAccountMemberRequest. getAccountRef()The account in the relationship.Methods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type AccountRef Modifier and Type Method Description voidRegisterAccountMemberRequest. setAccountRef(AccountRef accountRef)The account in the relationship.
-