Revision 769f9814 src/gr/ebs/gss/admin/client/AdminService.java

b/src/gr/ebs/gss/admin/client/AdminService.java
20 20

  
21 21
@RemoteServiceRelativePath("admin")
22 22
public interface AdminService extends RemoteService {
23
	List<UserDTO> getUsers() throws RpcException;
23
	List<UserDTO> getUsers() throws RpcException, ObjectNotFoundException;
24 24

  
25
	List<UserDTO> searchUsers(String query) throws RpcException;
25
	List<UserDTO> searchUsers(String query) throws RpcException, ObjectNotFoundException;
26 26

  
27 27
	StatsDTO getUserStatistics(Long userId) throws RpcException, ObjectNotFoundException;
28 28

  

Also available in: Unified diff