public class DefaultCountryZoneDeliveryModeDao extends AbstractItemDao implements CountryZoneDeliveryModeDao
CountryZoneDeliveryModeDao.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultCountryZoneDeliveryModeDao() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> java.util.List<T> |
doSearch(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.Class<T> resultClass) |
java.util.Collection<DeliveryModeModel> |
findDeliveryModes(AbstractOrderModel abstractOrder)
Find the delivery modes for the delivery country, currency, net flag and store.
|
java.util.Collection<DeliveryModeModel> |
findDeliveryModesByCountryAndCurrency(CountryModel deliveryCountry,
CurrencyModel currency,
java.lang.Boolean net)
Deprecated.
Since 5.0.
|
protected java.lang.String |
getQuery()
Deprecated.
Since 5.0.
|
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService@Deprecated public java.util.Collection<DeliveryModeModel> findDeliveryModesByCountryAndCurrency(CountryModel deliveryCountry, CurrencyModel currency, java.lang.Boolean net)
CountryZoneDeliveryModeDaofindDeliveryModesByCountryAndCurrency in interface CountryZoneDeliveryModeDaodeliveryCountry - the delivery countrycurrency - the cart currencynet - the net flagpublic java.util.Collection<DeliveryModeModel> findDeliveryModes(AbstractOrderModel abstractOrder)
CountryZoneDeliveryModeDaofindDeliveryModes in interface CountryZoneDeliveryModeDaoabstractOrder - the order with search parameters.@Deprecated protected java.lang.String getQuery()
protected <T> java.util.List<T> doSearch(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.Class<T> resultClass)
Copyright © 2018 SAP SE. All Rights Reserved.