Uses of Package
org.hackystat.sensorbase.resource.users

Packages that use org.hackystat.sensorbase.resource.users
org.hackystat.sensorbase.db Provides an interface to the underlying database persistency layer. 
org.hackystat.sensorbase.resource.projects Provides the "Projects" resource, which represents a set of Sensor Data resources for a particular set of users over a particular time frame. 
org.hackystat.sensorbase.resource.sensorbase Provides an abstract superclass for all SensorBase resources whose constructor provides common initialization-time processing. 
org.hackystat.sensorbase.test Provides a utility class to facilitate REST API tests. 
 

Classes in org.hackystat.sensorbase.resource.users used by org.hackystat.sensorbase.db
UserManager
          Manages access to the User resources.
 

Classes in org.hackystat.sensorbase.resource.users used by org.hackystat.sensorbase.resource.projects
UserManager
          Manages access to the User resources.
 

Classes in org.hackystat.sensorbase.resource.users used by org.hackystat.sensorbase.resource.sensorbase
UserManager
          Manages access to the User resources.
 

Classes in org.hackystat.sensorbase.resource.users used by org.hackystat.sensorbase.test
UserManager
          Manages access to the User resources.