Uses of Class
de.hybris.platform.searchservices.jalo.SnIndexerOperation
Packages that use SnIndexerOperation
-
Uses of SnIndexerOperation in de.hybris.platform.searchservices.jalo
Fields in de.hybris.platform.searchservices.jalo with type parameters of type SnIndexerOperationModifier and TypeFieldDescriptionprotected static final 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 SnIndexerOperationModifier and TypeMethodDescriptionGeneratedSnIndex.getIndexerOperations()Generated method - Getter of theSnIndex.indexerOperationsattribute.GeneratedSnIndex.getIndexerOperations(SessionContext ctx) Generated method - Getter of theSnIndex.indexerOperationsattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnIndexerOperationModifier and TypeMethodDescriptionvoidGeneratedSnIndex.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 SnIndexerOperationModifier and TypeMethodDescriptionvoidGeneratedSnIndex.setIndexerOperations(SessionContext ctx, List<SnIndexerOperation> value) Generated method - Setter of theSnIndex.indexerOperationsattribute.voidGeneratedSnIndex.setIndexerOperations(List<SnIndexerOperation> value) Generated method - Setter of theSnIndex.indexerOperationsattribute.