public class DefaultPaymentInfoService extends AbstractBusinessService implements PaymentInfoService
AbstractService.SerializableDTOmodelService, sessionService, txManagertenant| Constructor and Description |
|---|
DefaultPaymentInfoService() |
| Modifier and Type | Method and Description |
|---|---|
PaymentInfoModel |
createPaymentInfoForUser(UserModel user,
java.lang.String code)
Creates a new, not persisted
PaymentInfo for the given user with a given code. |
getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerafterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, setTenantScope, writeReplacepublic PaymentInfoModel createPaymentInfoForUser(UserModel user, java.lang.String code)
PaymentInfoServicePaymentInfo for the given user with a given code.createPaymentInfoForUser in interface PaymentInfoServiceuser - creates an payment info for this UserModelcode - payment info codePaymentInfoCopyright © 2018 SAP SE. All Rights Reserved.