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 usingSavedPaymentMethodSummaryin 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 PaymentAccountSummarybuildSummary(@NonNull PaymentAccount paymentAccount)Deprecated, for removal: This API element is subject to removal in a future version.DeterminesPaymentAccountSummarybased on thePaymentAccount.protected com.broadleafcommerce.common.extension.TypeFactorygetTypeFactory()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:PaymentAccountSummaryServiceDeterminesPaymentAccountSummarybased on thePaymentAccount.- Specified by:
buildSummaryin 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.
-
-