Uses of Interface
com.atlassian.greenhopper.manager.AOListMapper

Packages that use AOListMapper
com.atlassian.greenhopper.manager   
com.atlassian.greenhopper.manager.color   
com.atlassian.greenhopper.manager.detailview   
com.atlassian.greenhopper.manager.estimatestatistic   
com.atlassian.greenhopper.manager.trackingstatistic   
com.atlassian.greenhopper.manager.workingdays   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.service.rapid.view.subquery   
 

Uses of AOListMapper in com.atlassian.greenhopper.manager
 

Classes in com.atlassian.greenhopper.manager that implement AOListMapper
 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.
 

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

Classes in com.atlassian.greenhopper.manager.color that implement AOListMapper
 class CardColorAOListMapper
           
 

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

Classes in com.atlassian.greenhopper.manager.detailview that implement AOListMapper
 class DetailViewFieldAOListMapper
          TODO: Document this class / interface here
 

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

Classes in com.atlassian.greenhopper.manager.estimatestatistic that implement AOListMapper
 class EstimateStatisticAOListMapper
          An AOListMapper for EstimateStatisticAO records.
 

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

Classes in com.atlassian.greenhopper.manager.trackingstatistic that implement AOListMapper
 class TrackingStatisticAOListMapper
          An AOListMapper for TrackingStatisticAO records.
 

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

Classes in com.atlassian.greenhopper.manager.workingdays that implement AOListMapper
 class NonWorkingDayAOListMapper
           
 class WorkingDaysAOListMapper
           
 

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

Classes in com.atlassian.greenhopper.service.rapid.view that implement AOListMapper
 class ColumnAOListMapper
           
 class ColumnStatusAOListMapper
           
 class QuickFilterAOListMapper
           
 class SwimlaneAOListMapper
           
 

Methods in com.atlassian.greenhopper.service.rapid.view with parameters of type AOListMapper
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 AOListMapper in com.atlassian.greenhopper.service.rapid.view.subquery
 

Classes in com.atlassian.greenhopper.service.rapid.view.subquery that implement AOListMapper
 class SubqueryAOListMapper
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.