Class AdvancedSearchForm

java.lang.Object
de.hybris.platform.b2bacceleratoraddon.forms.AdvancedSearchForm

public class AdvancedSearchForm extends Object
  • Constructor Details

    • AdvancedSearchForm

      public AdvancedSearchForm()
  • Method Details

    • getKeywords

      public String getKeywords()
    • setKeywords

      public void setKeywords(String keywords)
    • getProductIdsList

      public List<String> getProductIdsList()
    • isCatalogSearchResultType

      public boolean isCatalogSearchResultType()
    • isOrderFormSearchResultType

      public boolean isOrderFormSearchResultType()
    • isCreateOrderFormSearchResultType

      public boolean isCreateOrderFormSearchResultType()
    • getSearchResultType

      public String getSearchResultType()
    • setSearchResultType

      public void setSearchResultType(String searchResultType)
    • getExactMatch

      public Boolean getExactMatch()
    • getInStockOnly

      public Boolean getInStockOnly()
    • getOnlyProductIds

      public Boolean getOnlyProductIds()
    • setOnlyProductIds

      public void setOnlyProductIds(Boolean onlyProductIds)
    • setExactMatch

      public void setExactMatch(Boolean exactMatch)
    • setInStockOnly

      public void setInStockOnly(Boolean inStockOnly)
    • setProductIdsList

      public void setProductIdsList(List<String> productIdsList)
    • getFilterSkus

      public List<String> getFilterSkus()
    • setFilterSkus

      public void setFilterSkus(List<String> filterSkus)
    • getCreateOrderForm

      public Boolean getCreateOrderForm()
    • setCreateOrderForm

      public void setCreateOrderForm(Boolean createOrderForm)