org.broadleafcommerce.core.payment.service
Interface BroadleafPaymentInfoTypeService

All Known Implementing Classes:
BroadleafPaymentInfoTypeServiceImpl

public interface BroadleafPaymentInfoTypeService

Author:
Jerry Ocanas (jocanas)

Method Summary
 Map<PaymentInfo,Referenced> getPaymentsMap(Order order)
          Constructs a default entry in the payments map for each payment found on the order that matches a PaymentInfoTypes.
 

Method Detail

getPaymentsMap

Map<PaymentInfo,Referenced> getPaymentsMap(Order order)
Constructs a default entry in the payments map for each payment found on the order that matches a PaymentInfoTypes.

Parameters:
order -
Returns:
Map


Copyright © 2013. All Rights Reserved.