Uses of Class
de.hybris.platform.payment.model.PaymentTransactionEntryModel
Packages that use PaymentTransactionEntryModel
Package
Description
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 PaymentTransactionEntryModelModifier and TypeMethodDescriptionprotected 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 PaymentTransactionEntryModelModifier and TypeMethodDescriptionprotected PaymentTransactionEntryModelCheckTransactionReviewStatusActionTest.createPaymentTransactionEntry(PaymentTransactionType type, TransactionStatus status) -
Uses of PaymentTransactionEntryModel in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return PaymentTransactionEntryModelMethods in de.hybris.platform.payment.dto with parameters of type PaymentTransactionEntryModelModifier and TypeMethodDescriptionvoidNewSubscription.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 PaymentTransactionEntryModelModifier and TypeMethodDescriptionPaymentTransactionModel.getEntries()Generated method - Getter of thePaymentTransaction.entriesattribute defined at extensionpayment.Method parameters in de.hybris.platform.payment.model with type arguments of type PaymentTransactionEntryModelModifier and TypeMethodDescriptionvoidPaymentTransactionModel.setEntries(List<PaymentTransactionEntryModel> value) Generated method - Setter ofPaymentTransaction.entriesattribute defined at extensionpayment.