Uses of Class
com.atlassian.greenhopper.model.rapid.CardColor
Packages that use CardColor
Package
Description
-
Uses of CardColor in com.atlassian.greenhopper.manager.color
Methods in com.atlassian.greenhopper.manager.color that return CardColorMethods in com.atlassian.greenhopper.manager.color that return types with arguments of type CardColorMethods in com.atlassian.greenhopper.manager.color with parameters of type CardColorModifier and TypeMethodDescriptionvoidCardColorAOListMapper.postCreateUpdate(CardColorAO recordAO, CardColor estimateStatistic) CardColorAOMapper.toAO(RapidViewAO rapidViewAO, CardColor cardColor) voidCardColorAOMapper.update(CardColor source, CardColorAO target) Method parameters in com.atlassian.greenhopper.manager.color with type arguments of type CardColorModifier and TypeMethodDescriptionCardColorDao.updateForParent(RapidViewAO rapidViewAO, List<CardColor> models) -
Uses of CardColor in com.atlassian.greenhopper.model.rapid
Methods in com.atlassian.greenhopper.model.rapid that return CardColorMethods in com.atlassian.greenhopper.model.rapid with parameters of type CardColorConstructors in com.atlassian.greenhopper.model.rapid with parameters of type CardColor -
Uses of CardColor in com.atlassian.greenhopper.service.rapid.view.color
Methods in com.atlassian.greenhopper.service.rapid.view.color that return CardColorModifier and TypeMethodDescriptionprotected CardColorAbstractCardColorCallback.findByValue(String value) protected CardColorAbstractCardColorCallback.findColorById(String id) Methods in com.atlassian.greenhopper.service.rapid.view.color that return types with arguments of type CardColorModifier and TypeMethodDescriptionCardColorService.add(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColor) Adds a new card colorCardColorServiceImpl.add(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColor) CardColorService.get(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, long cardColorId) gets the card color with id cardColorId for rapid view with rapidViewIdCardColorServiceImpl.get(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, long cardColorId) Get all Card Colors for a given Rapid ViewAbstractCardColorCallback.getCardColorsForIssues()CardColorQueryService.getCardColorsForIssues(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView) Get the card color for given rapidboardCardColorQueryService.getCardColorsForIssues(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, List<Long> issues) Get the card color for given rapidboard and issue idsCardColorQueryServiceImpl.getCardColorsForIssues(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView) Get the card color for given rapidboardCardColorQueryServiceImpl.getCardColorsForIssues(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, List<Long> issueIds) Get the card color for given rapidboard and issue idsCardColorQueryService.getCardColorsForQuery(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues) Collect the card colors for all issues matching a given query.CardColorQueryServiceImpl.getCardColorsForQuery(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues) Collect the card colors for all issues matching a given query.CardColorService.getForStrategy(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy strategy) Get the card colors for a view and strategyCardColorServiceImpl.getForStrategy(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy strategy) CardColorService.set(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, List<CardColor> cardColors) Replaces all card colors for a given rapid view with the specified card colors (keeping the order in the list)CardColorServiceImpl.set(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, List<CardColor> cardColors) CardColorService.update(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColors) Updates a single card color for the given rapidviewCardColorServiceImpl.update(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColor) Methods in com.atlassian.greenhopper.service.rapid.view.color with parameters of type CardColorModifier and TypeMethodDescriptionCardColorService.add(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColor) Adds a new card colorCardColorServiceImpl.add(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColor) CardColorService.update(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColors) Updates a single card color for the given rapidviewCardColorServiceImpl.update(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColor cardColor) Method parameters in com.atlassian.greenhopper.service.rapid.view.color with type arguments of type CardColorModifier and TypeMethodDescriptionCardColorPalette.getDefaultColor(Collection<CardColor> existingColors) Get a default color given a set of CardColorsCardColorService.set(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, List<CardColor> cardColors) Replaces all card colors for a given rapid view with the specified card colors (keeping the order in the list)CardColorServiceImpl.set(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, List<CardColor> cardColors) Constructor parameters in com.atlassian.greenhopper.service.rapid.view.color with type arguments of type CardColorModifierConstructorDescriptionAbstractCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, CardColorStrategy strategy, String documentField, List<CardColor> colors) AssigneeCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, List<CardColor> colors) IssueTypeCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, List<CardColor> colors) PriorityCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, List<CardColor> colors)