Uses of Class
de.hybris.platform.searchservices.jalo.SnIndexerItemSourceOperation
-
Packages that use SnIndexerItemSourceOperation Package Description de.hybris.platform.searchservices.jalo -
-
Uses of SnIndexerItemSourceOperation in de.hybris.platform.searchservices.jalo
Fields in de.hybris.platform.searchservices.jalo with type parameters of type SnIndexerItemSourceOperation Modifier and Type Field Description protected static OneToManyHandler<SnIndexerItemSourceOperation>GeneratedIncrementalSnIndexerCronJob. INDEXERITEMSOURCEOPERATIONSHANDLEROneToManyHandlerfor handling 1:n INDEXERITEMSOURCEOPERATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type SnIndexerItemSourceOperation Modifier and Type Method Description java.util.List<SnIndexerItemSourceOperation>GeneratedIncrementalSnIndexerCronJob. getIndexerItemSourceOperations()Generated method - Getter of theIncrementalSnIndexerCronJob.indexerItemSourceOperationsattribute.java.util.List<SnIndexerItemSourceOperation>GeneratedIncrementalSnIndexerCronJob. getIndexerItemSourceOperations(SessionContext ctx)Generated method - Getter of theIncrementalSnIndexerCronJob.indexerItemSourceOperationsattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnIndexerItemSourceOperation Modifier and Type Method Description voidGeneratedIncrementalSnIndexerCronJob. addToIndexerItemSourceOperations(SessionContext ctx, SnIndexerItemSourceOperation value)Generated method - Addsvalueto indexerItemSourceOperations.voidGeneratedIncrementalSnIndexerCronJob. addToIndexerItemSourceOperations(SnIndexerItemSourceOperation value)Generated method - Addsvalueto indexerItemSourceOperations.voidGeneratedIncrementalSnIndexerCronJob. removeFromIndexerItemSourceOperations(SessionContext ctx, SnIndexerItemSourceOperation value)Generated method - Removesvaluefrom indexerItemSourceOperations.voidGeneratedIncrementalSnIndexerCronJob. removeFromIndexerItemSourceOperations(SnIndexerItemSourceOperation value)Generated method - Removesvaluefrom indexerItemSourceOperations.Method parameters in de.hybris.platform.searchservices.jalo with type arguments of type SnIndexerItemSourceOperation Modifier and Type Method Description voidGeneratedIncrementalSnIndexerCronJob. setIndexerItemSourceOperations(SessionContext ctx, java.util.List<SnIndexerItemSourceOperation> value)Generated method - Setter of theIncrementalSnIndexerCronJob.indexerItemSourceOperationsattribute.voidGeneratedIncrementalSnIndexerCronJob. setIndexerItemSourceOperations(java.util.List<SnIndexerItemSourceOperation> value)Generated method - Setter of theIncrementalSnIndexerCronJob.indexerItemSourceOperationsattribute.
-