Uses of Class
com.broadleafcommerce.creditaccount.web.endpoint.domain.CurrencyContext
Packages that use CurrencyContext
Package
Description
-
Uses of CurrencyContext in com.broadleafcommerce.creditaccount.service
Methods in com.broadleafcommerce.creditaccount.service with parameters of type CurrencyContextModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<P>
CreditAccountService.readAllByOwningUserTypeAndOwningUserRefAndType
(String owningUserType, String owningUserRef, String creditAccountType, CurrencyContext currencyContext, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads all credit account for the specified owning user type, user reference (customer id, account id, email etc), credit account type and currency context.org.springframework.data.domain.Page<P>
DefaultCreditAccountService.readAllByOwningUserTypeAndOwningUserRefAndType
(@NonNull String owningUserType, @NonNull String owningUserRef, @NonNull String creditAccountType, @NonNull CurrencyContext currencyContext, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<P>
CreditAccountService.readAllByOwningUserTypeAndOwningUserRefAndTypeAndAccountNumberIn
(String owningUserType, String owningUserRef, String creditAccountType, List<String> accountNumbers, CurrencyContext currencyContext, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads all credit accounts for the specified owning user type, user reference (customer id, account id, email etc), credit account type, credit account numbers, and currency context.org.springframework.data.domain.Page<P>
DefaultCreditAccountService.readAllByOwningUserTypeAndOwningUserRefAndTypeAndAccountNumberIn
(@NonNull String owningUserType, @NonNull String owningUserRef, @NonNull String creditAccountType, @NonNull List<String> accountNumbers, @NonNull CurrencyContext currencyContext, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of CurrencyContext in com.broadleafcommerce.creditaccount.web.context
Methods in com.broadleafcommerce.creditaccount.web.context that return CurrencyContextModifier and TypeMethodDescription -
Uses of CurrencyContext in com.broadleafcommerce.creditaccount.web.endpoint
Methods in com.broadleafcommerce.creditaccount.web.endpoint with parameters of type CurrencyContextModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CreditAccount>
CustomerStoreCreditAccountEndpoint.readCustomerStoreCreditAccounts
(String customerId, List<String> accountNumbers, org.springframework.data.domain.Pageable page, CurrencyContext currencyContext, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)