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

Packages that use Properties
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 Properties in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client with parameters of type Properties
 void SensorBaseClient.updateUserProperties(java.lang.String email, Properties properties)
          Updates the specified user's properties.
 

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

Methods in org.hackystat.sensorbase.resource.users that return Properties
 Properties UserManager.makeProperties(java.lang.String xmlString)
          Takes a String encoding of a Properties in XML format and converts it to an instance.
 

Methods in org.hackystat.sensorbase.resource.users with parameters of type Properties
 java.lang.String UserManager.makeProperties(Properties properties)
          Returns the passed Properties instance as a String encoding of its XML representation.
 void UserManager.updateProperties(User user, Properties properties)
          Updates the given User with the passed Properties.
 

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

Fields in org.hackystat.sensorbase.resource.users.jaxb declared as Properties
protected  Properties User.properties
           
 

Methods in org.hackystat.sensorbase.resource.users.jaxb that return Properties
 Properties ObjectFactory.createProperties()
          Create an instance of Properties
 Properties User.getProperties()
          Gets the value of the properties property.
 

Methods in org.hackystat.sensorbase.resource.users.jaxb with parameters of type Properties
 void User.setProperties(Properties value)
          Sets the value of the properties property.