Uses of Class
de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexedType
-
Packages that use SolrIndexedType Package Description com.hybris.merchandising.jalo de.hybris.platform.solrfacetsearch.jalo de.hybris.platform.solrfacetsearch.jalo.config -
-
Uses of SolrIndexedType in com.hybris.merchandising.jalo
Methods in com.hybris.merchandising.jalo that return SolrIndexedType Modifier and Type Method Description SolrIndexedType
GeneratedMerchIndexingConfig. getIndexedType()
Generated method - Getter of theMerchIndexingConfig.indexedType
attribute.SolrIndexedType
GeneratedMerchIndexingConfig. getIndexedType(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.indexedType
attribute.Methods in com.hybris.merchandising.jalo with parameters of type SolrIndexedType Modifier and Type Method Description protected void
GeneratedMerchIndexingConfig. setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedType
attribute.protected void
GeneratedMerchIndexingConfig. setIndexedType(SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedType
attribute. -
Uses of SolrIndexedType in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrIndexedType Modifier and Type Method Description SolrIndexedType
GeneratedSolrfacetsearchManager. createSolrIndexedType(SessionContext ctx, java.util.Map attributeValues)
SolrIndexedType
GeneratedSolrfacetsearchManager. createSolrIndexedType(java.util.Map attributeValues)
SolrIndexedType
GeneratedSolrIndex. getIndexedType()
Generated method - Getter of theSolrIndex.indexedType
attribute.SolrIndexedType
GeneratedSolrIndex. getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrIndex.indexedType
attribute.SolrIndexedType
GeneratedSolrSearchQueryTemplate. getIndexedType()
Generated method - Getter of theSolrSearchQueryTemplate.indexedType
attribute.SolrIndexedType
GeneratedSolrSearchQueryTemplate. getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.indexedType
attribute.SolrIndexedType
GeneratedSolrSort. getIndexedType()
Generated method - Getter of theSolrSort.indexedType
attribute.SolrIndexedType
GeneratedSolrSort. getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrSort.indexedType
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo with parameters of type SolrIndexedType Modifier and Type Method Description protected void
GeneratedSolrIndex. setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedType
attribute.protected void
GeneratedSolrIndex. setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedType
attribute.protected void
GeneratedSolrSearchQueryTemplate. setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrSearchQueryTemplate.indexedType
attribute.protected void
GeneratedSolrSearchQueryTemplate. setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrSearchQueryTemplate.indexedType
attribute.void
GeneratedSolrSort. setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrSort.indexedType
attribute.void
GeneratedSolrSort. setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrSort.indexedType
attribute. -
Uses of SolrIndexedType in de.hybris.platform.solrfacetsearch.jalo.config
Fields in de.hybris.platform.solrfacetsearch.jalo.config with type parameters of type SolrIndexedType Modifier and Type Field Description protected static OneToManyHandler<SolrIndexedType>
GeneratedSolrFacetSearchConfig. SOLRINDEXEDTYPESHANDLER
OneToManyHandler
for handling 1:n SOLRINDEXEDTYPES's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo.config that return SolrIndexedType Modifier and Type Method Description SolrIndexedType
GeneratedSolrIndexedProperty. getSolrIndexedType()
Generated method - Getter of theSolrIndexedProperty.solrIndexedType
attribute.SolrIndexedType
GeneratedSolrIndexedProperty. getSolrIndexedType(SessionContext ctx)
Generated method - Getter of theSolrIndexedProperty.solrIndexedType
attribute.SolrIndexedType
GeneratedSolrIndexerQuery. getSolrIndexedType()
Generated method - Getter of theSolrIndexerQuery.solrIndexedType
attribute.SolrIndexedType
GeneratedSolrIndexerQuery. getSolrIndexedType(SessionContext ctx)
Generated method - Getter of theSolrIndexerQuery.solrIndexedType
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config that return types with arguments of type SolrIndexedType Modifier and Type Method Description java.util.List<SolrIndexedType>
GeneratedSolrFacetSearchConfig. getSolrIndexedTypes()
Generated method - Getter of theSolrFacetSearchConfig.solrIndexedTypes
attribute.java.util.List<SolrIndexedType>
GeneratedSolrFacetSearchConfig. getSolrIndexedTypes(SessionContext ctx)
Generated method - Getter of theSolrFacetSearchConfig.solrIndexedTypes
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrIndexedType Modifier and Type Method Description void
GeneratedSolrFacetSearchConfig. addToSolrIndexedTypes(SessionContext ctx, SolrIndexedType value)
Generated method - Addsvalue
to solrIndexedTypes.void
GeneratedSolrFacetSearchConfig. addToSolrIndexedTypes(SolrIndexedType value)
Generated method - Addsvalue
to solrIndexedTypes.void
GeneratedSolrFacetSearchConfig. removeFromSolrIndexedTypes(SessionContext ctx, SolrIndexedType value)
Generated method - Removesvalue
from solrIndexedTypes.void
GeneratedSolrFacetSearchConfig. removeFromSolrIndexedTypes(SolrIndexedType value)
Generated method - Removesvalue
from solrIndexedTypes.void
GeneratedSolrIndexedProperty. setSolrIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrIndexedProperty.solrIndexedType
attribute.void
GeneratedSolrIndexedProperty. setSolrIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrIndexedProperty.solrIndexedType
attribute.void
GeneratedSolrIndexerQuery. setSolrIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrIndexerQuery.solrIndexedType
attribute.void
GeneratedSolrIndexerQuery. setSolrIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrIndexerQuery.solrIndexedType
attribute.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrIndexedType Modifier and Type Method Description void
GeneratedSolrFacetSearchConfig. setSolrIndexedTypes(SessionContext ctx, java.util.List<SolrIndexedType> value)
Generated method - Setter of theSolrFacetSearchConfig.solrIndexedTypes
attribute.void
GeneratedSolrFacetSearchConfig. setSolrIndexedTypes(java.util.List<SolrIndexedType> value)
Generated method - Setter of theSolrFacetSearchConfig.solrIndexedTypes
attribute.
-