Class ExpressCheckoutEvents
java.lang.Object
org.apache.ofbiz.order.thirdparty.paypal.ExpressCheckoutEvents
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondetermineCheckoutType
(HttpServletRequest request) determineCheckoutType
(Delegator delegator, String productStoreId) doExpressCheckout
(String productStoreId, String orderId, GenericValue paymentPref, GenericValue userLogin, Delegator delegator, LocalDispatcher dispatcher) static String
expressCheckoutCancel
(HttpServletRequest request, HttpServletResponse response) static String
expressCheckoutRedirect
(HttpServletRequest request, HttpServletResponse response) static String
expressCheckoutUpdate
(HttpServletRequest request, HttpServletResponse response) static String
getExpressCheckoutDetails
(HttpServletRequest request, HttpServletResponse response) static String
setExpressCheckout
(HttpServletRequest request, HttpServletResponse response)
-
Constructor Details
-
ExpressCheckoutEvents
public ExpressCheckoutEvents()
-
-
Method Details
-
setExpressCheckout
-
expressCheckoutRedirect
public static String expressCheckoutRedirect(HttpServletRequest request, HttpServletResponse response) -
expressCheckoutUpdate
public static String expressCheckoutUpdate(HttpServletRequest request, HttpServletResponse response) -
getExpressCheckoutDetails
public static String getExpressCheckoutDetails(HttpServletRequest request, HttpServletResponse response) -
doExpressCheckout
public static Map<String,Object> doExpressCheckout(String productStoreId, String orderId, GenericValue paymentPref, GenericValue userLogin, Delegator delegator, LocalDispatcher dispatcher) -
expressCheckoutCancel
public static String expressCheckoutCancel(HttpServletRequest request, HttpServletResponse response) -
determineCheckoutType
-
determineCheckoutType
public static ExpressCheckoutEvents.CheckoutType determineCheckoutType(Delegator delegator, String productStoreId)
-