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

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

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

Methods in com.atlassian.greenhopper.model.rapid that return Subquery.Section
 Subquery.Section Subquery.getSection()
           
static Subquery.Section Subquery.Section.lookup(java.lang.String key)
           
static Subquery.Section Subquery.Section.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Subquery.Section[] Subquery.Section.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 Subquery.Section
 Subquery.SubqueryBuilder Subquery.SubqueryBuilder.section(Subquery.Section section)
           
 

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

Methods in com.atlassian.greenhopper.service.rapid.view.subquery with parameters of type Subquery.Section
 SubqueryAO SubqueryDao.findByRapidViewAndSection(RapidView rapidView, Subquery.Section section)
           
 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
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.