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. PROMOTEDITEMSHANDLEROneToManyHandlerfor 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.promotedItemsattribute.java.util.List<AsPromotedItem>GeneratedAbstractAsConfigurableSearchConfiguration. getPromotedItems(SessionContext ctx)Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedItemsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsPromotedItem Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. addToPromotedItems(AsPromotedItem value)Generated method - Addsvalueto promotedItems.voidGeneratedAbstractAsConfigurableSearchConfiguration. addToPromotedItems(SessionContext ctx, AsPromotedItem value)Generated method - Addsvalueto promotedItems.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromPromotedItems(AsPromotedItem value)Generated method - Removesvaluefrom promotedItems.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromPromotedItems(SessionContext ctx, AsPromotedItem value)Generated method - Removesvaluefrom promotedItems.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsPromotedItem Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. setPromotedItems(SessionContext ctx, java.util.List<AsPromotedItem> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedItemsattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration. setPromotedItems(java.util.List<AsPromotedItem> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedItemsattribute.
-