Class DefaultPaymentModeDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<PaymentModeModel>
-
- de.hybris.platform.order.daos.impl.DefaultPaymentModeDao
-
- All Implemented Interfaces:
PaymentModeDao
,GenericDao<PaymentModeModel>
public class DefaultPaymentModeDao extends DefaultGenericDao<PaymentModeModel> implements PaymentModeDao
-
-
Constructor Summary
Constructors Constructor Description DefaultPaymentModeDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PaymentModeModel>
findAllPaymentModes()
Search for all PaymentModesjava.util.List<PaymentModeModel>
findPaymentModeForCode(java.lang.String code)
Search for PaymentMode by code-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
-
-
-
Method Detail
-
findPaymentModeForCode
public java.util.List<PaymentModeModel> findPaymentModeForCode(java.lang.String code)
Description copied from interface:PaymentModeDao
Search for PaymentMode by code- Specified by:
findPaymentModeForCode
in interfacePaymentModeDao
- Parameters:
code
- the code
-
findAllPaymentModes
public java.util.List<PaymentModeModel> findAllPaymentModes()
Description copied from interface:PaymentModeDao
Search for all PaymentModes- Specified by:
findAllPaymentModes
in interfacePaymentModeDao
-
-