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

Packages that use CardColorStrategy
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.service.rapid.view.color   
com.atlassian.greenhopper.web.rapid.view   
 

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

Methods in com.atlassian.greenhopper.model.rapid that return CardColorStrategy
 CardColorStrategy RapidView.getCardColorStrategy()
           
 CardColorStrategy CardColor.getStrategy()
           
static CardColorStrategy CardColorStrategy.lookup(java.lang.String id)
           
static CardColorStrategy CardColorStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CardColorStrategy[] CardColorStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type CardColorStrategy
 RapidView.RapidViewBuilder RapidView.RapidViewBuilder.cardColorStrategy(CardColorStrategy cardColorStrategy)
           
 CardColor.CardColorBuilder CardColor.CardColorBuilder.strategy(CardColorStrategy strategy)
           
 

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

Methods in com.atlassian.greenhopper.service.rapid.view that return CardColorStrategy
 CardColorStrategy RapidViewPresetService.getDefaultCardColorStrategy(RapidViewPreset preset)
           
 

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

Methods in com.atlassian.greenhopper.service.rapid.view.color with parameters of type CardColorStrategy
 ServiceOutcome<RapidIssueEntryCallbackComponent> CardColorQueryServiceImpl.createCardColorIssueEntryCallback(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
           
 ServiceOutcome<RapidIssueEntryCallbackComponent> CardColorQueryService.createCardColorIssueEntryCallback(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
          Get a RapidIssueEntryCallbackComponent for a given rapidView and cardColorStrategy.
 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
 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>> CardColorServiceImpl.getForStrategy(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy strategy)
           
 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.lang.Void> CardColorQueryServiceImpl.queryAndAttributeColorSettingsForBoard(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
           
 ServiceOutcome<java.lang.Void> CardColorQueryService.queryAndAttributeColorSettingsForBoard(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
          Execute a search for the given strategy to ensure all possible values have a color
 boolean CardColorQueryServiceImpl.supportsIssueDataCallback(CardColorStrategy strategy)
           
 boolean CardColorQueryService.supportsIssueDataCallback(CardColorStrategy strategy)
          Can the card color be extracted directly from the issue index.
 

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

Uses of CardColorStrategy in com.atlassian.greenhopper.web.rapid.view
 

Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type CardColorStrategy
 CardColorEditModel CardColorHelper.getBaseCardColorEditModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, CardColorStrategy cardColorStrategy)
          Get a base model for a given board and strategy
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.