Class AsSortData
java.lang.Object
de.hybris.platform.adaptivesearch.data.AsSortData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()booleanDeprecated, for removal: This API element is subject to removal in a future version.truebooleanDeprecated, for removal: This API element is subject to removal in a future version.truevoidsetApplyPromotedItems(boolean applyPromotedItems) Deprecated, for removal: This API element is subject to removal in a future version.truevoidvoidsetHighlightPromotedItems(boolean highlightPromotedItems) Deprecated, for removal: This API element is subject to removal in a future version.truevoid
-
Constructor Details
-
AsSortData
public AsSortData()
-
-
Method Details
-
setCode
-
getCode
-
setName
-
getName
-
setApplyPromotedItems
@Deprecated(since="20.11", forRemoval=true) public void setApplyPromotedItems(boolean applyPromotedItems) Deprecated, for removal: This API element is subject to removal in a future version.true -
isApplyPromotedItems
Deprecated, for removal: This API element is subject to removal in a future version.true -
setHighlightPromotedItems
@Deprecated(since="20.11", forRemoval=true) public void setHighlightPromotedItems(boolean highlightPromotedItems) Deprecated, for removal: This API element is subject to removal in a future version.true -
isHighlightPromotedItems
Deprecated, for removal: This API element is subject to removal in a future version.true
-