Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsExcludedItem
-
Packages that use AsExcludedItem Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsExcludedItem in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsExcludedItem Modifier and Type Field Description protected static OneToManyHandler<AsExcludedItem>GeneratedAbstractAsConfigurableSearchConfiguration. EXCLUDEDITEMSHANDLEROneToManyHandlerfor handling 1:n EXCLUDEDITEMS's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsExcludedItem Modifier and Type Method Description java.util.List<AsExcludedItem>GeneratedAbstractAsConfigurableSearchConfiguration. getExcludedItems()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.excludedItemsattribute.java.util.List<AsExcludedItem>GeneratedAbstractAsConfigurableSearchConfiguration. getExcludedItems(SessionContext ctx)Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.excludedItemsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsExcludedItem Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. addToExcludedItems(AsExcludedItem value)Generated method - Addsvalueto excludedItems.voidGeneratedAbstractAsConfigurableSearchConfiguration. addToExcludedItems(SessionContext ctx, AsExcludedItem value)Generated method - Addsvalueto excludedItems.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromExcludedItems(AsExcludedItem value)Generated method - Removesvaluefrom excludedItems.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromExcludedItems(SessionContext ctx, AsExcludedItem value)Generated method - Removesvaluefrom excludedItems.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsExcludedItem Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. setExcludedItems(SessionContext ctx, java.util.List<AsExcludedItem> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.excludedItemsattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration. setExcludedItems(java.util.List<AsExcludedItem> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.excludedItemsattribute.
-