Package dev.vality.damsel.dominant.cache
Interface DominantCacheSrv.AsyncIface
- All Known Implementing Classes:
DominantCacheSrv.AsyncClient
- Enclosing class:
- DominantCacheSrv
public static interface DominantCacheSrv.AsyncIface
-
Method Summary
Modifier and Type Method Description voidgetCashRegisterProviders(org.apache.thrift.async.AsyncMethodCallback<List<CashRegisterProvider>> resultHandler)voidgetCategories(org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler)voidgetContractTemplates(org.apache.thrift.async.AsyncMethodCallback<List<ContractTemplate>> resultHandler)voidgetCountries(org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler)voidgetDocumentTypes(org.apache.thrift.async.AsyncMethodCallback<List<DocumentType>> resultHandler)voidgetTradeBlocs(org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler)
-
Method Details
-
getCategories
void getCategories(org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getDocumentTypes
void getDocumentTypes(org.apache.thrift.async.AsyncMethodCallback<List<DocumentType>> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getCashRegisterProviders
void getCashRegisterProviders(org.apache.thrift.async.AsyncMethodCallback<List<CashRegisterProvider>> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getContractTemplates
void getContractTemplates(org.apache.thrift.async.AsyncMethodCallback<List<ContractTemplate>> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getTradeBlocs
void getTradeBlocs(org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getCountries
void getCountries(org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-