public class DefaultPaymentModeService extends java.lang.Object implements PaymentModeService
| Constructor and Description |
|---|
DefaultPaymentModeService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentModeModel> |
getAllPaymentModes()
Gets all payment modes
|
PaymentModeModel |
getPaymentModeForCode(java.lang.String code)
Gets the
PaymentModeModel with the specified code. |
void |
setPaymentModeDao(PaymentModeDao paymentModeDao) |
public void setPaymentModeDao(PaymentModeDao paymentModeDao)
public PaymentModeModel getPaymentModeForCode(java.lang.String code)
PaymentModeServicePaymentModeModel with the specified code.getPaymentModeForCode in interface PaymentModeServicecode - the codePaymentModeModel with the specified codepublic java.util.List<PaymentModeModel> getAllPaymentModes()
PaymentModeServicegetAllPaymentModes in interface PaymentModeServiceCopyright © 2018 SAP SE. All Rights Reserved.