Uses of Interface
org.exoplatform.services.wsrp2.consumer.User

Packages that use User
org.exoplatform.services.wsrp2.consumer   
org.exoplatform.services.wsrp2.consumer.adapters   
org.exoplatform.services.wsrp2.consumer.impl   
 

Uses of User in org.exoplatform.services.wsrp2.consumer
 

Methods in org.exoplatform.services.wsrp2.consumer that return User
 User UserRegistry.addUser(User user)
          Add a user to the registry
 User UserRegistry.getUser(String userID)
          Get the user with the given id
 User UserRegistry.removeUser(String userID)
          Remove a user from the list of known user
 

Methods in org.exoplatform.services.wsrp2.consumer with parameters of type User
 User UserRegistry.addUser(User user)
          Add a user to the registry
 

Uses of User in org.exoplatform.services.wsrp2.consumer.adapters
 

Classes in org.exoplatform.services.wsrp2.consumer.adapters that implement User
 class UserAdapter
           
 

Uses of User in org.exoplatform.services.wsrp2.consumer.impl
 

Methods in org.exoplatform.services.wsrp2.consumer.impl that return User
 User UserRegistryImpl.addUser(User user)
           
 User UserRegistryImpl.getUser(String userID)
           
 User UserRegistryImpl.removeUser(String userID)
           
 

Methods in org.exoplatform.services.wsrp2.consumer.impl that return types with arguments of type User
 Iterator<User> UserRegistryImpl.getAllUsers()
           
 

Methods in org.exoplatform.services.wsrp2.consumer.impl with parameters of type User
 User UserRegistryImpl.addUser(User user)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.