Uses of Class
org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDpdData

Packages that use IssueDpdData
org.hackystat.projectbrowser.page.dailyprojectdata.issue Provides the Issue viewer components for the DailyProjectData page. 
 

Uses of IssueDpdData in org.hackystat.projectbrowser.page.dailyprojectdata.issue
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.issue that return IssueDpdData
 IssueDpdData IssueDataModel.getIssueData(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
          Return the IssueData instance associated with the specified project.
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.issue that return types with arguments of type IssueDpdData
 java.util.List<IssueDpdData> IssueDataModel.getIssueDataList()
          Returns the list of IssueData instances, needed for markup.