|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
T[] |
AOListMapper.getExisting()
Provides all existing T. |
abstract T[] |
AbstractRelatedAOListMapper.getExisting()
|
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 |
AOListMapper.findExisting(T[] ts,
U u)
Get an existing T for given u. |
T |
AbstractRelatedAOListMapper.findExisting(T[] recordAOs,
U model)
|
java.util.List<U> |
AOListMapper.fromAO(T[] ts)
|
java.util.List<U> |
AbstractRelatedAOListMapper.fromAO(T[] ts)
|
| 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.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.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 |
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
|
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||