Interface CommercePaymentIntegration
public interface CommercePaymentIntegration
-
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) getDescription
(Locale locale) getKey()
int
default com.liferay.portal.kernel.util.UnicodeProperties
refund
(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) default 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
-
getDescription
-
getKey
String getKey() -
getName
-
getPaymentIntegrationType
int getPaymentIntegrationType() -
getPaymentIntegrationTypeSettings
default com.liferay.portal.kernel.util.UnicodeProperties getPaymentIntegrationTypeSettings() -
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
default CommercePaymentEntry setUpPayment(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-