com.atlassian.jira.bc.issue.search
Class IssuePickerResults

java.lang.Object
  extended by com.atlassian.jira.bc.issue.search.IssuePickerResults

public class IssuePickerResults
extends Object

Simple Bean for returning back the results of an Issue Picker provider


Constructor Summary
IssuePickerResults(Collection issues, int total, Collection keyTerms, Collection summaryTerms, String label, String id)
          Full constructor for results
 
Method Summary
 String getId()
           
 Collection getIssues()
           
 Collection getKeyTerms()
           
 String getLabel()
           
 Collection getSummaryTerms()
           
 int getTotalIssues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuePickerResults

public IssuePickerResults(Collection issues,
                          int total,
                          Collection keyTerms,
                          Collection summaryTerms,
                          String label,
                          String id)
Full constructor for results

Parameters:
issues - The issues that were selected
total - The total number of issues that match criteria
keyTerms - The terms that searched for in the key
summaryTerms - The terms that were searched for in the summary
label - The section label
id - The unique id of the section
Method Detail

getIssues

public Collection getIssues()

getKeyTerms

public Collection getKeyTerms()

getLabel

public String getLabel()

getSummaryTerms

public Collection getSummaryTerms()

getId

public String getId()

getTotalIssues

public int getTotalIssues()


Copyright © 2002-2008 Atlassian. All Rights Reserved.