@Service(value="blPayPalWebProfileService") public class PayPalWebProfileServiceImpl extends Object implements PayPalWebProfileService
| Modifier and Type | Field and Description |
|---|---|
protected String |
beanProfileId |
protected ExternalCallPayPalCheckoutService |
externalCallService |
protected com.paypal.api.payments.WebProfile |
webProfile |
| Constructor and Description |
|---|
PayPalWebProfileServiceImpl() |
PayPalWebProfileServiceImpl(com.paypal.api.payments.WebProfile webProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected com.paypal.api.payments.WebProfile |
createWebProfile(com.paypal.api.payments.WebProfile profile) |
protected com.paypal.base.rest.APIContext |
getApiContext() |
protected String |
getBeanWebProfileId() |
protected String |
getPropertyWebProfileId() |
String |
getWebProfileId()
Retrieves the id of the WebProfile to be used when creating a PayPal payment
|
protected com.paypal.api.payments.WebProfile webProfile
protected String beanProfileId
protected ExternalCallPayPalCheckoutService externalCallService
@Autowired(required=false) public PayPalWebProfileServiceImpl(com.paypal.api.payments.WebProfile webProfile)
public PayPalWebProfileServiceImpl()
@Lookup(value="blPayPalApiContext") protected com.paypal.base.rest.APIContext getApiContext()
public String getWebProfileId()
PayPalWebProfileServicegetWebProfileId in interface PayPalWebProfileServiceprotected String getBeanWebProfileId()
protected com.paypal.api.payments.WebProfile createWebProfile(com.paypal.api.payments.WebProfile profile)
protected String getPropertyWebProfileId()
Copyright © 2018. All rights reserved.