Package de.hybris.platform.order.impl
Class DefaultPaymentModeService
java.lang.Object
de.hybris.platform.order.impl.DefaultPaymentModeService
- All Implemented Interfaces:
PaymentModeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all payment modesgetPaymentModeForCode(String code) Gets thePaymentModeModelwith the specified code.voidsetPaymentModeDao(PaymentModeDao paymentModeDao)
-
Constructor Details
-
DefaultPaymentModeService
public DefaultPaymentModeService()
-
-
Method Details
-
setPaymentModeDao
-
getPaymentModeForCode
Description copied from interface:PaymentModeServiceGets thePaymentModeModelwith the specified code.- Specified by:
getPaymentModeForCodein interfacePaymentModeService- Parameters:
code- the code- Returns:
- the found list of
PaymentModeModelwith the specified code
-
getAllPaymentModes
Description copied from interface:PaymentModeServiceGets all payment modes- Specified by:
getAllPaymentModesin interfacePaymentModeService
-