Uses of Interface
com.atlassian.greenhopper.manager.color.CardColorAO

Packages that use CardColorAO
com.atlassian.greenhopper.manager.color   
com.atlassian.greenhopper.service.rapid.view   
 

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

Methods in com.atlassian.greenhopper.manager.color that return CardColorAO
 CardColorAO[] CardColorAOListMapper.getExisting()
           
 CardColorAO[] CardColorDao.getForParent(java.lang.Long primaryKey)
           
 CardColorAO[] CardColorDao.getForParent(RapidViewAO rapidViewAO)
           
 

Methods in com.atlassian.greenhopper.manager.color that return types with arguments of type CardColorAO
 java.lang.Class<CardColorAO> CardColorAOListMapper.getActiveObjectClass()
           
 ServiceOutcome<CardColorAO> CardColorDao.update(CardColor cardColor)
           
 java.util.List<CardColorAO> CardColorDao.updateForParent(RapidViewAO rapidViewAO, java.util.List<CardColor> models)
           
 

Methods in com.atlassian.greenhopper.manager.color with parameters of type CardColorAO
 void CardColorAOListMapper.postCreateUpdate(CardColorAO recordAO, CardColor estimateStatistic)
           
 void CardColorAOListMapper.preDelete(CardColorAO CardColorAO)
           
 CardColor CardColorAOMapper.toModel(CardColorAO cardColorAO)
           
 void CardColorAOMapper.update(CardColor source, CardColorAO target)
           
 

Method parameters in com.atlassian.greenhopper.manager.color with type arguments of type CardColorAO
 java.util.List<CardColor> CardColorAOMapper.toModels(java.lang.Iterable<CardColorAO> cardColorAos)
           
 

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

Methods in com.atlassian.greenhopper.service.rapid.view that return CardColorAO
 CardColorAO[] RapidViewAO.getCardColors()
          Card colors
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.