Class DefaultDeliveryModeDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.order.daos.impl.DefaultDeliveryModeDao
- All Implemented Interfaces:
DeliveryModeDao,Dao
Default implementation of the
DeliveryModeDao.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds allDeliveryModeModels.findDeliveryModeByPaymentMode(PaymentModeModel paymentMode) Finds allDeliveryModeModels supported by givenPaymentModeModel.Finds theDeliveryModeModels with the specified code.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultDeliveryModeDao
public DefaultDeliveryModeDao()
-
-
Method Details
-
findDeliveryModesByCode
Description copied from interface:DeliveryModeDaoFinds theDeliveryModeModels with the specified code.- Specified by:
findDeliveryModesByCodein interfaceDeliveryModeDao- Parameters:
code- the delivery mode code- Returns:
- the found
DeliveryModeModels with the specified code, or empty list if not found.
-
findAllDeliveryModes
Description copied from interface:DeliveryModeDaoFinds allDeliveryModeModels.- Specified by:
findAllDeliveryModesin interfaceDeliveryModeDao- Returns:
- a
Collectionof allDeliveryModeModels, or empty list if not found.
-
findDeliveryModeByPaymentMode
Description copied from interface:DeliveryModeDaoFinds allDeliveryModeModels supported by givenPaymentModeModel.- Specified by:
findDeliveryModeByPaymentModein interfaceDeliveryModeDao- Parameters:
paymentMode- the payment mode- Returns:
- a
Collectionof supportedDeliveryModeModels, or empty list if not found.
-