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

Packages that use MultiDayProjectSummary
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
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 MultiDayProjectSummary in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client that return MultiDayProjectSummary
 MultiDayProjectSummary SensorBaseClient.getMonthProjectSummary(java.lang.String owner, java.lang.String projectName, int year, int month)
          Returns a MultiDayProjectSummary for the specified project, year, and month (zero based).
 MultiDayProjectSummary SensorBaseClient.getMultiDayProjectSummary(java.lang.String owner, java.lang.String projectName, javax.xml.datatype.XMLGregorianCalendar startTime, int numDays)
          Returns a MultiDayProjectSummary for the specified interval of days.
 

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

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

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

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