com.atlassian.user.search
Class AbstractSearchResult

java.lang.Object
  extended by com.atlassian.user.search.AbstractSearchResult
All Implemented Interfaces:
SearchResult

Deprecated. since 2.1. This abstract class is not required.

public abstract class AbstractSearchResult
extends Object
implements SearchResult


Field Summary
protected  HashMap<String,Pager> repositoriesToResults
          Deprecated.  
 
Constructor Summary
AbstractSearchResult()
          Deprecated.  
 
Method Summary
 void addToResults(String repositoryKey, Pager pager)
          Deprecated.  
 Pager pager(String repoKey)
          Deprecated.  
 Set repositoryKeyset()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.user.search.SearchResult
pager
 

Field Detail

repositoriesToResults

protected HashMap<String,Pager> repositoriesToResults
Deprecated. 
Constructor Detail

AbstractSearchResult

public AbstractSearchResult()
Deprecated. 
Method Detail

addToResults

public void addToResults(String repositoryKey,
                         Pager pager)
Deprecated. 

pager

public Pager pager(String repoKey)
Deprecated. 
Specified by:
pager in interface SearchResult
Returns:
a Pager holding results for the RepositoryIdentifier specified by RepositoryIdentifier.getKey()}

repositoryKeyset

public Set repositoryKeyset()
Deprecated. 
Specified by:
repositoryKeyset in interface SearchResult
Returns:
a list of String objects indcating the repositories with results in this object.


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.