Package eu.toop.playground.dc.ui.service
Class DSDService
- java.lang.Object
-
- eu.toop.playground.dc.ui.service.DSDService
-
public class DSDService extends Object
- Author:
- Maria Siapera [mariaspr at unipi.gr], Konstantinos Raptis [kraptis at unipi.gr]
-
-
Constructor Summary
Constructors Constructor Description DSDService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSDResponseDtocreateConceptDSDExample()List<DSDDatasetResponseDto>getDatasets(String identifier)Query the DSD by doctype + countryList<DSDDatasetResponseDto>getDatasets(String identifier, String country)Query the DSD by doctype, and then transform the result to "something simpler"
-
-
-
Method Detail
-
getDatasets
public List<DSDDatasetResponseDto> getDatasets(String identifier, String country) throws IOException
Query the DSD by doctype, and then transform the result to "something simpler"- Parameters:
identifier- The dataset type identifier.country- The country id (ISO-2A)..- Returns:
- Throws:
IOException
-
getDatasets
public List<DSDDatasetResponseDto> getDatasets(String identifier) throws IOException
Query the DSD by doctype + country- Parameters:
identifier- The dataset type identifier.- Returns:
- Throws:
IOException
-
createConceptDSDExample
public DSDResponseDto createConceptDSDExample()
-
-