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/NameRelationshipEditorInput.java
76 76
		return false;
77 77
	}
78 78

  
79
	@Override
80
	protected long countEntities(IIdentifiableEntityServiceConfigurator configurator) {
81
	    //TODO there is neither a service for name relationships nor any concrete
82
	    //method for counting them
83
	    return CdmStore.getCommonService().count(NameRelationship.class);
84
	}
85

  
79 86
	/* (non-Javadoc)
80 87
	 * @see eu.etaxonomy.taxeditor.bulkeditor.input.AbstractBulkEditorInput#listEntities(eu.etaxonomy.cdm.api.service.config.IIdentifiableEntityServiceConfigurator)
81 88
	 */

Also available in: Unified diff