* Update accession DOI in Genesys. If DOI exists in Genesys, it must be provided by the client and must match current value. If DOI does not exist in Genesys,
LOG.warn("*** lower(t.genus)=lower("+current.getGenus()+") and lower(t.species)=lower("+current.getSpecies()
+") and lower(t.spauthor)=lower("+current.getSpAuthor()+") and lower(t.subtaxa)=lower("+current.getSubtaxa()
+") and lower(subtauthor)=lower("+current.getSubtAuthor()+")");
LOG.warn("*** lower(t.genus)=lower("+current.getGenus()+") and lower(t.species)=lower("+current.getSpecies()+") and lower(t.spauthor)=lower("+current.getSpAuthor()
+") and lower(t.subtaxa)=lower("+current.getSubtaxa()+") and lower(subtauthor)=lower("+current.getSubtAuthor()+")");
}
if(ensuredTaxonomy==null){
...
...
@@ -1047,6 +1081,7 @@ public class BatchRESTServiceImpl implements BatchRESTService {
@@ -854,8 +852,8 @@ public class GenesysServiceImpl implements GenesysService, DatasetService {
}
/**
* Update {@link SvalbardDeposit} data and link with Genesys accessions. The primary key for {@link SvalbardDeposit}
* is the <code>sgsv_id</code> as provided by NordGen.
* Update {@link SvalbardDeposit} data and link with Genesys accessions. The primary key for {@link SvalbardDeposit} is the <code>sgsv_id</code> as provided by
* NordGen.
*
* Any existing SGSV records are first deleted. Inserted and linked with accessions in this method.
*
...
...
@@ -1180,7 +1178,7 @@ public class GenesysServiceImpl implements GenesysService, DatasetService {