Uses of Class
shared.StandardUserExtended

Packages that use StandardUserExtended
interfaces includes the interfaces for the client and the server. 
server includes the classes to realize the server side functionality. 
 

Uses of StandardUserExtended in interfaces
 

Methods in interfaces that return types with arguments of type StandardUserExtended
 java.util.Vector<StandardUserExtended> WSIDOInterface.getContactList(UserVerification userver)
          returns contactlist users
 java.util.Vector<StandardUserExtended> WSIDOInterface.getInteractionUsers(UserVerification userver, Item item)
          returns possible users for interaction
 

Uses of StandardUserExtended in server
 

Methods in server that return types with arguments of type StandardUserExtended
 java.util.Vector<StandardUserExtended> WSIDOServer.getContactList(UserVerification userver)
          returns the contactlist of a user
 java.util.Vector<StandardUserExtended> WSIDOServer.getInteractionUsers(UserVerification userver, Item item)
          returns possible users for interaction