Project

General

Profile

task #3560

Updated by Andreas Müller almost 6 years ago

see also #1780, #3740, #3739 

 the following services have been secured. 

 AbstractIdentifiableController: TaxonPortalController: 

  * open: 
       doGetSynonymy 
  * doGetTitleCache (not E+M) 

 BaseController: 
 
  doGetTaxonNodes 
  * doGet doGetTaxonRelations 
  * open: 
       * doGetMethod doGetFromNameRelations 
       * doGetToNameRelations 
       * doGetMedia 

 TaxonController: 

  * doGetClassifications 
  * doGetDescriptionElementsByType 
  * doGetDescriptions 
  * doGetFieldUnits 
  * doGetTaggedName (not yet correct) 
  * doGetTaxonNodes (not yet correct) 
  * open: 
       * doGetIncludedTaxa 
       * doGetTaxonNodeAgentRelations 
       * doListSpecimensOrObservations 
       * getAcceptedFor 

 TaxonPortalController: 

  * doGetSynonymy 
  * doGetTaxonNodes 
  * doGetTaxonRelations 
  * open: 
       * doGetFromNameRelations 
       * doGetToNameRelations 
       * doGetMedia 

 TaxonListController 
 TaxonPortalListController 
 TaxonNodeController 
 TaxonNodePortalController 
 TaxonNodeListController 
 TaxonNodePortalListController 

 ClassificationPortalController 
 ClassificationController 
 ClassificationPortalListController 
 ClassificationListController 



 TODO: 

     
  


     
  * TaxonSearchService 
       * 
  * Other DAOs and services 
  * Bean initializer/property paths 
  * Lazy loading  
  * TBC 

 TODO: 
  * findIdenticalNamesNew is PESI specific 
  * getTaxaByNameForEditor still needed? 
  * findIdenticalNamesNew, findIdenticalTaxonNameIds, findIdenticalTaxonNames still needed? Does not belong here but NameDao , partly specific to PESI 
  * warum wird bei der Suche Bellis longifolia als MAN von Bellis perennis auch bei allen publish Flags = true nicht gefunden, während z.B. Hedysarum confertum von Onobrychis biebersteinii (und auch andere Hedysarum confertum) gefunden werden. 
  * Hedysarum confertum ist MAN von Hedysarum boveanum Basiner subsp. boveanum und Hedysarum boveanum subsp. europaeum, im Editor kann aber immer nur eines von beiden geöffnet werden, zudem ist auch die Angabe nur des Klassifikationsnamens hier nicht ausreichend

Back