public class BusinessActivitiesDatabaseClient extends AbstractClient
Client which handles business activities database data fetching.
Constructor and Description |
---|
BusinessActivitiesDatabaseClient()
Default constructor.
|
BusinessActivitiesDatabaseClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getEnterprisesAndEmployeesSNI2002()
Fetch all enterprises and employees (SNI 2002) data.
|
List<ResponseModel> |
getEnterprisesAndEmployeesSNI2002(Collection<String> industrialClassifications,
Collection<String> sizeClasses,
Collection<Integer> years)
Fetch all enterprises and employees (SNI 2002) data which match the input
constraints.
|
List<ResponseModel> |
getEnterprisesAndEmployeesSNI2007()
Fetch all enterprises and employees (SNI 2007) data.
|
List<ResponseModel> |
getEnterprisesAndEmployeesSNI2007(Collection<String> industrialClassifications,
Collection<String> sizeClasses,
Collection<Integer> years)
Fetch all enterprises and employees (SNI 2007) 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, setLocalizationLocale
public BusinessActivitiesDatabaseClient()
Default constructor.
public BusinessActivitiesDatabaseClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getEnterprisesAndEmployeesSNI2002()
Fetch all enterprises and employees (SNI 2002) data.
ResponseModel
objectsgetEnterprisesAndEmployeesSNI2002(Collection, Collection, Collection)
public List<ResponseModel> getEnterprisesAndEmployeesSNI2002(Collection<String> industrialClassifications, Collection<String> sizeClasses, Collection<Integer> years)
Fetch all enterprises and employees (SNI 2002) data which match the input constraints.
industrialClassifications
- the industrial classificationssizeClasses
- the size classesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getEnterprisesAndEmployeesSNI2007()
Fetch all enterprises and employees (SNI 2007) data.
ResponseModel
objectsgetEnterprisesAndEmployeesSNI2007(Collection, Collection, Collection)
public List<ResponseModel> getEnterprisesAndEmployeesSNI2007(Collection<String> industrialClassifications, Collection<String> sizeClasses, Collection<Integer> years)
Fetch all enterprises and employees (SNI 2007) data which match the input constraints.
industrialClassifications
- the industrial classificationssizeClasses
- the size classesyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.