@ProviderType
public interface CommercePaymentUtils
Modifier and Type | Method and Description |
---|---|
com.liferay.commerce.payment.result.CommercePaymentResult |
emptyResult(long commerceOrderId,
java.lang.String transactionId) |
com.liferay.commerce.payment.method.CommercePaymentMethod |
getCommercePaymentMethod(long commerceOrderId) |
com.liferay.commerce.payment.request.CommercePaymentRequest |
getCommercePaymentRequest(com.liferay.commerce.model.CommerceOrder commerceOrder,
java.util.Locale locale,
java.lang.String transactionId,
java.lang.String checkoutStepUrl,
javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.commerce.payment.method.CommercePaymentMethod commercePaymentMethod) |
com.liferay.commerce.payment.request.CommercePaymentRequestProvider |
getCommercePaymentRequestProvider(com.liferay.commerce.payment.method.CommercePaymentMethod commercePaymentMethod) |
boolean |
isDeliveryOnlySubscription(com.liferay.commerce.model.CommerceOrder commerceOrder) |
com.liferay.commerce.payment.result.CommercePaymentResult emptyResult(long commerceOrderId, java.lang.String transactionId)
com.liferay.commerce.payment.method.CommercePaymentMethod getCommercePaymentMethod(long commerceOrderId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.payment.request.CommercePaymentRequest getCommercePaymentRequest(com.liferay.commerce.model.CommerceOrder commerceOrder, java.util.Locale locale, java.lang.String transactionId, java.lang.String checkoutStepUrl, javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.commerce.payment.method.CommercePaymentMethod commercePaymentMethod) throws java.lang.Exception
java.lang.Exception
com.liferay.commerce.payment.request.CommercePaymentRequestProvider getCommercePaymentRequestProvider(com.liferay.commerce.payment.method.CommercePaymentMethod commercePaymentMethod)
boolean isDeliveryOnlySubscription(com.liferay.commerce.model.CommerceOrder commerceOrder)