com.atlassian.confluence.labels.persistence.dao
Class RankedLabelSearchResult

java.lang.Object
  extended by com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
      extended by com.atlassian.confluence.labels.persistence.dao.RankedLabelSearchResult

public class RankedLabelSearchResult
extends LabelSearchResult

Simple helper object that associates a Label with a 'rank' value.


Constructor Summary
RankedLabelSearchResult(Label label, int rank, int count)
           
RankedLabelSearchResult(LabelSearchResult other, int rank)
           
 
Method Summary
 int getRank()
           
 
Methods inherited from class com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
getCount, getLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RankedLabelSearchResult

public RankedLabelSearchResult(LabelSearchResult other,
                               int rank)

RankedLabelSearchResult

public RankedLabelSearchResult(Label label,
                               int rank,
                               int count)
Method Detail

getRank

public int getRank()


Copyright © 2003-2013 Atlassian. All Rights Reserved.