Uses of Class
com.atlassian.greenhopper.model.rapid.CardColor

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

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

Methods in com.atlassian.greenhopper.manager.color that return CardColor
 CardColor CardColorAOMapper.toModel(CardColorAO cardColorAO)
           
 

Methods in com.atlassian.greenhopper.manager.color that return types with arguments of type CardColor
 ServiceOutcome<CardColor> CardColorManagerImpl.add(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorManager.add(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManagerImpl.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManager.copy(RapidView sourceRapidView, RapidView targetRapidView)
           
 ServiceOutcome<CardColor> CardColorManagerImpl.get(RapidView rapidView, long cardColorId)
           
 ServiceOutcome<CardColor> CardColorManager.get(RapidView rapidView, long cardColorId)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManagerImpl.getAll(RapidView rapidView)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManager.getAll(RapidView rapidView)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManagerImpl.set(RapidView rapidView, java.util.List<CardColor> cardColors)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManager.set(RapidView rapidView, java.util.List<CardColor> cardColors)
           
 java.util.List<CardColor> CardColorAOMapper.toModels(java.lang.Iterable<CardColorAO> cardColorAos)
           
 ServiceOutcome<CardColor> CardColorManagerImpl.update(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorManager.update(RapidView rapidView, CardColor cardColor)
           
 

Methods in com.atlassian.greenhopper.manager.color with parameters of type CardColor
 ServiceOutcome<CardColor> CardColorManagerImpl.add(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorManager.add(RapidView rapidView, CardColor cardColor)
           
 void CardColorAOListMapper.postCreateUpdate(CardColorAO recordAO, CardColor estimateStatistic)
           
 java.util.Map<java.lang.String,java.lang.Object> CardColorAOMapper.toAO(CardColor cardColor)
           
 java.util.Map<java.lang.String,java.lang.Object> CardColorAOMapper.toAO(RapidViewAO rapidViewAO, CardColor cardColor)
           
 ServiceOutcome<CardColorAO> CardColorDao.update(CardColor cardColor)
           
 void CardColorAOMapper.update(CardColor source, CardColorAO target)
           
 ServiceOutcome<CardColor> CardColorManagerImpl.update(RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorManager.update(RapidView rapidView, CardColor cardColor)
           
 

Method parameters in com.atlassian.greenhopper.manager.color with type arguments of type CardColor
 ServiceOutcome<java.util.List<CardColor>> CardColorManagerImpl.set(RapidView rapidView, java.util.List<CardColor> cardColors)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorManager.set(RapidView rapidView, java.util.List<CardColor> cardColors)
           
 java.util.List<CardColorAO> CardColorDao.updateForParent(RapidViewAO rapidViewAO, java.util.List<CardColor> models)
           
 

Uses of CardColor in com.atlassian.greenhopper.model.rapid
 

Methods in com.atlassian.greenhopper.model.rapid that return CardColor
 CardColor CardColor.CardColorBuilder.build()
           
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type CardColor
static CardColor.CardColorBuilder CardColor.builder(CardColor cardColor)
           
 

Constructors in com.atlassian.greenhopper.model.rapid with parameters of type CardColor
CardColor.CardColorBuilder(CardColor cardColor)
           
 

Uses of CardColor in com.atlassian.greenhopper.service.rapid.view.color
 

Methods in com.atlassian.greenhopper.service.rapid.view.color that return CardColor
protected  CardColor AbstractCardColorCallback.findByValue(java.lang.String value)
           
protected  CardColor AbstractCardColorCallback.findColorById(java.lang.String id)
           
 

Methods in com.atlassian.greenhopper.service.rapid.view.color that return types with arguments of type CardColor
 ServiceOutcome<CardColor> CardColorService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
          Adds a new card color
 ServiceOutcome<CardColor> CardColorServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorService.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId)
          gets the card color with id cardColorId for rapid view with rapidViewId
 ServiceOutcome<CardColor> CardColorServiceImpl.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long cardColorId)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorService.getAll(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get all Card Colors for a given Rapid View
 ServiceOutcome<java.util.List<CardColor>> CardColorServiceImpl.getAll(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<CardColor> CardColorQueryServiceImpl.getCardColorForIssue(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.jira.issue.Issue issue)
           
 ServiceOutcome<CardColor> CardColorQueryService.getCardColorForIssue(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.jira.issue.Issue issue)
          Get the card color for a single issue
 java.util.Map<java.lang.Long,CardColor> AbstractCardColorCallback.getCardColorsForIssues()
           
 ServiceOutcome<java.util.Map<java.lang.Long,CardColor>> CardColorQueryServiceImpl.getCardColorsForQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues)
          Collect the card colors for all issues matching a given query.
 ServiceOutcome<java.util.Map<java.lang.Long,CardColor>> CardColorQueryService.getCardColorsForQuery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues)
          Collect the card colors for all issues matching a given query.
 ServiceOutcome<java.util.List<CardColor>> CardColorService.getForStrategy(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy strategy)
          Get the card colors for a view and strategy
 ServiceOutcome<java.util.List<CardColor>> CardColorServiceImpl.getForStrategy(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy strategy)
           
 ServiceOutcome<java.util.List<CardColor>> CardColorService.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<CardColor> cardColors)
          Replaces all card colors for a given rapid view with the specified card colors (keeping the order in the list)
 ServiceOutcome<java.util.List<CardColor>> CardColorServiceImpl.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<CardColor> cardColors)
           
 ServiceOutcome<CardColor> CardColorService.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColors)
          Updates a single card color for the given rapidview
 ServiceOutcome<CardColor> CardColorServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
           
 

Methods in com.atlassian.greenhopper.service.rapid.view.color with parameters of type CardColor
 ServiceOutcome<CardColor> CardColorService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
          Adds a new card color
 ServiceOutcome<CardColor> CardColorServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
           
 ServiceOutcome<CardColor> CardColorService.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColors)
          Updates a single card color for the given rapidview
 ServiceOutcome<CardColor> CardColorServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColor cardColor)
           
 

Method parameters in com.atlassian.greenhopper.service.rapid.view.color with type arguments of type CardColor
 java.awt.Color CardColorPalette.getDefaultColor(java.util.Collection<CardColor> existingColors)
          Get a default color given a set of CardColors
 ServiceOutcome<java.util.List<CardColor>> CardColorService.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<CardColor> cardColors)
          Replaces all card colors for a given rapid view with the specified card colors (keeping the order in the list)
 ServiceOutcome<java.util.List<CardColor>> CardColorServiceImpl.set(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<CardColor> cardColors)
           
 

Constructor parameters in com.atlassian.greenhopper.service.rapid.view.color with type arguments of type CardColor
AbstractCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, CardColorStrategy strategy, java.lang.String documentField, java.util.List<CardColor> colors)
           
AssigneeCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, java.util.List<CardColor> colors)
           
IssueTypeCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, java.util.List<CardColor> colors)
           
PriorityCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, java.util.List<CardColor> colors)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.