Revision a0dde818 src/gr/ebs/gss/server/ejb/ExternalAPI.java

b/src/gr/ebs/gss/server/ejb/ExternalAPI.java
161 161
	 * @param userId
162 162
	 * @param parentId
163 163
	 * @param name
164
	 * @return the new folder
164 165
	 * @throws DuplicateNameException if the specified name already exists in
165 166
	 *             the parent folder, as either a folder or file
166 167
	 * @throws ObjectNotFoundException if the user or parent folder was not
......
168 169
	 *             problem
169 170
	 * @throws InsufficientPermissionsException
170 171
	 */
171
	public void createFolder(Long userId, Long parentId, String name) throws DuplicateNameException,
172
	public FolderDTO createFolder(Long userId, Long parentId, String name) throws DuplicateNameException,
172 173
			ObjectNotFoundException, InsufficientPermissionsException;
173 174

  
174 175
	/**

Also available in: Unified diff