Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsPromotedItem
-
Packages that use AsPromotedItem Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsPromotedItem in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsPromotedItem Modifier and Type Field Description protected static OneToManyHandler<AsPromotedItem>
GeneratedAbstractAsConfigurableSearchConfiguration. PROMOTEDITEMSHANDLER
OneToManyHandler
for handling 1:n PROMOTEDITEMS's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsPromotedItem Modifier and Type Method Description java.util.List<AsPromotedItem>
GeneratedAbstractAsConfigurableSearchConfiguration. getPromotedItems()
Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedItems
attribute.java.util.List<AsPromotedItem>
GeneratedAbstractAsConfigurableSearchConfiguration. getPromotedItems(SessionContext ctx)
Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedItems
attribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsPromotedItem Modifier and Type Method Description void
GeneratedAbstractAsConfigurableSearchConfiguration. addToPromotedItems(AsPromotedItem value)
Generated method - Addsvalue
to promotedItems.void
GeneratedAbstractAsConfigurableSearchConfiguration. addToPromotedItems(SessionContext ctx, AsPromotedItem value)
Generated method - Addsvalue
to promotedItems.void
GeneratedAbstractAsConfigurableSearchConfiguration. removeFromPromotedItems(AsPromotedItem value)
Generated method - Removesvalue
from promotedItems.void
GeneratedAbstractAsConfigurableSearchConfiguration. removeFromPromotedItems(SessionContext ctx, AsPromotedItem value)
Generated method - Removesvalue
from promotedItems.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsPromotedItem Modifier and Type Method Description void
GeneratedAbstractAsConfigurableSearchConfiguration. setPromotedItems(SessionContext ctx, java.util.List<AsPromotedItem> value)
Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedItems
attribute.void
GeneratedAbstractAsConfigurableSearchConfiguration. setPromotedItems(java.util.List<AsPromotedItem> value)
Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedItems
attribute.
-