Uses of Class
com.skava.oms.delegate.model.PaymentServiceTransaction
Packages that use PaymentServiceTransaction
Package
Description
This package contains the information about the adapter flow
This package contains the information about the util flow
This package contains the information about the oms utils
-
Uses of PaymentServiceTransaction in com.skava.oms.flow.adapter
Methods in com.skava.oms.flow.adapter with parameters of type PaymentServiceTransactionModifier and TypeMethodDescriptionPaymentDelegateUtil.setDefaultWorkItemMessage
(org.camunda.bpm.engine.delegate.DelegateExecution execution, PaymentServiceTransaction payload, Map<String, String> reason) PaymentDelegateUtil.setMessageFromConfig
(org.camunda.bpm.engine.delegate.DelegateExecution execution, PaymentServiceTransaction payload, Map<String, String> reason) static void
PaymentDelegateUtil.setPaymentFailedReason
(org.camunda.bpm.engine.delegate.DelegateExecution paymentExecution, PaymentServiceTransaction paymentPayload, Map<String, String> reason, org.json.JSONArray jsonArray) -
Uses of PaymentServiceTransaction in com.skava.oms.flow.util
Methods in com.skava.oms.flow.util that return types with arguments of type PaymentServiceTransactionModifier and TypeMethodDescriptionstatic List<PaymentServiceTransaction>
PaymentUtil.authorizeOrder
(Order order) This method will set the type ,status and payment itemId for the payLoad.static List<PaymentServiceTransaction>
PaymentUtil.buildTrasactionForPayment
(Order order, Map<String, BigDecimal> paymentValues, PaymentStatus[] staus, boolean isChargeTrans) static List<PaymentServiceTransaction>
PaymentUtil.unAuthorizeOrder
(Order order) This method will set the status of the payment service from the payment flowMethods in com.skava.oms.flow.util with parameters of type PaymentServiceTransactionModifier and TypeMethodDescriptionstatic void
PaymentUtil.checkAndSetTransaction
(Payment[] payments, PaymentServiceTransaction transaction, String createBy) This method checks the payment and the payment item and it sets the transactions -
Uses of PaymentServiceTransaction in com.skava.oms.util
Methods in com.skava.oms.util with parameters of type PaymentServiceTransactionModifier and TypeMethodDescriptionstatic void
OrderUtil.setOrderSourceToPaymentServiceTransaction
(PaymentServiceTransaction paymentServiceTransaction, Order order)