Interface CommercePaymentGateway
public interface CommercePaymentGateway
-
Method Summary
Modifier and TypeMethodDescriptionauthorize
(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) cancel
(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) capture
(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) refund
(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) setUpPayment
(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry)
-
Method Details
-
authorize
CommercePaymentEntry authorize(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
cancel
CommercePaymentEntry cancel(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
capture
CommercePaymentEntry capture(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
refund
CommercePaymentEntry refund(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setUpPayment
CommercePaymentEntry setUpPayment(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-