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

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

public class CodelistManager
extends Object


Constructor Summary
CodelistManager()
           
 
Method Summary
 String createCodeList(org.gcube.contentmanagement.timeseriesservice.stubs.CreateCodeListRequest request)
           
 String export(org.gcube.contentmanagement.timeseriesservice.stubs.CLExportRequest request)
           
 org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem getCodelistItem(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
           
 org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItemsArray getCodelists(org.gcube.common.core.types.VOID req)
           
 org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getCodeListStatus(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
           
 String getCodes(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.DataAsJsonRequest request)
           
 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)
           
 int getSize(String id)
           
 org.gcube.common.core.types.VOID 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

CodelistManager

public CodelistManager()
Method Detail

createCodeList

public String createCodeList(org.gcube.contentmanagement.timeseriesservice.stubs.CreateCodeListRequest request)
                      throws org.gcube.common.core.faults.GCUBEFault
Throws:
org.gcube.common.core.faults.GCUBEFault

getCodeListStatus

public org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getCodeListStatus(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
                                                                                   throws org.gcube.common.core.faults.GCUBEFault
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
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
Throws:
org.gcube.common.core.faults.GCUBEFault

getCodelists

public org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItemsArray getCodelists(org.gcube.common.core.types.VOID req)
                                                                                    throws org.gcube.common.core.faults.GCUBEFault
Throws:
org.gcube.common.core.faults.GCUBEFault

getCodelistItem

public org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem getCodelistItem(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistIdentifier identifier)
                                                                                 throws org.gcube.common.core.faults.GCUBEFault
Throws:
org.gcube.common.core.faults.GCUBEFault

remove

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

getSize

public int getSize(String id)
            throws org.gcube.common.core.faults.GCUBEFault
Throws:
org.gcube.common.core.faults.GCUBEFault

getCodes

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

export

public String export(org.gcube.contentmanagement.timeseriesservice.stubs.CLExportRequest request)
              throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.