Uses of Enum Class
com.skava.oms.constant.PaymentStatus
Packages that use PaymentStatus
Package
Description
This package contains the constants for OMS
This package contains the information about the util flow
This package contains the information about the models for the entity managers
-
Uses of PaymentStatus in com.skava.oms.constant
Methods in com.skava.oms.constant that return PaymentStatusModifier and TypeMethodDescriptionstatic PaymentStatus
Returns the enum constant of this class with the specified name.static PaymentStatus[]
PaymentStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PaymentStatus in com.skava.oms.flow.util
Methods in com.skava.oms.flow.util with parameters of type PaymentStatusModifier and TypeMethodDescriptionstatic List<PaymentServiceTransaction>
PaymentUtil.buildTrasactionForPayment
(Order order, Map<String, BigDecimal> paymentValues, PaymentStatus[] staus, boolean isChargeTrans) -
Uses of PaymentStatus in com.skava.oms.model.entity.manager
Methods in com.skava.oms.model.entity.manager with parameters of type PaymentStatusModifier and TypeMethodDescriptionstatic List<PaymentItem>
PaymentManager.getPaymentItems
(Order order, String paymentId, BigDecimal amount, PaymentStatus[] status) This method generates payment item to trigger events to payment servicestatic boolean
PaymentManager.isEligbleStatus
(PaymentStatus[] lstStatus, PaymentStatus status)