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

Packages that use Subquery
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.service.rapid.view.subquery   
 

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

Methods in com.atlassian.greenhopper.model.rapid that return Subquery
 Subquery Subquery.SubqueryBuilder.build()
           
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type Subquery
static Subquery.SubqueryBuilder Subquery.builder(Subquery subquery)
           
 

Constructors in com.atlassian.greenhopper.model.rapid with parameters of type Subquery
Subquery.SubqueryBuilder(Subquery subquery)
           
 

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

Methods in com.atlassian.greenhopper.service.rapid.view that return types with arguments of type Subquery
 java.util.List<Subquery> RapidViewPresetService.createDefaultSubqueries(RapidViewPreset rapidViewPreset)
           
 

Uses of Subquery in com.atlassian.greenhopper.service.rapid.view.subquery
 

Methods in com.atlassian.greenhopper.service.rapid.view.subquery that return Subquery
 Subquery SubqueryAOMapper.toModel(SubqueryAO subqueryAO)
           
 

Methods in com.atlassian.greenhopper.service.rapid.view.subquery that return types with arguments of type Subquery
 ServiceOutcome<java.util.List<Subquery>> SubqueryServiceImpl.getSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.List<Subquery>> SubqueryService.getSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<Subquery> SubqueryServiceImpl.getSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery.Section section)
          Get the subquery for a section
 ServiceOutcome<Subquery> SubqueryService.getSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery.Section section)
          Get the subquery for a section
 ServiceOutcome<Subquery> SubqueryServiceImpl.updateSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery subquery)
          Update a subquery
 ServiceOutcome<Subquery> SubqueryService.updateSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery subquery)
          Update a subquery
 

Methods in com.atlassian.greenhopper.service.rapid.view.subquery with parameters of type Subquery
 void SubqueryAOListMapper.addCreateValues(Subquery subquery, java.util.Map<java.lang.String,java.lang.Object> params)
           
 SubqueryAO SubqueryAOListMapper.findExisting(SubqueryAO[] ts, Subquery u)
           
 void SubqueryAOListMapper.postCreateUpdate(SubqueryAO t, Subquery u)
           
 void SubqueryAOListMapper.setValues(SubqueryAO subqueryAO, Subquery subquery)
           
 java.util.Map<java.lang.String,java.lang.Object> SubqueryAOMapper.toAO(RapidViewAO rapidViewAO, Subquery subquery)
           
 void SubqueryAOMapper.updateAO(SubqueryAO subqueryAO, Subquery subquery)
           
 ServiceOutcome<Subquery> SubqueryServiceImpl.updateSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery subquery)
          Update a subquery
 ServiceOutcome<Subquery> SubqueryService.updateSubquery(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Subquery subquery)
          Update a subquery
 

Method parameters in com.atlassian.greenhopper.service.rapid.view.subquery with type arguments of type Subquery
 java.util.List<SubqueryAO> SubqueryDao.updateSubqueries(RapidViewAO rapidViewAO, java.util.Collection<Subquery> subqueries)
           
 ServiceOutcome<java.lang.Void> SubqueryServiceImpl.updateSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Collection<Subquery> subqueries)
           
 ServiceOutcome<java.lang.Void> SubqueryService.updateSubqueries(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Collection<Subquery> subqueries)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.