Package dev.vality.damsel.merch_stat
Interface MerchantStatisticsSrv.AsyncIface
- All Known Implementing Classes:
MerchantStatisticsSrv.AsyncClient
- Enclosing class:
- MerchantStatisticsSrv
public static interface MerchantStatisticsSrv.AsyncIface
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetChargebacks(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetCustomers(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetInvoices(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetPayments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetPayouts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetRefunds(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetStatistics(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)
-
Method Details
-
getPayments
void getPayments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getRefunds
void getRefunds(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getInvoices
void getInvoices(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getCustomers
void getCustomers(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getPayouts
void getPayouts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getChargebacks
void getChargebacks(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getStatistics
void getStatistics(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-