public class DefaultDeliveryModeDao extends AbstractItemDao implements DeliveryModeDao
DeliveryModeDao.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultDeliveryModeDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DeliveryModeModel> |
findAllDeliveryModes()
Finds all
DeliveryModeModels. |
java.util.Collection<DeliveryModeModel> |
findDeliveryModeByPaymentMode(PaymentModeModel paymentMode)
Finds all
DeliveryModeModels supported by given PaymentModeModel. |
java.util.List<DeliveryModeModel> |
findDeliveryModesByCode(java.lang.String code)
Finds the
DeliveryModeModels with the specified code. |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic java.util.List<DeliveryModeModel> findDeliveryModesByCode(java.lang.String code)
DeliveryModeDaoDeliveryModeModels with the specified code.findDeliveryModesByCode in interface DeliveryModeDaocode - the delivery mode codeDeliveryModeModels with the specified code, or empty list if not found.public java.util.Collection<DeliveryModeModel> findAllDeliveryModes()
DeliveryModeDaoDeliveryModeModels.findAllDeliveryModes in interface DeliveryModeDaoCollection of all DeliveryModeModels, or empty list if not found.public java.util.Collection<DeliveryModeModel> findDeliveryModeByPaymentMode(PaymentModeModel paymentMode)
DeliveryModeDaoDeliveryModeModels supported by given PaymentModeModel.findDeliveryModeByPaymentMode in interface DeliveryModeDaopaymentMode - the payment modeCollection of supported DeliveryModeModels, or empty list if not found.Copyright © 2018 SAP SE. All Rights Reserved.