Project

General

Profile

« Previous | Next » 

Revision 53eda82e

Added by Cherian Mathew over 8 years ago

#5350 : Use newly added getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification method with uuid

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java
975 975
        return defaultService.loadWithUpdate(arg0);
976 976
    }
977 977

  
978
    /**
979
     * {@inheritDoc}
980
     */
981
    @Override
982
    public List<UuidAndTitleCache<TaxonNode>> getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(UUID arg0,
983
            List<UUID> arg1) {
984
        return defaultService.getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(arg0, arg1);
985
    }
986

  
978 987

  
979 988
}

Also available in: Unified diff