Class DefaultCountryZoneDeliveryModeDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.commerceservices.delivery.dao.impl.DefaultCountryZoneDeliveryModeDao
- All Implemented Interfaces:
CountryZoneDeliveryModeDao,Dao
- Direct Known Subclasses:
ChineseC2LItemZoneDeliveryModeDao
public class DefaultCountryZoneDeliveryModeDao
extends AbstractItemDao
implements CountryZoneDeliveryModeDao
Default implementation of
CountryZoneDeliveryModeDao.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> List<T>findDeliveryModes(AbstractOrderModel abstractOrder) Find the delivery modes for the delivery country, currency, net flag and store.findDeliveryModesByCountryAndCurrency(CountryModel deliveryCountry, CurrencyModel currency, Boolean net) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.protected StringgetQuery()Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultCountryZoneDeliveryModeDao
public DefaultCountryZoneDeliveryModeDao()
-
-
Method Details
-
findDeliveryModesByCountryAndCurrency
@Deprecated(since="5.0", forRemoval=true) public Collection<DeliveryModeModel> findDeliveryModesByCountryAndCurrency(CountryModel deliveryCountry, CurrencyModel currency, Boolean net) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.Description copied from interface:CountryZoneDeliveryModeDaoFind the delivery modes for the delivery country, currency and net flag.- Specified by:
findDeliveryModesByCountryAndCurrencyin interfaceCountryZoneDeliveryModeDao- Parameters:
deliveryCountry- the delivery countrycurrency- the cart currencynet- the net flag- Returns:
- the matching delivery modes
-
findDeliveryModes
Description copied from interface:CountryZoneDeliveryModeDaoFind the delivery modes for the delivery country, currency, net flag and store.- Specified by:
findDeliveryModesin interfaceCountryZoneDeliveryModeDao- Parameters:
abstractOrder- the order with search parameters.- Returns:
- the matching delivery modes
-
getQuery
Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.- Returns:
-
doSearch
-