Revision 966ae42b src/gr/ebs/gss/server/ejb/GSSDAO.java

b/src/gr/ebs/gss/server/ejb/GSSDAO.java
95 95
	public List<Group> getGroups(Long userId) throws ObjectNotFoundException;
96 96

  
97 97
	/**
98
	 * Retrieves the root folder id for the specified user. The caller must ensure
99
	 * that the userId exists.
100
	 *
101
	 * @param userId
102
	 * @return Long The id
103
	 * @throws ObjectNotFoundException if no Folder was found
104
	 */
105
	public Long getRootFolderId(final Long userId) throws ObjectNotFoundException;
106
	
107
	/**
98 108
	 * Retrieves the root folder for the specified user. The caller must ensure
99 109
	 * that the userId exists.
100 110
	 *

Also available in: Unified diff