public class DefaultZoneDeliveryModeValueDao extends DefaultGenericDao<ZoneDeliveryModeValueModel> implements ZoneDeliveryModeValueDao
ZoneDeliveryModeValueModel| Constructor and Description |
|---|
DefaultZoneDeliveryModeValueDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ZoneDeliveryModeValueModel> |
findDeliveryValues(ZoneModel zone,
CurrencyModel currency,
java.lang.Double min,
ZoneDeliveryModeModel zoneDeliveryMode)
Finds specific
ZoneDeliveryModeValueModels for the given zone, currency, minimum value, and zone delivery
mode. |
java.util.List<ZoneDeliveryModeValueModel> |
findZoneDeliveryModeValuesByCurrency(CurrencyModel currency)
Finds all
ZoneDeliveryModeValueModels with matching currency. |
java.util.List<ZoneDeliveryModeValueModel> |
findZoneDeliveryModeValuesByZone(ZoneModel zone)
Finds all
ZoneDeliveryModeValueModels with matching zone. |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic java.util.List<ZoneDeliveryModeValueModel> findZoneDeliveryModeValuesByCurrency(CurrencyModel currency)
ZoneDeliveryModeValueDaoZoneDeliveryModeValueModels with matching currency.findZoneDeliveryModeValuesByCurrency in interface ZoneDeliveryModeValueDaocurrency - - currency to matchZoneDeliveryModeValueModels with the given currency. Returning collection is sorted in
descending order by creation time.public java.util.List<ZoneDeliveryModeValueModel> findZoneDeliveryModeValuesByZone(ZoneModel zone)
ZoneDeliveryModeValueDaoZoneDeliveryModeValueModels with matching zone.findZoneDeliveryModeValuesByZone in interface ZoneDeliveryModeValueDaozone - - zone to matchZoneDeliveryModeValueModels with the given zone. Returning collection is sorted in
descending order by creation time.public java.util.Collection<ZoneDeliveryModeValueModel> findDeliveryValues(ZoneModel zone, CurrencyModel currency, java.lang.Double min, ZoneDeliveryModeModel zoneDeliveryMode)
ZoneDeliveryModeValueDaoZoneDeliveryModeValueModels for the given zone, currency, minimum value, and zone delivery
mode.findDeliveryValues in interface ZoneDeliveryModeValueDaozone - the zonecurrency - the currencymin - the minimum valuezoneDeliveryMode - the zone delivery modeZoneDeliveryModeValueModels, or empty list if not found.Copyright © 2018 SAP SE. All Rights Reserved.