Uses of Enum Class
io.meeds.deeds.common.constant.TransactionStatus
Packages that use TransactionStatus
-
Uses of TransactionStatus in io.meeds.deeds.common.constant
Methods in io.meeds.deeds.common.constant that return TransactionStatusModifier and TypeMethodDescriptionstatic TransactionStatusReturns the enum constant of this class with the specified name.static TransactionStatus[]TransactionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionStatus in io.meeds.deeds.common.elasticsearch.storage
Method parameters in io.meeds.deeds.common.elasticsearch.storage with type arguments of type TransactionStatusModifier and TypeMethodDescriptionOfferRepository.findByOfferTransactionStatusInOrderByCreatedDateAsc(List<TransactionStatus> transactionStatus) LeaseRepository.findByTransactionStatusInOrderByCreatedDateAsc(List<TransactionStatus> asList)