Uses of Class
de.hybris.platform.searchservices.jalo.SnIndexerOperation
-
Packages that use SnIndexerOperation Package Description de.hybris.platform.searchservices.jalo -
-
Uses of SnIndexerOperation in de.hybris.platform.searchservices.jalo
Fields in de.hybris.platform.searchservices.jalo with type parameters of type SnIndexerOperation Modifier and Type Field Description protected static OneToManyHandler<SnIndexerOperation>GeneratedSnIndex. INDEXEROPERATIONSHANDLEROneToManyHandlerfor handling 1:n INDEXEROPERATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type SnIndexerOperation Modifier and Type Method Description java.util.List<SnIndexerOperation>GeneratedSnIndex. getIndexerOperations()Generated method - Getter of theSnIndex.indexerOperationsattribute.java.util.List<SnIndexerOperation>GeneratedSnIndex. getIndexerOperations(SessionContext ctx)Generated method - Getter of theSnIndex.indexerOperationsattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnIndexerOperation Modifier and Type Method Description voidGeneratedSnIndex. addToIndexerOperations(SessionContext ctx, SnIndexerOperation value)Generated method - Addsvalueto indexerOperations.voidGeneratedSnIndex. addToIndexerOperations(SnIndexerOperation value)Generated method - Addsvalueto indexerOperations.voidGeneratedSnIndex. removeFromIndexerOperations(SessionContext ctx, SnIndexerOperation value)Generated method - Removesvaluefrom indexerOperations.voidGeneratedSnIndex. removeFromIndexerOperations(SnIndexerOperation value)Generated method - Removesvaluefrom indexerOperations.Method parameters in de.hybris.platform.searchservices.jalo with type arguments of type SnIndexerOperation Modifier and Type Method Description voidGeneratedSnIndex. setIndexerOperations(SessionContext ctx, java.util.List<SnIndexerOperation> value)Generated method - Setter of theSnIndex.indexerOperationsattribute.voidGeneratedSnIndex. setIndexerOperations(java.util.List<SnIndexerOperation> value)Generated method - Setter of theSnIndex.indexerOperationsattribute.
-