Project

General

Profile

« Previous | Next » 

Revision fd28a17f

Added by Patrick Plitzner almost 6 years ago

ref #6321 Show search progress in progress bar

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/OccurrenceEditorInput.java
58 58
		return instance;
59 59
	}
60 60

  
61
	@Override
62
	protected long countEntities(IIdentifiableEntityServiceConfigurator configurator) {
63
	    return CdmStore.getService(IOccurrenceService.class).countByTitle(configurator);
64
	}
65

  
61 66
	/** {@inheritDoc} */
62 67
	@Override
63 68
	protected List<SpecimenOrObservationBase> listEntities(

Also available in: Unified diff