Uses of Class
org.gcube.application.framework.search.library.model.QueryGroup

Packages that use QueryGroup
org.gcube.application.framework.search.library.impl   
 

Uses of QueryGroup in org.gcube.application.framework.search.library.impl
 

Methods in org.gcube.application.framework.search.library.impl that return QueryGroup
 QueryGroup SearchHelper.getActiveQueryGroup()
           
 QueryGroup SearchHelper.getQuery(int qid)
          
 

Methods in org.gcube.application.framework.search.library.impl that return types with arguments of type QueryGroup
 java.util.List<QueryGroup> SearchHelper.getAllQueries()
          
 

Methods in org.gcube.application.framework.search.library.impl with parameters of type QueryGroup
 int SearchHelper.addQuery(QueryGroup query)