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

Packages that use Entity
com.atlassian.greenhopper.manager   
com.atlassian.greenhopper.manager.audit   
com.atlassian.greenhopper.manager.color   
com.atlassian.greenhopper.manager.detailview   
com.atlassian.greenhopper.manager.estimatestatistic   
com.atlassian.greenhopper.manager.lexorank   
com.atlassian.greenhopper.manager.lexorank.balancer   
com.atlassian.greenhopper.manager.lexorank.lock   
com.atlassian.greenhopper.manager.rank   
com.atlassian.greenhopper.manager.rankableobject   
com.atlassian.greenhopper.manager.trackingstatistic   
com.atlassian.greenhopper.manager.version   
com.atlassian.greenhopper.manager.workingdays   
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 AbstractAOMapper<T extends Entity,U extends AbstractModel>
          Abstract AOMapper implementation that other mappers can inherit from.
 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.
 java.util.List<U> AbstractRelatedAOListMapper.fromAO(T[] ts)
           
 java.util.List<U> AOListMapper.fromAO(T[] ts)
           
 

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

Subinterfaces of Entity in com.atlassian.greenhopper.manager.audit
 interface AuditEntryAO
           
 

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

Subinterfaces of Entity in com.atlassian.greenhopper.manager.color
 interface CardColorAO
          Card color data object
 

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

Subinterfaces of Entity in com.atlassian.greenhopper.manager.detailview
 interface DetailViewFieldAO
          Stores fields to be displayed in a RapidViewAO's detail view.
 

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.lexorank
 

Subinterfaces of Entity in com.atlassian.greenhopper.manager.lexorank
 interface LexoRankAO
          An AO object that represents a LexoRank row.
 

Uses of Entity in com.atlassian.greenhopper.manager.lexorank.balancer
 

Subinterfaces of Entity in com.atlassian.greenhopper.manager.lexorank.balancer
 interface BalancerEntryAO
          The BalancerEntry AO stores.
 

Uses of Entity in com.atlassian.greenhopper.manager.lexorank.lock
 

Subinterfaces of Entity in com.atlassian.greenhopper.manager.lexorank.lock
 interface LockEntity
          LockEntity AO interface used for generic AO locking.
 

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

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

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.manager.version
 

Subinterfaces of Entity in com.atlassian.greenhopper.manager.version
 interface VersionMetaDataAO
           
 

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

Subinterfaces of Entity in com.atlassian.greenhopper.manager.workingdays
 interface NonWorkingDayAO
          Holds a single non working day in iso 8601 format (yyyy-mm-dd) All non working days belong to a workingdays table row (which in turn forms a one-to-one with the rapidview table)
 interface WorkingDaysAO
          Stores the working days configuration for a rapid view.
 

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

Subinterfaces of Entity in com.atlassian.greenhopper.service.rapid.view
 interface BoardAdminAO
           
 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-2014 Atlassian. All Rights Reserved.