Class AdvancedSearchForm


  • public class AdvancedSearchForm
    extends java.lang.Object
    • Constructor Detail

      • AdvancedSearchForm

        public AdvancedSearchForm()
    • Method Detail

      • getKeywords

        public java.lang.String getKeywords()
      • setKeywords

        public void setKeywords​(java.lang.String keywords)
      • getProductIdsList

        public java.util.List<java.lang.String> getProductIdsList()
      • isCatalogSearchResultType

        public boolean isCatalogSearchResultType()
      • isOrderFormSearchResultType

        public boolean isOrderFormSearchResultType()
      • isCreateOrderFormSearchResultType

        public boolean isCreateOrderFormSearchResultType()
      • getSearchResultType

        public java.lang.String getSearchResultType()
      • setSearchResultType

        public void setSearchResultType​(java.lang.String searchResultType)
      • getExactMatch

        public java.lang.Boolean getExactMatch()
      • getInStockOnly

        public java.lang.Boolean getInStockOnly()
      • getOnlyProductIds

        public java.lang.Boolean getOnlyProductIds()
      • setOnlyProductIds

        public void setOnlyProductIds​(java.lang.Boolean onlyProductIds)
      • setExactMatch

        public void setExactMatch​(java.lang.Boolean exactMatch)
      • setInStockOnly

        public void setInStockOnly​(java.lang.Boolean inStockOnly)
      • setProductIdsList

        public void setProductIdsList​(java.util.List<java.lang.String> productIdsList)
      • getFilterSkus

        public java.util.List<java.lang.String> getFilterSkus()
      • setFilterSkus

        public void setFilterSkus​(java.util.List<java.lang.String> filterSkus)
      • getCreateOrderForm

        public java.lang.Boolean getCreateOrderForm()
      • setCreateOrderForm

        public void setCreateOrderForm​(java.lang.Boolean createOrderForm)