public class BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client extends AbstractClient
Client which handles business activities orders and turnover old tables SNI 2007 data fetching.
| Constructor and Description |
|---|
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client()
Default constructor.
|
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getOrdersAndTurnoverInIndustryForTotalIndustry()
Fetch all orders and turnover in industry for total industry data.
|
List<ResponseModel> |
getOrdersAndTurnoverInIndustryForTotalIndustry(Collection<String> economicIndicators,
Collection<String> months)
Fetch all orders and turnover in industry for total industry data which match
the input constraints.
|
List<ResponseModel> |
getOrdersInIndustryFixedPricesSNI2007Annual()
Fetch all orders in industry fixed prices SNI 2007 annual data.
|
List<ResponseModel> |
getOrdersInIndustryFixedPricesSNI2007Annual(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all orders in industry fixed prices SNI 2007 annual data which match the
input constraints.
|
List<ResponseModel> |
getTurnoverInIndustryFixedPricesSNI2007Annual()
Fetch all turnover in industry fixed prices SNI 2007 annual data.
|
List<ResponseModel> |
getTurnoverInIndustryFixedPricesSNI2007Annual(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all turnover in industry fixed prices SNI 2007 annual data which match the
input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client()
Default constructor.
public BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getTurnoverInIndustryFixedPricesSNI2007Annual()
Fetch all turnover in industry fixed prices SNI 2007 annual data.
ResponseModel
objectsgetTurnoverInIndustryFixedPricesSNI2007Annual(Collection, Collection,
Collection)public List<ResponseModel> getTurnoverInIndustryFixedPricesSNI2007Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all turnover in industry fixed prices SNI 2007 annual data which match the input constraints.
markets - the marketsindustrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getOrdersInIndustryFixedPricesSNI2007Annual()
Fetch all orders in industry fixed prices SNI 2007 annual data.
ResponseModel
objectsgetOrdersInIndustryFixedPricesSNI2007Annual(Collection, Collection,
Collection)public List<ResponseModel> getOrdersInIndustryFixedPricesSNI2007Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all orders in industry fixed prices SNI 2007 annual data which match the input constraints.
markets - the marketsindustrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getOrdersAndTurnoverInIndustryForTotalIndustry()
Fetch all orders and turnover in industry for total industry data.
ResponseModel
objectsgetOrdersAndTurnoverInIndustryForTotalIndustry(Collection, Collection)public List<ResponseModel> getOrdersAndTurnoverInIndustryForTotalIndustry(Collection<String> economicIndicators, Collection<String> months)
Fetch all orders and turnover in industry for total industry data which match the input constraints.
economicIndicators - the economic indicatorsmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.