public class TaxonomyItemConverter extends Object implements Converter<org.gcube.data.spd.model.products.TaxonomyItem,TaxonomyRow>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
TaxonomyItemConverter(org.gcube.application.framework.core.session.ASLSession session) |
Modifier and Type | Method and Description |
---|---|
TaxonomyRow |
convert(org.gcube.data.spd.model.products.TaxonomyItem input) |
LightTaxonomyRow |
convertLightTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem input) |
protected List<LightTaxonomyRow> |
convertParentsLightTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem taxon) |
protected List<TaxonomyRow> |
convertParentsTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem taxon) |
protected LightTaxonomyRow |
createLightTaxonomyRow(org.gcube.data.spd.model.products.TaxonomyItem input) |
protected TaxonomyRow |
createTaxonomyRow(org.gcube.data.spd.model.products.TaxonomyItem input) |
public TaxonomyItemConverter(org.gcube.application.framework.core.session.ASLSession session)
dataProviderId
- public TaxonomyRow convert(org.gcube.data.spd.model.products.TaxonomyItem input) throws Exception
convert
in interface Converter<org.gcube.data.spd.model.products.TaxonomyItem,TaxonomyRow>
Exception
public LightTaxonomyRow convertLightTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem input) throws Exception
Exception
protected LightTaxonomyRow createLightTaxonomyRow(org.gcube.data.spd.model.products.TaxonomyItem input) throws Exception
Exception
protected TaxonomyRow createTaxonomyRow(org.gcube.data.spd.model.products.TaxonomyItem input) throws Exception
Exception
protected List<LightTaxonomyRow> convertParentsLightTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem taxon) throws Exception
Exception
protected List<TaxonomyRow> convertParentsTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem taxon) throws Exception
Exception
Copyright © 2016. All Rights Reserved.