org.gcube.portlets.user.td.gwtservice.server
Class SDMXClient

java.lang.Object
  extended by org.gcube.portlets.user.td.gwtservice.server.SDMXClient

public class SDMXClient
extends Object

Author:
"Giancarlo Panichi" g.panichi@isti.cnr.it

Nested Class Summary
static class SDMXClient.TYPE
           
 
Field Summary
protected  org.gcube.datapublishing.sdmx.api.registry.SDMXRegistryClient client
           
protected  SDMXClient.TYPE type
           
protected  String url
           
 
Constructor Summary
SDMXClient()
           
SDMXClient(String url)
           
 
Method Summary
 ArrayList<Agencies> getAllAgencies()
           
 ArrayList<Codelist> getAllCodelists()
           
 ArrayList<Dataset> getAllDatasets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected org.gcube.datapublishing.sdmx.api.registry.SDMXRegistryClient client

type

protected SDMXClient.TYPE type

url

protected String url
Constructor Detail

SDMXClient

public SDMXClient()

SDMXClient

public SDMXClient(String url)
Method Detail

getAllCodelists

public ArrayList<Codelist> getAllCodelists()
                                    throws Exception
Throws:
Exception

getAllDatasets

public ArrayList<Dataset> getAllDatasets()
                                  throws Exception
Throws:
Exception

getAllAgencies

public ArrayList<Agencies> getAllAgencies()
                                   throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.