Uses of Class
atg.commerce.csr.search.SearchAttribute

Packages that use SearchAttribute
atg.commerce.csr.search   
 

Uses of SearchAttribute in atg.commerce.csr.search
 

Methods in atg.commerce.csr.search that return SearchAttribute
 SearchAttribute OrderSearchFormHandler.getCatalogSearchAttribute(int pIndex)
          Returns Catalog SearchAttribute by which the search is done
 SearchAttribute[] OrderSearchFormHandler.getCatalogSearchAttributes()
          Returns Catalog SearchAttributes by which the search is done
 SearchAttribute OrderSearchFormHandler.getProfileSearchAttribute(int pIndex)
          Returns SearchAttribute by which the search is done
 SearchAttribute[] OrderSearchFormHandler.getProfileSearchAttributes()
          Returns SearchAttributes by which the search is done
 SearchAttribute SearchFormHandler.getSearchAttribute(int pIndex)
          Returns SearchAttribute by which the search is done
 SearchAttribute[] SearchFormHandler.getSearchAttributes()
          Returns SearchAttributes by which the search is done
 

Methods in atg.commerce.csr.search with parameters of type SearchAttribute
protected  atg.repository.Query RepositorySearcher.generateAdvancedSearchQuery(SearchAttribute pAttribute, atg.repository.QueryBuilder pQueryBuilder, atg.repository.RepositoryView pView)
          Return a query which represents an advanced search based on selected property values.
protected  atg.repository.Query RepositorySearcher.generateKeywordSearchQuery(SearchAttribute pSearchAttribute, atg.repository.QueryBuilder pQueryBuilder, atg.repository.RepositoryView pView)
          Return a query which represents a keyword search.
protected  atg.repository.Query OrderSearchFormHandler.generateRepositorySearchQuery(atg.servlet.DynamoHttpServletRequest request, atg.servlet.DynamoHttpServletResponse response, SearchAttribute[] pSearchAttributes, SearchAttribute pOrderSearchAttribute, atg.repository.Repository pRepository, java.lang.String pViewName)
          generate the order search Query on order related repository (profile or catalog)
protected  atg.repository.Query OrderSearchFormHandler.generateRepositorySearchQuery(atg.servlet.DynamoHttpServletRequest request, atg.servlet.DynamoHttpServletResponse response, SearchAttribute[] pSearchAttributes, SearchAttribute pOrderSearchAttribute, atg.repository.Repository pRepository, java.lang.String pViewName)
          generate the order search Query on order related repository (profile or catalog)
 atg.repository.Query RepositorySearcher.generateSearchQuery(SearchAttribute[] pSearchAttributes, atg.repository.Repository pSearchRepository, java.lang.String pViewName, java.util.Locale locale)
          Return the query that should be executed on the Repository View.
protected  atg.repository.Query RepositorySearcher.generateSubQuery(SearchAttribute pSearchAttribute, atg.repository.QueryBuilder pQueryBuilder, atg.repository.RepositoryView pView)
          generate subquery using RQL
protected  atg.repository.Query RepositorySearcher.generateSubtypeQuery(SearchAttribute pSearchAttribute, atg.repository.QueryBuilder pQueryBuilder, atg.repository.RepositoryView pView, atg.repository.Repository pRepository)
          This method build query on subtype item properties.
protected  atg.repository.Query RepositorySearcher.generateTextSearchQuery(SearchAttribute pAttribute, atg.repository.QueryBuilder pQueryBuilder, atg.repository.RepositoryView pView)
          Return a query which represents a text search query.
protected  atg.repository.Query RepositorySearcher.generateValueSearchQuery(SearchAttribute pAttribute, atg.repository.QueryBuilder pQueryBuilder, atg.repository.RepositoryView pView, java.util.Locale locale)
          Based on the input SearchAttribute value, this method constructs an appropriate comparison Query.
protected  java.lang.String[] RepositorySearcher.getMutiPropertyName(SearchAttribute pSearchAttribute)
           
protected  java.lang.Object RepositorySearcher.getSearchAttributeValue(SearchAttribute pAttribute, atg.repository.RepositoryView pView, java.util.Locale locale)
          Based on the set SearchAttribute returns that property value
 void OrderSearchFormHandler.setCatalogSearchAttribute(int pIndex, SearchAttribute pSearchAttribute)
          Sets Catalog SearchAttribute by which the search is done
 void OrderSearchFormHandler.setCatalogSearchAttributes(SearchAttribute[] pSearchAttributes)
          Sets SearchAttributes by which the search is done
 void OrderSearchFormHandler.setProfileSearchAttribute(int pIndex, SearchAttribute pSearchAttribute)
          Sets ProfileSearchAttribute by which the search is done
 void OrderSearchFormHandler.setProfileSearchAttributes(SearchAttribute[] pSearchAttributes)
          Sets SearchAttributes by which the search is done
 void SearchFormHandler.setSearchAttribute(int pIndex, SearchAttribute pSearchAttribute)
          Sets SearchAttribute by which the search is done
 void SearchFormHandler.setSearchAttributes(SearchAttribute[] pSearchAttributes)
          Sets SearchAttributes by which the search is done
protected  int SearchFormHandler.validateSearchCriteria(atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse, SearchAttribute[] pSearchAttributes)
          validateSearchCriteria