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