类 AccountGatewayComponent
java.lang.Object
com.publiccms.common.base.AbstractPaymentGateway
com.publiccms.logic.component.paymentgateway.AccountGatewayComponent
- 所有已实现的接口:
Container<String>,PaymentGateway
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanenabled(short siteId) booleanpay(SysSite site, TradePayment payment, String paymentType, String callbackUrl, jakarta.servlet.http.HttpServletResponse response) booleanrefund(short siteId, TradePayment payment, TradeRefund refund) 从类继承的方法 com.publiccms.common.base.AbstractPaymentGateway
confirmPay, exportable从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.publiccms.common.api.PaymentGateway
keyFunction
-
字段详细资料
-
service
-
accountService
-
-
构造器详细资料
-
AccountGatewayComponent
public AccountGatewayComponent()
-
-
方法详细资料
-
getAccountType
-
pay
public boolean pay(SysSite site, TradePayment payment, String paymentType, String callbackUrl, jakarta.servlet.http.HttpServletResponse response) -
refund
-
enabled
public boolean enabled(short siteId)
-