Package de.hybris.platform.order
Interface PaymentModeService
-
- All Known Implementing Classes:
DefaultPaymentModeService
public interface PaymentModeServiceService around thePaymentModeModel.PaymentModeModelis used in calculation and store informations about payment on order.- Spring Bean ID:
- paymentModeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PaymentModeModel>getAllPaymentModes()Gets all payment modesPaymentModeModelgetPaymentModeForCode(java.lang.String code)Gets thePaymentModeModelwith the specified code.
-
-
-
Method Detail
-
getPaymentModeForCode
PaymentModeModel getPaymentModeForCode(java.lang.String code)
Gets thePaymentModeModelwith the specified code.- Parameters:
code- the code- Returns:
- the found list of
PaymentModeModelwith the specified code
-
getAllPaymentModes
java.util.List<PaymentModeModel> getAllPaymentModes()
Gets all payment modes
-
-