Project

General

Profile

« Previous | Next » 

Revision 1acb2d39

Added by Patrick Plitzner almost 6 years ago

ref #7509 Add "Aggregate" button to character matrix

  • aggregation will create a description on the common parent taxon of all taxa included in the descriptive data set OR the chosen taxon of the selection dialog

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java
77 77
import eu.etaxonomy.cdm.api.application.CdmApplicationState;
78 78
import eu.etaxonomy.cdm.api.service.IDescriptiveDataSetService;
79 79
import eu.etaxonomy.cdm.api.service.IProgressMonitorService;
80
import eu.etaxonomy.cdm.api.service.UpdateResult;
80 81
import eu.etaxonomy.cdm.api.service.dto.RowWrapperDTO;
81 82
import eu.etaxonomy.cdm.common.monitor.IRemotingProgressMonitor;
82 83
import eu.etaxonomy.cdm.model.description.DescriptiveDataSet;
......
581 582
        return features;
582 583
    }
583 584

  
585
    public void addUpdateResult(UpdateResult result){
586
        part.addUpdateResult(result);
587
    }
588

  
584 589
}

Also available in: Unified diff