Uses of Interface
com.broadleafcommerce.creditaccount.service.CreditAccountTransactionExecutionService
Packages that use CreditAccountTransactionExecutionService
Package
Description
-
Uses of CreditAccountTransactionExecutionService in com.broadleafcommerce.creditaccount.service
Classes in com.broadleafcommerce.creditaccount.service that implement CreditAccountTransactionExecutionServiceMethods in com.broadleafcommerce.creditaccount.service that return CreditAccountTransactionExecutionServiceModifier and TypeMethodDescriptionprotected CreditAccountTransactionExecutionService
DefaultCreditAccountService.getTransactionExecutionService()
Methods in com.broadleafcommerce.creditaccount.service with parameters of type CreditAccountTransactionExecutionServiceModifier and TypeMethodDescriptionvoid
DefaultCreditAccountService.setTransactionExecutionService
(CreditAccountTransactionExecutionService transactionExecutionService) -
Uses of CreditAccountTransactionExecutionService in com.broadleafcommerce.creditaccount.service.autoconfigure
Methods in com.broadleafcommerce.creditaccount.service.autoconfigure that return CreditAccountTransactionExecutionServiceModifier and TypeMethodDescriptionCreditAccountServiceAutoConfiguration.creditAccountTransactionExecutionService
(CreditAccountService<CreditAccount> creditAccountService, TransactionService<Transaction> transactionService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CreditAccountTransactionExecutionService in com.broadleafcommerce.creditaccount.web.endpoint
Methods in com.broadleafcommerce.creditaccount.web.endpoint that return CreditAccountTransactionExecutionServiceModifier and TypeMethodDescriptionprotected CreditAccountTransactionExecutionService
CreditAccountTransactionExecutionEndpoint.getCreditAccountTransactionExecutionService()
protected CreditAccountTransactionExecutionService
StoreCreditTransactionExecutionEndpoint.getCreditAccountTransactionExecutionService()
Constructors in com.broadleafcommerce.creditaccount.web.endpoint with parameters of type CreditAccountTransactionExecutionServiceModifierConstructorDescriptionCreditAccountTransactionExecutionEndpoint
(CreditAccountTransactionExecutionService creditAccountTransactionExecutionService) StoreCreditTransactionExecutionEndpoint
(CreditAccountTransactionExecutionService creditAccountTransactionExecutionService)