Package de.hybris.platform.order
Interface PaymentModeService
- All Known Implementing Classes:
DefaultPaymentModeService
public interface PaymentModeService
Service around the
PaymentModeModel. PaymentModeModel is used in calculation and store informations
about payment on order.- Spring Bean ID:
- paymentModeService
-
Method Summary
Modifier and TypeMethodDescriptionGets all payment modesgetPaymentModeForCode(String code) Gets thePaymentModeModelwith the specified code.
-
Method Details
-
getPaymentModeForCode
Gets thePaymentModeModelwith the specified code.- Parameters:
code- the code- Returns:
- the found list of
PaymentModeModelwith the specified code
-
getAllPaymentModes
List<PaymentModeModel> getAllPaymentModes()Gets all payment modes
-