Package nxt.ms
Class ExchangeRequestHome
java.lang.Object
nxt.ms.ExchangeRequestHome
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExchangeRequestHomeforChain(ChildChain childChain) getAccountCurrencyExchangeRequests(long accountId, long currencyId, int from, int to) getAccountExchangeRequests(long accountId, int from, int to) getAllExchangeRequests(int from, int to) intgetCount()getCurrencyExchangeRequests(long currencyId, int from, int to)
-
Method Details
-
forChain
-
getAllExchangeRequests
-
getCount
public int getCount() -
getCurrencyExchangeRequests
public DbIterator<ExchangeRequestHome.ExchangeRequest> getCurrencyExchangeRequests(long currencyId, int from, int to) -
getAccountExchangeRequests
public DbIterator<ExchangeRequestHome.ExchangeRequest> getAccountExchangeRequests(long accountId, int from, int to) -
getAccountCurrencyExchangeRequests
public DbIterator<ExchangeRequestHome.ExchangeRequest> getAccountCurrencyExchangeRequests(long accountId, long currencyId, int from, int to)
-