Uses of Class
de.hybris.platform.chinesepspwechatpayservices.data.WeChatPayQueryResult
-
-
Uses of WeChatPayQueryResult in de.hybris.platform.chinesepspwechatpayservices.processors.impl
Methods in de.hybris.platform.chinesepspwechatpayservices.processors.impl that return types with arguments of type WeChatPayQueryResult Modifier and Type Method Description java.util.Optional<WeChatPayQueryResult>OrderQueryRequestProcessor. process() -
Uses of WeChatPayQueryResult in de.hybris.platform.chinesepspwechatpayservices.strategies
Methods in de.hybris.platform.chinesepspwechatpayservices.strategies with parameters of type WeChatPayQueryResult Modifier and Type Method Description java.util.Optional<WeChatPayPaymentTransactionEntryModel>WeChatPayPaymentTransactionStrategy. saveForStatusCheck(OrderModel orderModel, WeChatPayQueryResult weChatPayQueryResult)Save WeChatPayPaymentTransactionEntry once payment status check (WechatPay's check trade) is completed -
Uses of WeChatPayQueryResult in de.hybris.platform.chinesepspwechatpayservices.strategies.impl
Methods in de.hybris.platform.chinesepspwechatpayservices.strategies.impl with parameters of type WeChatPayQueryResult Modifier and Type Method Description java.util.Optional<WeChatPayPaymentTransactionEntryModel>DefaultWeChatPayPaymentTransactionStrategy. saveForStatusCheck(OrderModel orderModel, WeChatPayQueryResult weChatPayQueryResult)protected voidDefaultWeChatPayPaymentTransactionStrategy. setEntryByQueryResult(WeChatPayQueryResult weChatPayQueryResult, WeChatPayPaymentTransactionEntryModel weChatPayPaymentTransactionEntry)
-