net.sf.sail.core.service
Interface UserService

All Known Implementing Classes:
UserServiceImpl

public interface UserService

Author:
scytacki

Method Summary
 java.util.Collection<User> getParticipants()
          Collection of users that are currently active
 User getUser(UserUuid userUuid)
          Translation from sail user id to a User object
 

Method Detail

getUser

User getUser(UserUuid userUuid)
Translation from sail user id to a User object

Parameters:
userUuid -
Returns:

getParticipants

java.util.Collection<User> getParticipants()
Collection of users that are currently active

Returns:


Copyright © 2004-2008 TELS Center. All Rights Reserved.