Uses of Class
atg.svc.ui.formhandlers.SearchBaseFormHandler

Packages that use SearchBaseFormHandler
atg.svc.ui.formhandlers   
 

Uses of SearchBaseFormHandler in atg.svc.ui.formhandlers
 

Subclasses of SearchBaseFormHandler in atg.svc.ui.formhandlers
 class SearchFormHandler
          Performs search.
 class SolutionSearchFormHandler
          Performs structured search for solutions using ATG Search product.
 class ToolbarFormHandler
          Handle "New", "Save", "Save As" and "Rename" operations that are invoked through icons of Toolbar in query Builder
 

Methods in atg.svc.ui.formhandlers with parameters of type SearchBaseFormHandler
static atg.svc.search.KnowledgeQueryContext KnowledgeQueryPredicateCollector.collectPredicates(atg.svc.search.SearchService searcher, SearchBaseFormHandler pForm)
          collects query Predicates and adds them to search context
static java.util.List KnowledgeQueryPredicateBuilder.parseAttributes(SearchBaseFormHandler pForm)
          Parses request and returns List of KnowledgeQueryAttrDescription objects.
protected static java.util.List KnowledgeQueryPredicateBuilder.parseFieldValues(SearchBaseFormHandler pForm)
          Auxiliary method for parsing values of Solution Class-Specific Constraints.