Uses of Class
org.hackystat.sensorbase.resource.projects.jaxb.ProjectSummary

Packages that use ProjectSummary
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
org.hackystat.sensorbase.db Provides an interface to the underlying database persistency layer. 
org.hackystat.sensorbase.db.derby Provides an implementation of DbImplementation for Derby. 
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.projects.jaxb Provides the JAXB generated classes corresponding to the Projects XmlSchema. 
 

Uses of ProjectSummary in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client that return ProjectSummary
 ProjectSummary SensorBaseClient.getProjectSummary(java.lang.String owner, java.lang.String projectName, javax.xml.datatype.XMLGregorianCalendar startTime, javax.xml.datatype.XMLGregorianCalendar endTime)
          Returns a ProjectSummary representing a summary of the number of sensor data instances of each type for the given interval.
 

Uses of ProjectSummary in org.hackystat.sensorbase.db
 

Methods in org.hackystat.sensorbase.db that return ProjectSummary
 ProjectSummary DbManager.getProjectSummary(java.util.List<User> users, javax.xml.datatype.XMLGregorianCalendar startTime, javax.xml.datatype.XMLGregorianCalendar endTime, java.util.List<java.lang.String> uriPatterns, java.lang.String href)
          Returns a ProjectSummary instance constructed for the given Project between the startTime and endTime.
abstract  ProjectSummary DbImplementation.getProjectSummary(java.util.List<User> users, javax.xml.datatype.XMLGregorianCalendar startTime, javax.xml.datatype.XMLGregorianCalendar endTime, java.util.List<java.lang.String> uriPatterns, java.lang.String href)
          Returns a ProjectSummary instance constructed for the given Project between the startTime and endTime.
 

Uses of ProjectSummary in org.hackystat.sensorbase.db.derby
 

Methods in org.hackystat.sensorbase.db.derby that return ProjectSummary
 ProjectSummary DerbyImplementation.getProjectSummary(java.util.List<User> users, javax.xml.datatype.XMLGregorianCalendar startTime, javax.xml.datatype.XMLGregorianCalendar endTime, java.util.List<java.lang.String> uriPatterns, java.lang.String href)
          Returns a ProjectSummary instance constructed for the given Project between the startTime and endTime.
 

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

Methods in org.hackystat.sensorbase.resource.projects with parameters of type ProjectSummary
 java.lang.String ProjectManager.makeProjectSummaryString(ProjectSummary summary)
          Returns the passed ProjectSummary instance as a String encoding of its XML representation.
 

Uses of ProjectSummary in org.hackystat.sensorbase.resource.projects.jaxb
 

Fields in org.hackystat.sensorbase.resource.projects.jaxb with type parameters of type ProjectSummary
protected  java.util.List<ProjectSummary> MultiDayProjectSummary.projectSummary
           
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb that return ProjectSummary
 ProjectSummary ObjectFactory.createProjectSummary()
          Create an instance of ProjectSummary
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb that return types with arguments of type ProjectSummary
 java.util.List<ProjectSummary> MultiDayProjectSummary.getProjectSummary()
          Gets the value of the projectSummary property.