Project

General

Profile

bug #9395

Updated by Andreas Kohlbecker over 3 years ago

DerivedUnit.collectFieldUnits() needs to returns also DerivedUnits as root unit which do not have a FieldUnit. This is    required for #7704 

 same accounts for the IOccurrenceService methods: 

 * FieldUnitDTO findByAccessionNumber(String accessionNumberString, List<OrderHint> orderHints); 
 * List<FieldUnitDTO> findFieldUnitDTOByAssociatedTaxon(Set<TaxonRelationshipEdge> includedRelationships, 
 * Pager<SpecimenOrObservationBase> pageFieldUnitsByAssociatedTaxon(Set<TaxonRelationshipEdge> includeRelationships,

Back