Uses of Class
org.hackystat.sensorbase.resource.sensordatatypes.SdtManager

Packages that use SdtManager
org.hackystat.sensorbase.db Provides an interface to the underlying database persistency layer. 
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 SdtManager in org.hackystat.sensorbase.db
 

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

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

Fields in org.hackystat.sensorbase.resource.sensorbase declared as SdtManager
protected  SdtManager SensorBaseResource.sdtManager
          The SdtManager.
 

Uses of SdtManager in org.hackystat.sensorbase.test
 

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