Project

General

Profile

« Previous | Next » 

Revision 16acec00

Added by Andreas Müller over 7 years ago

fix transient services

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientCollectionService.java
23 23
import eu.etaxonomy.cdm.api.service.ICollectionService;
24 24
import eu.etaxonomy.cdm.api.service.config.DeleteConfiguratorBase;
25 25
import eu.etaxonomy.cdm.api.service.config.IIdentifiableEntityServiceConfigurator;
26
import eu.etaxonomy.cdm.api.service.dto.FindByIdentifierDTO;
27
import eu.etaxonomy.cdm.api.service.dto.FindByMarkerDTO;
26
import eu.etaxonomy.cdm.api.service.dto.IdentifiedEntityDTO;
27
import eu.etaxonomy.cdm.api.service.dto.MarkedEntityDTO;
28 28
import eu.etaxonomy.cdm.api.service.pager.Pager;
29 29
import eu.etaxonomy.cdm.common.monitor.IProgressMonitor;
30 30
import eu.etaxonomy.cdm.model.common.Annotation;
......
693 693
    }
694 694

  
695 695
	@Override
696
	public <S extends Collection>  Pager<FindByIdentifierDTO<S>> findByIdentifier(Class<S> clazz, String identifier, DefinedTerm identifierType, MatchMode matchmode, boolean includeEntity, Integer pageSize, Integer pageNumber, List<String> propertyPaths){
696
	public <S extends Collection>  Pager<IdentifiedEntityDTO<S>> findByIdentifier(Class<S> clazz, String identifier, DefinedTerm identifierType, MatchMode matchmode, boolean includeEntity, Integer pageSize, Integer pageNumber, List<String> propertyPaths){
697 697
		return defaultService.findByIdentifier(clazz, identifier, identifierType, matchmode, includeEntity, pageSize, pageNumber, propertyPaths);
698 698
	}
699 699

  
......
761 761
	}
762 762

  
763 763
	@Override
764
	public <S extends Collection> Pager<FindByMarkerDTO<S>> findByMarker(
764
	public <S extends Collection> Pager<MarkedEntityDTO<S>> findByMarker(
765 765
			Class<S> arg0, MarkerType arg1, Boolean arg2, boolean arg3,
766 766
			Integer arg4, Integer arg5, List<String> arg6) {
767 767
		// TODO Auto-generated method stub

Also available in: Unified diff