Uses of Class
org.hackystat.sensorbase.resource.users.jaxb.UserRef

Packages that use UserRef
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
org.hackystat.sensorbase.resource.users Provides the Users and User resource implementations. 
org.hackystat.sensorbase.resource.users.jaxb Provides the JAXB generated classes corresponding to the Users XmlSchema. 
 

Uses of UserRef in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client with parameters of type UserRef
 User SensorBaseClient.getUser(UserRef ref)
          Returns the named User associated with the UserRef.
 

Uses of UserRef in org.hackystat.sensorbase.resource.users
 

Methods in org.hackystat.sensorbase.resource.users that return UserRef
 UserRef UserManager.makeUserRef(User user)
          Returns a UserRef instance constructed from a User instance.
 

Uses of UserRef in org.hackystat.sensorbase.resource.users.jaxb
 

Fields in org.hackystat.sensorbase.resource.users.jaxb with type parameters of type UserRef
protected  java.util.List<UserRef> UserIndex.userRef
           
 

Methods in org.hackystat.sensorbase.resource.users.jaxb that return UserRef
 UserRef ObjectFactory.createUserRef()
          Create an instance of UserRef
 

Methods in org.hackystat.sensorbase.resource.users.jaxb that return types with arguments of type UserRef
 java.util.List<UserRef> UserIndex.getUserRef()
          Gets the value of the userRef property.