public class AdvancedSearchForm
extends java.lang.Object
| Constructor and Description |
|---|
AdvancedSearchForm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getCreateOrderForm() |
java.lang.Boolean |
getExactMatch() |
java.util.List<java.lang.String> |
getFilterSkus() |
java.lang.Boolean |
getInStockOnly() |
java.lang.String |
getKeywords() |
java.lang.Boolean |
getOnlyProductIds() |
java.util.List<java.lang.String> |
getProductIdsList() |
java.lang.String |
getSearchResultType() |
boolean |
isCatalogSearchResultType() |
boolean |
isCreateOrderFormSearchResultType() |
boolean |
isOrderFormSearchResultType() |
void |
setCreateOrderForm(java.lang.Boolean createOrderForm) |
void |
setExactMatch(java.lang.Boolean exactMatch) |
void |
setFilterSkus(java.util.List<java.lang.String> filterSkus) |
void |
setInStockOnly(java.lang.Boolean inStockOnly) |
void |
setKeywords(java.lang.String keywords) |
void |
setOnlyProductIds(java.lang.Boolean onlyProductIds) |
void |
setProductIdsList(java.util.List<java.lang.String> productIdsList) |
void |
setSearchResultType(java.lang.String searchResultType) |
public java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
public java.util.List<java.lang.String> getProductIdsList()
public boolean isCatalogSearchResultType()
public boolean isOrderFormSearchResultType()
public boolean isCreateOrderFormSearchResultType()
public java.lang.String getSearchResultType()
public void setSearchResultType(java.lang.String searchResultType)
public java.lang.Boolean getExactMatch()
public java.lang.Boolean getInStockOnly()
public java.lang.Boolean getOnlyProductIds()
public void setOnlyProductIds(java.lang.Boolean onlyProductIds)
public void setExactMatch(java.lang.Boolean exactMatch)
public void setInStockOnly(java.lang.Boolean inStockOnly)
public void setProductIdsList(java.util.List<java.lang.String> productIdsList)
public java.util.List<java.lang.String> getFilterSkus()
public void setFilterSkus(java.util.List<java.lang.String> filterSkus)
public java.lang.Boolean getCreateOrderForm()
public void setCreateOrderForm(java.lang.Boolean createOrderForm)
Copyright © 2018 SAP SE. All Rights Reserved.