Uses of Interface
com.broadleafcommerce.paymenttransaction.service.summary.TransactionSummaryService
Packages that use TransactionSummaryService
Package
Description
-
Uses of TransactionSummaryService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return TransactionSummaryServiceModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.transactionSummaryService(PaymentManagementService<Payment> paymentManagementService, PaymentSummaryService paymentSummaryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of TransactionSummaryService in com.broadleafcommerce.paymenttransaction.service.summary
Classes in com.broadleafcommerce.paymenttransaction.service.summary that implement TransactionSummaryService -
Uses of TransactionSummaryService in com.broadleafcommerce.paymenttransaction.web.endpoint
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint that return TransactionSummaryServiceModifier and TypeMethodDescriptionprotected TransactionSummaryServiceTransactionSummaryEndpoint.getTransactionSummaryService()Constructors in com.broadleafcommerce.paymenttransaction.web.endpoint with parameters of type TransactionSummaryServiceModifierConstructorDescriptionTransactionSummaryEndpoint(TransactionSummaryService transactionSummaryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)