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

Packages that use org.hackystat.sensorbase.resource.sensorbase
org.hackystat.sensorbase.resource.db Provides resources for database manipulation. 
org.hackystat.sensorbase.resource.ping Provides the "Ping" resource, which is simply the string "SensorBase" in the case of this service. 
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.registration Provides the resource that deals with user registration. 
org.hackystat.sensorbase.resource.sensorbase Provides an abstract superclass for all SensorBase resources whose constructor provides common initialization-time processing. 
org.hackystat.sensorbase.resource.sensordata Provides the "SensorData" resource, which represents an atomic piece of software engineering process or product data. 
org.hackystat.sensorbase.resource.sensordatatypes Provides the SensorDataTypes and SensorDataType resource implementations. 
org.hackystat.sensorbase.resource.users Provides the Users and User resource implementations. 
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.db
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.ping
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.projects
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.registration
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.sensorbase
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.sensordata
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.sensordatatypes
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.
 

Classes in org.hackystat.sensorbase.resource.sensorbase used by org.hackystat.sensorbase.resource.users
SensorBaseResource
          An abstract superclass for all SensorBase resources that supplies common initialization and validation processing.