com.atlassian.greenhopper.service.rank
Interface IssueRankingAO

All Superinterfaces:
Entity, net.java.ao.RawEntity<java.lang.Long>

@Preload
public interface IssueRankingAO
extends Entity

New way of ranking issues per rank custom field


Method Summary
 long getCustomFieldId()
           
 long getIssueId()
          Entity id, if < 0 then not actually an issue, but a ranked object.
 java.lang.Long getNextId()
          Next issue id.
 void setCustomFieldId(long customFieldId)
           
 void setIssueId(long issueId)
           
 void setNextId(java.lang.Long nextId)
           
 
Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Entity
getId
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getIssueId

long getIssueId()
Entity id, if < 0 then not actually an issue, but a ranked object. See RankableObjectAO


setIssueId

void setIssueId(long issueId)

getCustomFieldId

long getCustomFieldId()

setCustomFieldId

void setCustomFieldId(long customFieldId)

getNextId

java.lang.Long getNextId()
Next issue id.


setNextId

void setNextId(java.lang.Long nextId)


Copyright © 2007-2012 Atlassian. All Rights Reserved.