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.since 1.7.2, in favor of usingSavedPaymentMethodSummary
in PaymentTransactionServices to manage saved payment methods.Default implementation of thePaymentAccountSummaryService
.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Constructor Summary
Constructors Constructor Description DefaultPaymentAccountSummaryService(com.broadleafcommerce.common.extension.TypeFactory typeFactory)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PaymentAccountSummary
buildSummary(@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
getTypeFactory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
buildSummary
public PaymentAccountSummary buildSummary(@NonNull @NonNull PaymentAccount paymentAccount)
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.
-
-