Project

General

Profile

« Previous | Next » 

Revision ea33ac4f

Added by Andreas Müller almost 6 years ago

use long instead of int (cont.)

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/name/ITaxonNameDao.java
121 121
	 *            the type designation status (or null to return all types)
122 122
	 * @return a count of TypeDesignationBase instances
123 123
	 */
124
	public int countTypeDesignations(TaxonName name,
124
	public long countTypeDesignations(TaxonName name,
125 125
			SpecimenTypeDesignationStatus status);
126 126

  
127 127
	/**

Also available in: Unified diff