Package de.hybris.platform.order.daos
Interface PaymentModeDao
- All Superinterfaces:
GenericDao<PaymentModeModel>
- All Known Implementing Classes:
DefaultPaymentModeDao
Data Access Object oriented on PaymentMode
-
Method Summary
Modifier and TypeMethodDescriptionSearch for all PaymentModesfindPaymentModeForCode(String code) Search for PaymentMode by code
-
Method Details
-
findPaymentModeForCode
Search for PaymentMode by code- Parameters:
code- the code
-
findAllPaymentModes
List<PaymentModeModel> findAllPaymentModes()Search for all PaymentModes
-