Uses of Class
org.hackystat.sensorbase.resource.users.UserManager

Packages that use UserManager
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. 
 

Uses of UserManager in org.hackystat.sensorbase.db
 

Methods in org.hackystat.sensorbase.db that return UserManager
protected  UserManager DbImplementation.getUserManager()
          Returns the UserManager associated with this server.
 

Uses of UserManager in org.hackystat.sensorbase.resource.projects
 

Fields in org.hackystat.sensorbase.resource.projects declared as UserManager
(package private)  UserManager ProjectManager.userManager
          The UserManager.
 

Uses of UserManager in org.hackystat.sensorbase.resource.sensorbase
 

Fields in org.hackystat.sensorbase.resource.sensorbase declared as UserManager
protected  UserManager SensorBaseResource.userManager
          The UserManager.
 

Uses of UserManager in org.hackystat.sensorbase.test
 

Fields in org.hackystat.sensorbase.test declared as UserManager
protected static UserManager SensorBaseRestApiHelper.userManager
          Make a Manager available to this test class.