Uses of Class
de.hybris.platform.solrfacetsearch.jalo.SolrIndexOperation
-
Packages that use SolrIndexOperation Package Description de.hybris.platform.solrfacetsearch.jalo -
-
Uses of SolrIndexOperation in de.hybris.platform.solrfacetsearch.jalo
Fields in de.hybris.platform.solrfacetsearch.jalo with type parameters of type SolrIndexOperation Modifier and Type Field Description protected static OneToManyHandler<SolrIndexOperation>GeneratedSolrIndex. INDEXOPERATIONSHANDLEROneToManyHandlerfor handling 1:n INDEXOPERATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrIndexOperation Modifier and Type Method Description SolrIndexOperationGeneratedSolrfacetsearchManager. createSolrIndexOperation(SessionContext ctx, java.util.Map attributeValues)SolrIndexOperationGeneratedSolrfacetsearchManager. createSolrIndexOperation(java.util.Map attributeValues)Methods in de.hybris.platform.solrfacetsearch.jalo that return types with arguments of type SolrIndexOperation Modifier and Type Method Description java.util.Collection<SolrIndexOperation>GeneratedSolrIndex. getIndexOperations()Generated method - Getter of theSolrIndex.indexOperationsattribute.java.util.Collection<SolrIndexOperation>GeneratedSolrIndex. getIndexOperations(SessionContext ctx)Generated method - Getter of theSolrIndex.indexOperationsattribute.Methods in de.hybris.platform.solrfacetsearch.jalo with parameters of type SolrIndexOperation Modifier and Type Method Description voidGeneratedSolrIndex. addToIndexOperations(SessionContext ctx, SolrIndexOperation value)Generated method - Addsvalueto indexOperations.voidGeneratedSolrIndex. addToIndexOperations(SolrIndexOperation value)Generated method - Addsvalueto indexOperations.voidGeneratedSolrIndex. removeFromIndexOperations(SessionContext ctx, SolrIndexOperation value)Generated method - Removesvaluefrom indexOperations.voidGeneratedSolrIndex. removeFromIndexOperations(SolrIndexOperation value)Generated method - Removesvaluefrom indexOperations.Method parameters in de.hybris.platform.solrfacetsearch.jalo with type arguments of type SolrIndexOperation Modifier and Type Method Description voidGeneratedSolrIndex. setIndexOperations(SessionContext ctx, java.util.Collection<SolrIndexOperation> value)Generated method - Setter of theSolrIndex.indexOperationsattribute.voidGeneratedSolrIndex. setIndexOperations(java.util.Collection<SolrIndexOperation> value)Generated method - Setter of theSolrIndex.indexOperationsattribute.
-