Uses of Class
com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry

Packages that use RapidIssueEntry
com.atlassian.greenhopper.service.issue.callback   
com.atlassian.greenhopper.service.rapid.view.color   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.work   
 

Uses of RapidIssueEntry in com.atlassian.greenhopper.service.issue.callback
 

Methods in com.atlassian.greenhopper.service.issue.callback with parameters of type RapidIssueEntry
 void FixVersionCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 void AbstractColumnStatisticsCallback.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
          Implementing RapidIssueEntryCallbackComponent.processFieldData(Long, String, IssueFieldValueProvider, com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry) so that we can store the column constraint statistic value for this issue against the RapidIssueEntry.
 

Uses of RapidIssueEntry in com.atlassian.greenhopper.service.rapid.view.color
 

Methods in com.atlassian.greenhopper.service.rapid.view.color with parameters of type RapidIssueEntry
 void AbstractCardColorCallback.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 

Uses of RapidIssueEntry in com.atlassian.greenhopper.web.rapid.chart
 

Fields in com.atlassian.greenhopper.web.rapid.chart with type parameters of type RapidIssueEntry
 java.util.List<RapidIssueEntry> ReportContentModel.completedIssues
           
 java.util.List<RapidIssueEntry> ReportContentModel.incompleteEstimatedIssues
           
 java.util.List<RapidIssueEntry> ReportContentModel.incompleteUnestimatedIssues
           
 

Methods in com.atlassian.greenhopper.web.rapid.chart with parameters of type RapidIssueEntry
protected  boolean ReportModelFactory.isEstimable(RapidIssueEntry issueEntry)
           
protected  boolean ReportModelFactory.isEstimated(RapidIssueEntry issueEntry)
           
 

Uses of RapidIssueEntry in com.atlassian.greenhopper.web.rapid.list
 

Methods in com.atlassian.greenhopper.web.rapid.list that return types with arguments of type RapidIssueEntry
 ServiceOutcome<RapidIssueEntry> RapidIssueEntryQueryServiceImpl.getIssueById(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long issueId, boolean loadDaysInColumn)
          Collects a single issue
 ServiceOutcome<RapidIssueEntry> RapidIssueEntryQueryService.getIssueById(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long issueId, boolean loadDaysInColumn)
          Get a single issue entry
 java.util.List<RapidIssueEntry> RapidIssueEntryCallback.getIssues()
           
 java.util.List<RapidIssueEntry> CollectIssuesResult.getIssues()
           
 ServiceOutcome<java.util.Set<RapidIssueEntry>> RapidIssueEntryQueryServiceImpl.getMissingParents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
           
 ServiceOutcome<java.util.Set<RapidIssueEntry>> RapidIssueEntryQueryService.getMissingParents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
          Loads all missing parents for a given list of issues.
 

Methods in com.atlassian.greenhopper.web.rapid.list with parameters of type RapidIssueEntry
 ServiceOutcome<java.lang.Void> RapidIssueEntryQueryServiceImpl.loadBacklogTrackingStatisticValues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidIssueEntry entry)
          Load the aggregate tracking statistic for a single issue
 ServiceOutcome<java.lang.Void> RapidIssueEntryQueryService.loadBacklogTrackingStatisticValues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidIssueEntry entry)
          Load the aggregate tracking statistic for a RapidViewEntry
 void RapidIssueEntryCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
          Process the result for a given issue and store the outcome into the issue entry
 void EpicMetadataCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 void EpicCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 

Method parameters in com.atlassian.greenhopper.web.rapid.list with type arguments of type RapidIssueEntry
 ServiceOutcome<java.util.Set<RapidIssueEntry>> RapidIssueEntryQueryServiceImpl.getMissingParents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
           
 ServiceOutcome<java.util.Set<RapidIssueEntry>> RapidIssueEntryQueryService.getMissingParents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
          Loads all missing parents for a given list of issues.
 

Constructor parameters in com.atlassian.greenhopper.web.rapid.list with type arguments of type RapidIssueEntry
CollectIssuesResult(java.util.List<RapidIssueEntry> issues, java.util.List<ProjectEntry> projects, boolean maxIssuesExceed)
           
DaysInColumnCallback(java.util.Map<java.lang.Long,RapidIssueEntry> issues, java.util.Map<com.atlassian.jira.issue.status.Status,Column> columnsByStatus, java.util.List<com.atlassian.jira.issue.status.Status> statuses)
           
 

Uses of RapidIssueEntry in com.atlassian.greenhopper.web.rapid.plan
 

Methods in com.atlassian.greenhopper.web.rapid.plan that return types with arguments of type RapidIssueEntry
 java.util.Map<PlanningDataModel.OpenSprintEntry,java.util.List<RapidIssueEntry>> PlanningModeService.CurrentSprints.getSprintsToIssues()
           
 

Method parameters in com.atlassian.greenhopper.web.rapid.plan with type arguments of type RapidIssueEntry
 void PlanningModeService.CurrentSprints.add(PlanningDataModel.OpenSprintEntry sprint, java.util.List<RapidIssueEntry> issues)
           
 java.util.List<SprintMarkerEntry> SprintMarkerHelper.getMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
           
 

Uses of RapidIssueEntry in com.atlassian.greenhopper.web.rapid.work
 

Fields in com.atlassian.greenhopper.web.rapid.work with type parameters of type RapidIssueEntry
 java.util.List<RapidIssueEntry> IssuesData.issues
           
 java.util.Set<RapidIssueEntry> IssuesData.missingParents
           
 

Method parameters in com.atlassian.greenhopper.web.rapid.work with type arguments of type RapidIssueEntry
 ServiceOutcome<ParentSwimlanesData> PoolServiceImpl.getParentSwimlanesData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues, java.util.Set<RapidIssueEntry> missingParents)
           
 ServiceOutcome<ParentSwimlanesData> PoolServiceImpl.getParentSwimlanesData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues, java.util.Set<RapidIssueEntry> missingParents)
           
 ServiceOutcome<ParentSwimlanesData> PoolService.getParentSwimlanesData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues, java.util.Set<RapidIssueEntry> missingParents)
          Gathers the ParentSwimlanesData for a given rapid view.
 ServiceOutcome<ParentSwimlanesData> PoolService.getParentSwimlanesData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues, java.util.Set<RapidIssueEntry> missingParents)
          Gathers the ParentSwimlanesData for a given rapid view.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.