Uses of Enum Class
org.exoplatform.perkstore.model.constant.ProductOrderTransactionStatus
Packages that use ProductOrderTransactionStatus
-
Uses of ProductOrderTransactionStatus in org.exoplatform.perkstore.entity
Methods in org.exoplatform.perkstore.entity that return ProductOrderTransactionStatusModifier and TypeMethodDescriptionProductOrderEntity.getRefundTransactionStatus()ProductOrderEntity.getTransactionStatus()Methods in org.exoplatform.perkstore.entity with parameters of type ProductOrderTransactionStatusModifier and TypeMethodDescriptionvoidProductOrderEntity.setRefundTransactionStatus(ProductOrderTransactionStatus refundTransactionStatus) voidProductOrderEntity.setTransactionStatus(ProductOrderTransactionStatus transactionStatus) -
Uses of ProductOrderTransactionStatus in org.exoplatform.perkstore.model.constant
Methods in org.exoplatform.perkstore.model.constant that return ProductOrderTransactionStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ProductOrderTransactionStatus[]ProductOrderTransactionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.