Package com.atlassian.greenhopper.manager

Interface Summary
AOListMapper<T extends Entity,U> To be implemented by mappers that map a list of values onto ActiveObjects.
AOMapper<T extends Entity,U> Common interface for mapping between AO records of type T to domain objects of type U.
GreenHopperCache A consistent approach to marking managers/services which have caches that need to be flushed every now and then.
RelatedAOMapper<P,T extends Entity,U> A specialisation of AOMapper for AO records T which have a relationship with a parent record P.
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.
 

Class Summary
AbstractAOMapper<T extends Entity,U extends AbstractModel> Abstract AOMapper implementation that other mappers can inherit from.
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.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.