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/agent/IAgentDao.java
40 40
	 * @param person the person
41 41
	 * @return a count of InstitutionalMembership instances
42 42
	 */
43
	public int countInstitutionalMemberships(Person person);
43
	public long countInstitutionalMemberships(Person person);
44 44

  
45 45
	/**
46 46
	 * Return a List of members of a given team
......
58 58
	 * @param team the team
59 59
	 * @return a count of Person instances
60 60
	 */
61
	public int countMembers(Team team);
61
	public long countMembers(Team team);
62 62

  
63 63
	/**
64 64
	 * Return a count of addresses of a given agent
......
66 66
	 * @param agent the agent
67 67
	 * @return a count of Address instances
68 68
	 */
69
	public Integer countAddresses(AgentBase agent);
69
	public long countAddresses(AgentBase agent);
70 70

  
71 71
	/**
72 72
	 * Return a List of addresses of a given agent

Also available in: Unified diff