Uses of Class
dev.vality.damsel.analytics.MerchantFilter
-
Uses of MerchantFilter in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics declared as MerchantFilter Modifier and Type Field Description MerchantFilterAnalyticsServiceSrv.GetCurrentBalances_args. merchant_filterMerchantFilterAnalyticsServiceSrv.GetCurrentShopBalances_args. merchant_filterMerchantFilterFilterRequest. merchant_filterMethods in dev.vality.damsel.analytics that return MerchantFilter Modifier and Type Method Description MerchantFilterMerchantFilter. deepCopy()MerchantFilterAnalyticsServiceSrv.GetCurrentBalances_args. getMerchantFilter()MerchantFilterAnalyticsServiceSrv.GetCurrentShopBalances_args. getMerchantFilter()MerchantFilterFilterRequest. getMerchantFilter()MerchantFilterMerchantFilter. setExcludeShopIds(List<String> exclude_shop_ids)MerchantFilterMerchantFilter. setPartyId(String party_id)MerchantFilterMerchantFilter. setShopIds(List<String> shop_ids)Methods in dev.vality.damsel.analytics with parameters of type MerchantFilter Modifier and Type Method Description intMerchantFilter. compareTo(MerchantFilter other)booleanMerchantFilter. equals(MerchantFilter that)voidAnalyticsServiceSrv.AsyncClient. getCurrentBalances(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<AmountResponse> resultHandler)voidAnalyticsServiceSrv.AsyncIface. getCurrentBalances(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<AmountResponse> resultHandler)AmountResponseAnalyticsServiceSrv.Client. getCurrentBalances(MerchantFilter merchant_filter)AmountResponseAnalyticsServiceSrv.Iface. getCurrentBalances(MerchantFilter merchant_filter)Получение балансов с группировкой по валютам для ЛК.voidAnalyticsServiceSrv.AsyncClient. getCurrentShopBalances(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse> resultHandler)voidAnalyticsServiceSrv.AsyncIface. getCurrentShopBalances(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse> resultHandler)ShopAmountResponseAnalyticsServiceSrv.Client. getCurrentShopBalances(MerchantFilter merchant_filter)ShopAmountResponseAnalyticsServiceSrv.Iface. getCurrentShopBalances(MerchantFilter merchant_filter)Получение текущего баланса с группировкой по магазинамvoidAnalyticsServiceSrv.Client. sendGetCurrentBalances(MerchantFilter merchant_filter)voidAnalyticsServiceSrv.Client. sendGetCurrentShopBalances(MerchantFilter merchant_filter)AnalyticsServiceSrv.GetCurrentBalances_argsAnalyticsServiceSrv.GetCurrentBalances_args. setMerchantFilter(MerchantFilter merchant_filter)AnalyticsServiceSrv.GetCurrentShopBalances_argsAnalyticsServiceSrv.GetCurrentShopBalances_args. setMerchantFilter(MerchantFilter merchant_filter)FilterRequestFilterRequest. setMerchantFilter(MerchantFilter merchant_filter)Constructors in dev.vality.damsel.analytics with parameters of type MerchantFilter Constructor Description FilterRequest(MerchantFilter merchant_filter, TimeFilter time_filter)GetCurrentBalances_args(MerchantFilter merchant_filter)GetCurrentBalances_call(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<AmountResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetCurrentShopBalances_args(MerchantFilter merchant_filter)GetCurrentShopBalances_call(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)MerchantFilter(MerchantFilter other)Performs a deep copy on other.