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

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

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

Methods in com.atlassian.greenhopper.web.rapid.view that return SubqueryEntry
 SubqueryEntry SubqueryHelper.getSubquery(com.atlassian.crowd.embedded.api.User user, long rapidViewId, java.lang.String sectionKey)
          Get the Subquery for a given rapidViewId and SubqueryId
 SubqueryEntry SubqueryHelper.updateSubquery(com.atlassian.crowd.embedded.api.User user, long rapidViewId, java.lang.String sectionKey, SubqueryEntry editModel)
          Update a given Subquery
 

Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type SubqueryEntry
 javax.ws.rs.core.Response SubqueryResource.updateSubquery(java.lang.Long rapidViewId, java.lang.String sectionKey, SubqueryEntry editModel)
          Update a Subquery given its id and the id of the rapid view it belongs to
 SubqueryEntry SubqueryHelper.updateSubquery(com.atlassian.crowd.embedded.api.User user, long rapidViewId, java.lang.String sectionKey, SubqueryEntry editModel)
          Update a given Subquery
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.