Uses of Class
com.atlassian.greenhopper.web.rapid.view.CardColorEntry

Packages that use CardColorEntry
com.atlassian.greenhopper.web.rapid.view   
 

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

Methods in com.atlassian.greenhopper.web.rapid.view that return types with arguments of type CardColorEntry
 ServiceOutcome<CardColorEntry> CardColorHelper.addCardColor(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId, CardColorEntry editModel)
          Adds a card color to a given rapid view
 ServiceOutcome<CardColorEntry> CardColorHelper.getCardColor(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId, java.lang.Long cardColorId)
          gets the card color with id cardColorId in rapid view with id rapidViewId
 ServiceOutcome<CardColorEntry> CardColorHelper.updateCardColor(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId, java.lang.Long cardColorId, CardColorEntry editModel)
          update a given card color
 

Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type CardColorEntry
 javax.ws.rs.core.Response CardColorResource.addCardColor(java.lang.Long rapidViewId, CardColorEntry editModel)
          Add a quick filter to the rapid view.
 ServiceOutcome<CardColorEntry> CardColorHelper.addCardColor(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId, CardColorEntry editModel)
          Adds a card color to a given rapid view
 javax.ws.rs.core.Response CardColorResource.updateCardColor(java.lang.Long rapidViewId, java.lang.Long id, CardColorEntry editModel)
          Update a quick filter given its id and the id of the rapid view it belongs to
 ServiceOutcome<CardColorEntry> CardColorHelper.updateCardColor(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId, java.lang.Long cardColorId, CardColorEntry editModel)
          update a given card color
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.