Uses of Interface
com.atlassian.greenhopper.service.rapid.view.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in com.atlassian.greenhopper.manager
Classes in com.atlassian.greenhopper.manager with type parameters of type EntityModifier and TypeClassDescriptionclass
AbstractAOMapper<T extends Entity,
U extends AbstractModel> AbstractAOMapper
implementation that other mappers can inherit from.class
AbstractRelatedAOListMapper<P,
T extends Entity, U extends com.atlassian.jira.entity.WithId> Abstract class of aAOListMapper
for an entityAbstractRelatedAOListMapper
which has a relationship with parent entityAbstractRelatedAOListMapper
.interface
AOListMapper<T extends Entity,
U> To be implemented by mappers that map a list of values onto ActiveObjects.interface
interface
RelatedAOMapper<P,
T extends Entity, U> A specialisation ofAOMapper
for AO recordsRelatedAOMapper
which have a relationship with a parent recordRelatedAOMapper
.interface
RelatedEntityDao<PK,
P extends Entity, T extends Entity, U> A common interface for DAOs which handle an AO recordRelatedEntityDao
which has a relationship with parent recordRelatedEntityDao
.interface
RelatedEntityDao<PK,
P extends Entity, T extends Entity, U> A common interface for DAOs which handle an AO recordRelatedEntityDao
which has a relationship with parent recordRelatedEntityDao
.Methods in com.atlassian.greenhopper.manager that return EntityModifier and TypeMethodDescriptionabstract 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 EntityModifier and TypeMethodDescriptionAbstractRelatedAOListMapper.findExisting
(T[] recordAOs, U model) AOListMapper.findExisting
(T[] ts, U u) Get an existing T for given u.Constructs an array of domain objects from the AO record. -
Uses of Entity in com.atlassian.greenhopper.manager.audit
Subinterfaces of Entity in com.atlassian.greenhopper.manager.audit -
Uses of Entity in com.atlassian.greenhopper.manager.cardlayout
Subinterfaces of Entity in com.atlassian.greenhopper.manager.cardlayoutModifier and TypeInterfaceDescriptioninterface
Stores card layout configuration for a field. -
Uses of Entity in com.atlassian.greenhopper.manager.color
Subinterfaces of Entity in com.atlassian.greenhopper.manager.color -
Uses of Entity in com.atlassian.greenhopper.manager.detailview
Subinterfaces of Entity in com.atlassian.greenhopper.manager.detailviewModifier and TypeInterfaceDescriptioninterface
Stores fields to be displayed in aRapidViewAO
's detail view. -
Uses of Entity in com.atlassian.greenhopper.manager.estimatestatistic
Subinterfaces of Entity in com.atlassian.greenhopper.manager.estimatestatisticModifier and TypeInterfaceDescriptioninterface
Stores the estimate statistic(s) for aRapidViewAO
. -
Uses of Entity in com.atlassian.greenhopper.manager.lexorank
Subinterfaces of Entity in com.atlassian.greenhopper.manager.lexorankModifier and TypeInterfaceDescriptioninterface
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 -
Uses of Entity in com.atlassian.greenhopper.manager.lexorank.lock
Subinterfaces of Entity in com.atlassian.greenhopper.manager.lexorank.lockModifier and TypeInterfaceDescriptioninterface
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.rankModifier and TypeInterfaceDescriptioninterface
New way of ranking issues per rank custom fieldinterface
-
Uses of Entity in com.atlassian.greenhopper.manager.rankableobject
Subinterfaces of Entity in com.atlassian.greenhopper.manager.rankableobject -
Uses of Entity in com.atlassian.greenhopper.manager.trackingstatistic
Subinterfaces of Entity in com.atlassian.greenhopper.manager.trackingstatisticModifier and TypeInterfaceDescriptioninterface
Stores the tracking statistic(s) for aRapidViewAO
. -
Uses of Entity in com.atlassian.greenhopper.manager.version
Subinterfaces of Entity in com.atlassian.greenhopper.manager.version -
Uses of Entity in com.atlassian.greenhopper.manager.workingdays
Subinterfaces of Entity in com.atlassian.greenhopper.manager.workingdaysModifier and TypeInterfaceDescriptioninterface
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
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.viewModifier and TypeInterfaceDescriptioninterface
interface
Column/status mapping objectinterface
Hold information a bout a single column status.interface
interface
interface
interface
Methods in com.atlassian.greenhopper.service.rapid.view with type parameters of type EntityModifier and TypeMethodDescriptionAOUtil.setListValues
(com.atlassian.activeobjects.external.ActiveObjects ao, AOListMapper<T, U> listMapper, 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 -
Uses of Entity in com.atlassian.greenhopper.service.sprint.dao
Subinterfaces of Entity in com.atlassian.greenhopper.service.sprint.dao