org.gcube.contentmanagement.timeseriesservice.impl.codelist
Class CodelistImportManager

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.impl.codelist.CodelistImportManager

public class CodelistImportManager
extends Object


Constructor Summary
CodelistImportManager()
           
 
Method Summary
 org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItem getCLImportItem(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
           
 org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnsDefinitionArray getColumnsDefinition(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
           
 String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.DataAsJsonRequest request)
           
 org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItemsArray getImportedCodelists(String user)
           
 org.gcube.contentmanagement.timeseriesservice.stubs.ImportStatusResponse getImportStatus(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier ide)
           
 String importFromCsv(org.gcube.contentmanagement.timeseriesservice.stubs.ImportFromCsvRequest request)
           
 String importFromSdmx(org.gcube.contentmanagement.timeseriesservice.stubs.ImportFromSdmxRequest request)
           
 boolean remove(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodelistImportManager

public CodelistImportManager()
Method Detail

importFromCsv

public String importFromCsv(org.gcube.contentmanagement.timeseriesservice.stubs.ImportFromCsvRequest request)
                     throws org.gcube.common.core.faults.GCUBEFault
Parameters:
request -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault

importFromSdmx

public String importFromSdmx(org.gcube.contentmanagement.timeseriesservice.stubs.ImportFromSdmxRequest request)
                      throws org.gcube.common.core.faults.GCUBEFault
Parameters:
request -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault

getImportedCodelists

public org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItemsArray getImportedCodelists(String user)
                                                                                              throws org.gcube.common.core.faults.GCUBEFault
Parameters:
user -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault

getImportStatus

public org.gcube.contentmanagement.timeseriesservice.stubs.ImportStatusResponse getImportStatus(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier ide)
                                                                                         throws org.gcube.common.core.faults.GCUBEFault
Parameters:
ide -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault

getDataAsJson

public String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.DataAsJsonRequest request)
                     throws org.gcube.common.core.faults.GCUBEFault
Parameters:
request -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault

getColumnsDefinition

public org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnsDefinitionArray getColumnsDefinition(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
                                                                                                                       throws org.gcube.common.core.faults.GCUBEFault
Parameters:
identifier -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault

remove

public boolean remove(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
               throws org.gcube.common.core.faults.GCUBEFault
Parameters:
identifier -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault

getCLImportItem

public org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItem getCLImportItem(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
                                                                                   throws org.gcube.common.core.faults.GCUBEFault
Parameters:
identifier -
Returns:
Throws:
org.gcube.common.core.faults.GCUBEFault


Copyright © 2012. All Rights Reserved.