Revision 50cd9e9c src/gr/ebs/gss/server/ejb/GSSDAO.java

b/src/gr/ebs/gss/server/ejb/GSSDAO.java
473 473
	 */
474 474
	public List<FileHeader> getFilesPermittedForGroup(Long userId, Long groupId) throws ObjectNotFoundException;
475 475

  
476
	/**
477
	 * @param userId
478
	 * @return
479
	 */
480
	List<FileHeader> getSharingFilesForUser(Long userId);
481

  
482
	/**
483
	 * @param userId
484
	 * @return
485
	 */
486
	List<Folder> getSharingFoldersForUser(Long userId);
487

  
488
	/**
489
	 * @param userId
490
	 * @return
491
	 */
492
	List<Group> getGroupsContainingUser(Long userId);
493

  
494
	/**
495
	 * @param userId
496
	 * @return
497
	 */
498
	List<FileUploadStatus> getUploadStatus(Long userId);
499

  
500
	/**
501
	 * @param userId
502
	 * @return
503
	 */
504
	int deletePermissionsNotCorrespondingToFilesAndFolders(Long userId);
505

  
476 506
}

Also available in: Unified diff