Uses of Class
de.hybris.platform.payment.enums.PaymentTransactionType
-
Packages that use PaymentTransactionType Package Description de.hybris.platform.chinesepaymentmock.facades.checkout de.hybris.platform.chinesepspalipayservices.dao de.hybris.platform.chinesepspalipayservices.dao.impl de.hybris.platform.chinesepspalipayservices.strategies de.hybris.platform.chinesepspalipayservices.strategies.impl de.hybris.platform.chinesepspwechatpayservices.dao de.hybris.platform.chinesepspwechatpayservices.dao.impl de.hybris.platform.chinesepspwechatpayservices.strategies.impl de.hybris.platform.ordermanagementfacades.payment.data de.hybris.platform.payment de.hybris.platform.payment.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.payment.impl de.hybris.platform.payment.model Contains generated models for each type of de.hybris.platform.payment.jalo package.de.hybris.platform.warehousing.util.builder de.hybris.platform.yacceleratorfulfilmentprocess.test -
-
Uses of PaymentTransactionType in de.hybris.platform.chinesepaymentmock.facades.checkout
Methods in de.hybris.platform.chinesepaymentmock.facades.checkout with parameters of type PaymentTransactionType Modifier and Type Method Description protected PaymentTransactionEntryModelChinesePaymentMockCheckoutFacade. createTransactionEntry(OrderModel orderModel, PaymentTransactionModel transaction, PaymentTransactionType paymentTransactionType) -
Uses of PaymentTransactionType in de.hybris.platform.chinesepspalipayservices.dao
Methods in de.hybris.platform.chinesepspalipayservices.dao with parameters of type PaymentTransactionType Modifier and Type Method Description java.util.List<AlipayPaymentTransactionEntryModel>AlipayPaymentTransactionEntryDao. findPaymentTransactionEntryByTypeAndStatus(PaymentTransactionType capture, TransactionStatus status, AlipayPaymentTransactionModel alipayPaymentTransaction)Gets the list of AlipayPaymentTransactionEntries by the given PaymentTransactionEntry type, transaction status and AlipayPaymentTransaction -
Uses of PaymentTransactionType in de.hybris.platform.chinesepspalipayservices.dao.impl
Methods in de.hybris.platform.chinesepspalipayservices.dao.impl with parameters of type PaymentTransactionType Modifier and Type Method Description java.util.List<AlipayPaymentTransactionEntryModel>DefaultAlipayPaymentTransactionEntryDao. findPaymentTransactionEntryByTypeAndStatus(PaymentTransactionType capture, TransactionStatus status, AlipayPaymentTransactionModel alipayPaymentTransaction) -
Uses of PaymentTransactionType in de.hybris.platform.chinesepspalipayservices.strategies
Methods in de.hybris.platform.chinesepspalipayservices.strategies with parameters of type PaymentTransactionType Modifier and Type Method Description java.util.Optional<AlipayPaymentTransactionEntryModel>AlipayPaymentTransactionStrategy. getPaymentTransactionEntry(OrderModel orderModel, TransactionStatus status, PaymentTransactionType paymentTransactionType)Finds payment transaction entry with given parameters -
Uses of PaymentTransactionType in de.hybris.platform.chinesepspalipayservices.strategies.impl
Methods in de.hybris.platform.chinesepspalipayservices.strategies.impl with parameters of type PaymentTransactionType Modifier and Type Method Description java.util.Optional<AlipayPaymentTransactionEntryModel>DefaultAlipayPaymentTransactionStrategy. getPaymentTransactionEntry(OrderModel orderModel, TransactionStatus status, PaymentTransactionType paymentTransactionType)protected java.util.List<AlipayPaymentTransactionEntryModel>DefaultAlipayPaymentTransactionStrategy. getPaymentTransactionEntryByType(OrderModel orderModel, TransactionStatus status, PaymentTransactionType paymentTransactionType) -
Uses of PaymentTransactionType in de.hybris.platform.chinesepspwechatpayservices.dao
Methods in de.hybris.platform.chinesepspwechatpayservices.dao with parameters of type PaymentTransactionType Modifier and Type Method Description java.util.List<WeChatPayPaymentTransactionEntryModel>WeChatPayPaymentTransactionEntryDao. findPaymentTransactionEntryByTypeAndStatus(PaymentTransactionType capture, TransactionStatus status, WeChatPayPaymentTransactionModel weChatPayPaymentTransaction)Get the list of WeChatPayPaymentTransactionEntries by the given PaymentTransactionEntry type, transaction status and WeChatPayPaymentTransaction. -
Uses of PaymentTransactionType in de.hybris.platform.chinesepspwechatpayservices.dao.impl
Methods in de.hybris.platform.chinesepspwechatpayservices.dao.impl with parameters of type PaymentTransactionType Modifier and Type Method Description java.util.List<WeChatPayPaymentTransactionEntryModel>DefaultWeChatPayPaymentTransactionEntryDao. findPaymentTransactionEntryByTypeAndStatus(PaymentTransactionType capture, TransactionStatus status, WeChatPayPaymentTransactionModel weChatPayPaymentTransaction) -
Uses of PaymentTransactionType in de.hybris.platform.chinesepspwechatpayservices.strategies.impl
Methods in de.hybris.platform.chinesepspwechatpayservices.strategies.impl with parameters of type PaymentTransactionType Modifier and Type Method Description protected java.util.List<WeChatPayPaymentTransactionEntryModel>DefaultWeChatPayPaymentTransactionStrategy. getPaymentTransactionEntryByType(OrderModel orderModel, TransactionStatus status, PaymentTransactionType paymentTransactionType) -
Uses of PaymentTransactionType in de.hybris.platform.ordermanagementfacades.payment.data
Methods in de.hybris.platform.ordermanagementfacades.payment.data that return PaymentTransactionType Modifier and Type Method Description PaymentTransactionTypePaymentTransactionEntryData. getType()Methods in de.hybris.platform.ordermanagementfacades.payment.data with parameters of type PaymentTransactionType Modifier and Type Method Description voidPaymentTransactionEntryData. setType(PaymentTransactionType type) -
Uses of PaymentTransactionType in de.hybris.platform.payment
Methods in de.hybris.platform.payment with parameters of type PaymentTransactionType Modifier and Type Method Description java.lang.StringPaymentService. getNewPaymentTransactionEntryCode(PaymentTransactionModel transaction, PaymentTransactionType paymentTransactionType)A new code for aPaymentTransactionEntryModelbased on thePaymentTransactionModelassociated to it and the number of entries. -
Uses of PaymentTransactionType in de.hybris.platform.payment.enums
Methods in de.hybris.platform.payment.enums that return PaymentTransactionType Modifier and Type Method Description static PaymentTransactionTypePaymentTransactionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PaymentTransactionType[]PaymentTransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PaymentTransactionType in de.hybris.platform.payment.impl
Methods in de.hybris.platform.payment.impl with parameters of type PaymentTransactionType Modifier and Type Method Description java.lang.StringDefaultPaymentServiceImpl. getNewPaymentTransactionEntryCode(PaymentTransactionModel transaction, PaymentTransactionType paymentTransactionType)Generate new merchant transaction code for payment transaction entries based on code for whole transaction -
Uses of PaymentTransactionType in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return PaymentTransactionType Modifier and Type Method Description PaymentTransactionTypePaymentTransactionEntryModel. getType()Generated method - Getter of thePaymentTransactionEntry.typeattribute defined at extensionpayment.Methods in de.hybris.platform.payment.model with parameters of type PaymentTransactionType Modifier and Type Method Description voidPaymentTransactionEntryModel. setType(PaymentTransactionType value)Generated method - Setter ofPaymentTransactionEntry.typeattribute defined at extensionpayment. -
Uses of PaymentTransactionType in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type PaymentTransactionType Modifier and Type Method Description PaymentTransactionEntryModelBuilderPaymentTransactionEntryModelBuilder. withType(PaymentTransactionType paymentTransactionType) -
Uses of PaymentTransactionType in de.hybris.platform.yacceleratorfulfilmentprocess.test
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.test with parameters of type PaymentTransactionType Modifier and Type Method Description protected PaymentTransactionEntryModelCheckTransactionReviewStatusActionTest. createPaymentTransactionEntry(PaymentTransactionType type, TransactionStatus status)
-