Project

General

Profile

« Previous | Next » 

Revision bee783cb

Added by Katja Luther almost 8 years ago

fix transient services

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java
46 46
import eu.etaxonomy.cdm.model.view.AuditEvent;
47 47
import eu.etaxonomy.cdm.model.view.AuditEventRecord;
48 48
import eu.etaxonomy.cdm.persistence.dao.common.AuditEventSort;
49
import eu.etaxonomy.cdm.persistence.dto.ClassificationLookupDTO;
49 50
import eu.etaxonomy.cdm.persistence.dto.MergeResult;
50 51
import eu.etaxonomy.cdm.persistence.dto.UuidAndTitleCache;
51 52
import eu.etaxonomy.cdm.persistence.query.Grouping;
......
1016 1017
		return defaultService.pageSiblingsOfTaxon(taxonUuid, classificationUuid, pageSize, pageIndex, propertyPaths);
1017 1018
	}
1018 1019

  
1020
	@Override
1021
	public List<Classification> listByIds(Set<Integer> arg0, Integer arg1,
1022
			Integer arg2, List<OrderHint> arg3, List<String> arg4) {
1023
		
1024
		return listByIds(arg0, arg1, arg2, arg3, arg4);
1025
	}
1026

  
1027
	@Override
1028
	public ClassificationLookupDTO classificationLookup(Classification arg0) {
1029
		
1030
		return defaultService.classificationLookup(arg0);
1031
	}
1032

  
1019 1033

  
1020 1034
}

Also available in: Unified diff