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 providedAccountAccountRefAccountInvite. getAccount()A minimal representation of an account for this invite.AccountRefAccountAddress. 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 voidAccountInvite. setAccount(AccountRef account)A minimal representation of an account for this invite.voidAccountAddress. 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.service
Methods in com.broadleafcommerce.customer.service that return AccountRef Modifier and Type Method Description protected AccountRefDefaultAccountMemberService. createAccountRefFromAccount(@NonNull Account account)Methods in com.broadleafcommerce.customer.service with parameters of type AccountRef Modifier and Type Method Description protected AccountDefaultAccountMemberService. 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 AccountRefRegisterAccountMemberRequest. getAccount()The account in the relationship.Methods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type AccountRef Modifier and Type Method Description voidRegisterAccountMemberRequest. setAccount(AccountRef account)The account in the relationship.
-