Uses of Class
de.hybris.platform.payment.model.PaymentTransactionEntryModel
-
Packages that use PaymentTransactionEntryModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.actions.order de.hybris.platform.b2ctelcofulfillmentprocess.test de.hybris.platform.payment.dto de.hybris.platform.payment.model Contains generated models for each type of de.hybris.platform.payment.jalo package. -
-
Uses of PaymentTransactionEntryModel in de.hybris.platform.b2ctelcofulfillmentprocess.actions.order
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.actions.order with parameters of type PaymentTransactionEntryModel Modifier and Type Method Description protected booleanCheckTransactionReviewStatusAction. isAuthorization(PaymentTransactionEntryModel entry)protected booleanCheckTransactionReviewStatusAction. isAuthorizationInReview(PaymentTransactionEntryModel entry)protected booleanCheckTransactionReviewStatusAction. isReviewAccepted(PaymentTransactionEntryModel entry)protected booleanCheckTransactionReviewStatusAction. isReviewDecision(PaymentTransactionEntryModel entry) -
Uses of PaymentTransactionEntryModel in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test that return PaymentTransactionEntryModel Modifier and Type Method Description protected PaymentTransactionEntryModelCheckTransactionReviewStatusActionTest. createPaymentTransactionEntry(PaymentTransactionType type, TransactionStatus status) -
Uses of PaymentTransactionEntryModel in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return PaymentTransactionEntryModel Modifier and Type Method Description PaymentTransactionEntryModelNewSubscription. getTransactionEntry()Methods in de.hybris.platform.payment.dto with parameters of type PaymentTransactionEntryModel Modifier and Type Method Description voidNewSubscription. setTransactionEntry(PaymentTransactionEntryModel transactionEntry) -
Uses of PaymentTransactionEntryModel in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return types with arguments of type PaymentTransactionEntryModel Modifier and Type Method Description java.util.List<PaymentTransactionEntryModel>PaymentTransactionModel. getEntries()Generated method - Getter of thePaymentTransaction.entriesattribute defined at extensionpayment.Method parameters in de.hybris.platform.payment.model with type arguments of type PaymentTransactionEntryModel Modifier and Type Method Description voidPaymentTransactionModel. setEntries(java.util.List<PaymentTransactionEntryModel> value)Generated method - Setter ofPaymentTransaction.entriesattribute defined at extensionpayment.
-