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 -
Method Summary
Modifier and TypeMethodDescriptionSearch for all PaymentModesfindPaymentModeForCode(String code) Search for PaymentMode by codeMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultPaymentModeDao
public DefaultPaymentModeDao()
-
-
Method Details
-
findPaymentModeForCode
Description copied from interface:PaymentModeDaoSearch for PaymentMode by code- Specified by:
findPaymentModeForCodein interfacePaymentModeDao- Parameters:
code- the code
-
findAllPaymentModes
Description copied from interface:PaymentModeDaoSearch for all PaymentModes- Specified by:
findAllPaymentModesin interfacePaymentModeDao
-