public interface PaymentModeDao extends GenericDao<PaymentModeModel>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentModeModel> |
findAllPaymentModes()
Search for all PaymentModes
|
java.util.List<PaymentModeModel> |
findPaymentModeForCode(java.lang.String code)
Search for PaymentMode by code
|
java.util.List<PaymentModeModel> findPaymentModeForCode(java.lang.String code)
code - the codejava.util.List<PaymentModeModel> findAllPaymentModes()
Copyright © 2018 SAP SE. All Rights Reserved.