public abstract class GeneratedSimpleSuggestionComponent
extends ProductReferencesComponent
SimpleSuggestionComponent.| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
FILTERPURCHASED
Qualifier of the
SimpleSuggestionComponent.filterPurchased attribute |
| Constructor and Description |
|---|
GeneratedSimpleSuggestionComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Boolean |
isFilterPurchased()
Generated method - Getter of the
SimpleSuggestionComponent.filterPurchased attribute. |
Boolean |
isFilterPurchased(SessionContext ctx)
Generated method - Getter of the
SimpleSuggestionComponent.filterPurchased attribute. |
boolean |
isFilterPurchasedAsPrimitive()
Generated method - Getter of the
SimpleSuggestionComponent.filterPurchased attribute. |
boolean |
isFilterPurchasedAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SimpleSuggestionComponent.filterPurchased attribute. |
void |
setFilterPurchased(boolean value)
Generated method - Setter of the
SimpleSuggestionComponent.filterPurchased attribute. |
void |
setFilterPurchased(Boolean value)
Generated method - Setter of the
SimpleSuggestionComponent.filterPurchased attribute. |
void |
setFilterPurchased(SessionContext ctx,
boolean value)
Generated method - Setter of the
SimpleSuggestionComponent.filterPurchased attribute. |
void |
setFilterPurchased(SessionContext ctx,
Boolean value)
Generated method - Setter of the
SimpleSuggestionComponent.filterPurchased attribute. |
public static final String FILTERPURCHASED
SimpleSuggestionComponent.filterPurchased attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public Boolean isFilterPurchased(SessionContext ctx)
SimpleSuggestionComponent.filterPurchased attribute.public Boolean isFilterPurchased()
SimpleSuggestionComponent.filterPurchased attribute.public boolean isFilterPurchasedAsPrimitive(SessionContext ctx)
SimpleSuggestionComponent.filterPurchased attribute.public boolean isFilterPurchasedAsPrimitive()
SimpleSuggestionComponent.filterPurchased attribute.public void setFilterPurchased(SessionContext ctx, Boolean value)
SimpleSuggestionComponent.filterPurchased attribute.value - the filterPurchased - Determines if only purchased products are displayed in the component.public void setFilterPurchased(Boolean value)
SimpleSuggestionComponent.filterPurchased attribute.value - the filterPurchased - Determines if only purchased products are displayed in the component.public void setFilterPurchased(SessionContext ctx, boolean value)
SimpleSuggestionComponent.filterPurchased attribute.value - the filterPurchased - Determines if only purchased products are displayed in the component.public void setFilterPurchased(boolean value)
SimpleSuggestionComponent.filterPurchased attribute.value - the filterPurchased - Determines if only purchased products are displayed in the component.Copyright © 2017 SAP SE. All Rights Reserved.