Uses of Interface
com.atlassian.greenhopper.service.rapid.view.Entity

Packages that use Entity
com.atlassian.greenhopper.manager   
com.atlassian.greenhopper.manager.estimatestatistic   
com.atlassian.greenhopper.manager.rankableobject   
com.atlassian.greenhopper.manager.trackingstatistic   
com.atlassian.greenhopper.service.rank   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.service.rapid.view.subquery   
com.atlassian.greenhopper.service.sprint   
 

Uses of Entity in com.atlassian.greenhopper.manager
 

Classes in com.atlassian.greenhopper.manager with type parameters of type Entity
 class AbstractRelatedAOListMapper<P,T extends Entity,U extends AbstractModel>
          Abstract class of a AOListMapper for an entity T which has a relationship with parent entity P.
 interface AOListMapper<T extends Entity,U>
          To be implemented by mappers that map a list of values onto ActiveObjects.
 interface AOMapper<T extends Entity,U>
          Common interface for mapping between AO records of type T to domain objects of type U.
 interface RelatedAOMapper<P,T extends Entity,U>
          A specialisation of AOMapper for AO records T which have a relationship with a parent record P.
 interface RelatedEntityDao<PK,P extends Entity,T extends Entity,U>
          A common interface for DAOs which handle an AO record T which has a relationship with parent record P.
 interface RelatedEntityDao<PK,P extends Entity,T extends Entity,U>
          A common interface for DAOs which handle an AO record T which has a relationship with parent record P.
 

Methods in com.atlassian.greenhopper.manager that return Entity
abstract  T[] AbstractRelatedAOListMapper.getExisting()
           
 T[] AOListMapper.getExisting()
          Provides all existing T.
 T[] RelatedEntityDao.getForParent(P parent)
          Return all the records for the specified parent.
 T[] RelatedEntityDao.getForParent(PK primaryKey)
          Return all the records for the specified parent.
 

Methods in com.atlassian.greenhopper.manager with parameters of type Entity
 T AbstractRelatedAOListMapper.findExisting(T[] recordAOs, U model)
           
 T AOListMapper.findExisting(T[] ts, U u)
          Get an existing T for given u.
 

Uses of Entity in com.atlassian.greenhopper.manager.estimatestatistic
 

Subinterfaces of Entity in com.atlassian.greenhopper.manager.estimatestatistic
 interface EstimateStatisticAO
          Stores the estimate statistic(s) for a RapidViewAO.
 

Uses of Entity in com.atlassian.greenhopper.manager.rankableobject
 

Subinterfaces of Entity in com.atlassian.greenhopper.manager.rankableobject
 interface RankableObjectAO
           
 

Uses of Entity in com.atlassian.greenhopper.manager.trackingstatistic
 

Subinterfaces of Entity in com.atlassian.greenhopper.manager.trackingstatistic
 interface TrackingStatisticAO
          Stores the tracking statistic(s) for a RapidViewAO.
 

Uses of Entity in com.atlassian.greenhopper.service.rank
 

Subinterfaces of Entity in com.atlassian.greenhopper.service.rank
 interface IssueRankingAO
          New way of ranking issues per rank custom field
 interface IssueRankingOperationLogAO
           
 

Uses of Entity in com.atlassian.greenhopper.service.rapid.view
 

Subinterfaces of Entity in com.atlassian.greenhopper.service.rapid.view
 interface ColumnAO
          Column/status mapping object
 interface ColumnStatusAO
          Hold information a bout a single column status.
 interface QuickFilterAO
           
 interface RapidViewAO
           
 interface StatisticsFieldAO
           
 interface SwimlaneAO
          Represents a swimlane.
 

Methods in com.atlassian.greenhopper.service.rapid.view with type parameters of type Entity
static
<T extends Entity,U>
java.util.List<T>
AOUtil.setListValues(com.atlassian.activeobjects.external.ActiveObjects ao, AOListMapper<T,U> listMapper, java.util.List<U> newValues)
          Maps a List of business objects onto a list of ActiveObjects.
 

Uses of Entity in com.atlassian.greenhopper.service.rapid.view.subquery
 

Subinterfaces of Entity in com.atlassian.greenhopper.service.rapid.view.subquery
 interface SubqueryAO
           
 

Uses of Entity in com.atlassian.greenhopper.service.sprint
 

Subinterfaces of Entity in com.atlassian.greenhopper.service.sprint
 interface SprintAO
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.