org.gcube.data.spd.flora
Class ClassificationCapabilityImpl

java.lang.Object
  extended by org.gcube.data.spd.flora.ClassificationCapabilityImpl
All Implemented Interfaces:
org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability, org.gcube.data.spd.stubs.pluginhelper.PropertySupport

public class ClassificationCapabilityImpl
extends Object
implements org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability


Constructor Summary
ClassificationCapabilityImpl()
           
 
Method Summary
 Set<org.gcube.data.spd.stubs.pluginhelper.Properties> getSupportedProperties()
           
 void retrieveTaxaByCommonName(org.gcube.data.spd.stubs.pluginhelper.writers.ObjectWriter<org.gcube.data.spd.stubs.model.Taxon> arg0, String arg1)
           
 void retrieveTaxaByScientificName(org.gcube.data.spd.stubs.pluginhelper.writers.ObjectWriter<org.gcube.data.spd.stubs.model.Taxon> writer, String name)
           
 List<org.gcube.data.spd.stubs.model.Taxon> retrieveTaxonChildsByTaxonId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassificationCapabilityImpl

public ClassificationCapabilityImpl()
Method Detail

getSupportedProperties

public Set<org.gcube.data.spd.stubs.pluginhelper.Properties> getSupportedProperties()
Specified by:
getSupportedProperties in interface org.gcube.data.spd.stubs.pluginhelper.PropertySupport

retrieveTaxonChildsByTaxonId

public List<org.gcube.data.spd.stubs.model.Taxon> retrieveTaxonChildsByTaxonId(String id)
Specified by:
retrieveTaxonChildsByTaxonId in interface org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability

retrieveTaxaByCommonName

public void retrieveTaxaByCommonName(org.gcube.data.spd.stubs.pluginhelper.writers.ObjectWriter<org.gcube.data.spd.stubs.model.Taxon> arg0,
                                     String arg1)
Specified by:
retrieveTaxaByCommonName in interface org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability

retrieveTaxaByScientificName

public void retrieveTaxaByScientificName(org.gcube.data.spd.stubs.pluginhelper.writers.ObjectWriter<org.gcube.data.spd.stubs.model.Taxon> writer,
                                         String name)
Specified by:
retrieveTaxaByScientificName in interface org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability


Copyright © 2012. All Rights Reserved.