Package dev.vality.damsel.dominant.cache
Class DominantCacheSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.dominant.cache.DominantCacheSrv.Client
- All Implemented Interfaces:
DominantCacheSrv.Iface
- Enclosing class:
- DominantCacheSrv
public static class DominantCacheSrv.Client extends org.apache.thrift.TServiceClient implements DominantCacheSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDominantCacheSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description List<CashRegisterProvider>getCashRegisterProviders()List<Category>getCategories()List<ContractTemplate>getContractTemplates()List<Country>getCountries()List<DocumentType>getDocumentTypes()List<TradeBloc>getTradeBlocs()List<CashRegisterProvider>recvGetCashRegisterProviders()List<Category>recvGetCategories()List<ContractTemplate>recvGetContractTemplates()List<Country>recvGetCountries()List<DocumentType>recvGetDocumentTypes()List<TradeBloc>recvGetTradeBlocs()voidsendGetCashRegisterProviders()voidsendGetCategories()voidsendGetContractTemplates()voidsendGetCountries()voidsendGetDocumentTypes()voidsendGetTradeBlocs()Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
getCategories
- Specified by:
getCategoriesin interfaceDominantCacheSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetCategories
public void sendGetCategories() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetCategories
- Throws:
org.apache.thrift.TException
-
getDocumentTypes
- Specified by:
getDocumentTypesin interfaceDominantCacheSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetDocumentTypes
public void sendGetDocumentTypes() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetDocumentTypes
- Throws:
org.apache.thrift.TException
-
getCashRegisterProviders
- Specified by:
getCashRegisterProvidersin interfaceDominantCacheSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetCashRegisterProviders
public void sendGetCashRegisterProviders() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetCashRegisterProviders
public List<CashRegisterProvider> recvGetCashRegisterProviders() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getContractTemplates
- Specified by:
getContractTemplatesin interfaceDominantCacheSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetContractTemplates
public void sendGetContractTemplates() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetContractTemplates
- Throws:
org.apache.thrift.TException
-
getTradeBlocs
- Specified by:
getTradeBlocsin interfaceDominantCacheSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetTradeBlocs
public void sendGetTradeBlocs() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetTradeBlocs
- Throws:
org.apache.thrift.TException
-
getCountries
- Specified by:
getCountriesin interfaceDominantCacheSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetCountries
public void sendGetCountries() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetCountries
- Throws:
org.apache.thrift.TException
-