Project

General

Profile

« Previous | Next » 

Revision 31d3e34d

Added by U-BGBM\k.luther over 8 years ago

change preferences page for taxonnode sort

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java
950 950
        return defaultService.merge(arg0);
951 951
    }
952 952

  
953
    /* (non-Javadoc)
954
     * @see eu.etaxonomy.cdm.api.service.IClassificationService#loadRankSpecificRootNodes(eu.etaxonomy.cdm.model.taxon.Classification, eu.etaxonomy.cdm.model.name.Rank, java.lang.Integer, java.lang.Integer, java.util.List)
955
     */
956
    @Override
957
    public List<TaxonNode> loadRankSpecificRootNodes(Classification arg0, Rank arg1, Integer arg2, Integer arg3,
958
            List<String> arg4) {
959

  
960
        return defaultService.loadRankSpecificRootNodes(arg0, arg1, arg2, arg3, arg4);
961
    }
962

  
953 963
}

Also available in: Unified diff