Uses of Class
de.hybris.platform.payment.dto.TransactionStatus
-
Packages that use TransactionStatus Package Description de.hybris.platform.b2ctelcofulfillmentprocess.test de.hybris.platform.payment.dto -
-
Uses of TransactionStatus in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test with parameters of type TransactionStatus Modifier and Type Method Description protected PaymentTransactionEntryModelCheckTransactionReviewStatusActionTest. createPaymentTransactionEntry(PaymentTransactionType type, TransactionStatus status)protected PaymentTransactionModelTakePaymentActionTest. createPaymentTransactionWithStatus(TransactionStatus transactionStatus) -
Uses of TransactionStatus in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return TransactionStatus Modifier and Type Method Description static TransactionStatusTransactionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionStatus[]TransactionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-