Class DefaultPaymentAccountSummaryService
java.lang.Object
com.broadleafcommerce.customer.service.summary.DefaultPaymentAccountSummaryService
- All Implemented Interfaces:
PaymentAccountSummaryService
@Deprecated(since="1.7.2",
forRemoval=true)
public class DefaultPaymentAccountSummaryService
extends Object
implements PaymentAccountSummaryService
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of the
PaymentAccountSummaryService
.- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
ConstructorDescriptionDefaultPaymentAccountSummaryService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuildSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.DeterminesPaymentAccountSummary
based on thePaymentAccount
.protected com.broadleafcommerce.common.extension.TypeFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultPaymentAccountSummaryService
public DefaultPaymentAccountSummaryService(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
buildSummary
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PaymentAccountSummaryService
DeterminesPaymentAccountSummary
based on thePaymentAccount
.- Specified by:
buildSummary
in interfacePaymentAccountSummaryService
- Parameters:
paymentAccount
- the payment account used to build the summary- Returns:
- the payment account summary for the specified payment account
-
getTypeFactory
protected com.broadleafcommerce.common.extension.TypeFactory getTypeFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
SavedPaymentMethodSummary
in PaymentTransactionServices to manage saved payment methods.