Uses of Class
de.hybris.platform.solrfacetsearch.model.redirect.SolrAbstractKeywordRedirectModel
-
Packages that use SolrAbstractKeywordRedirectModel Package Description de.hybris.platform.acceleratorservices.model.redirect Contains generated models for each type of de.hybris.platform.acceleratorservices.jalo.redirect package.de.hybris.platform.commerceservices.search.solrfacetsearch.keywordredirect de.hybris.platform.commerceservices.search.solrfacetsearch.populators de.hybris.platform.solrfacetsearch.attribute de.hybris.platform.solrfacetsearch.model.redirect Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.redirect package.de.hybris.platform.solrfacetsearch.search -
-
Uses of SolrAbstractKeywordRedirectModel in de.hybris.platform.acceleratorservices.model.redirect
Subclasses of SolrAbstractKeywordRedirectModel in de.hybris.platform.acceleratorservices.model.redirect Modifier and Type Class Description classSolrPageRedirectModelGenerated model class for type SolrPageRedirect first defined at extension acceleratorservices. -
Uses of SolrAbstractKeywordRedirectModel in de.hybris.platform.commerceservices.search.solrfacetsearch.keywordredirect
Classes in de.hybris.platform.commerceservices.search.solrfacetsearch.keywordredirect with type parameters of type SolrAbstractKeywordRedirectModel Modifier and Type Interface Description interfaceKeywordRedirectUrlResolver<T extends SolrAbstractKeywordRedirectModel>URL Resolver - constructs an actual URL from a Solr Keyword redirect model referencing a target of a particular type (e.g. -
Uses of SolrAbstractKeywordRedirectModel in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with type parameters of type SolrAbstractKeywordRedirectModel Modifier and Type Method Description protected <T extends SolrAbstractKeywordRedirectModel>
java.lang.StringSearchResponseKeywordRedirectPopulator. getKeywordRedirectUrl(T redirect)protected <T extends SolrAbstractKeywordRedirectModel>
KeywordRedirectUrlResolver<T>SearchResponseKeywordRedirectPopulator. getKeywordRedirectUrlResolver(SolrAbstractKeywordRedirectModel keywordRedirect)Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type SolrAbstractKeywordRedirectModel Modifier and Type Method Description protected <T extends SolrAbstractKeywordRedirectModel>
KeywordRedirectUrlResolver<T>SearchResponseKeywordRedirectPopulator. getKeywordRedirectUrlResolver(SolrAbstractKeywordRedirectModel keywordRedirect) -
Uses of SolrAbstractKeywordRedirectModel in de.hybris.platform.solrfacetsearch.attribute
Methods in de.hybris.platform.solrfacetsearch.attribute with parameters of type SolrAbstractKeywordRedirectModel Modifier and Type Method Description java.lang.StringDefaultRedirectHmcLabelProvider. get(SolrAbstractKeywordRedirectModel model)voidDefaultRedirectHmcLabelProvider. set(SolrAbstractKeywordRedirectModel model, java.lang.String value) -
Uses of SolrAbstractKeywordRedirectModel in de.hybris.platform.solrfacetsearch.model.redirect
Subclasses of SolrAbstractKeywordRedirectModel in de.hybris.platform.solrfacetsearch.model.redirect Modifier and Type Class Description classSolrCategoryRedirectModelGenerated model class for type SolrCategoryRedirect first defined at extension solrfacetsearch.classSolrProductRedirectModelGenerated model class for type SolrProductRedirect first defined at extension solrfacetsearch.classSolrURIRedirectModelGenerated model class for type SolrURIRedirect first defined at extension solrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.redirect that return SolrAbstractKeywordRedirectModel Modifier and Type Method Description SolrAbstractKeywordRedirectModelSolrFacetSearchKeywordRedirectModel. getRedirect()Generated method - Getter of theSolrFacetSearchKeywordRedirect.redirectattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.redirect with parameters of type SolrAbstractKeywordRedirectModel Modifier and Type Method Description voidSolrFacetSearchKeywordRedirectModel. setRedirect(SolrAbstractKeywordRedirectModel value)Generated method - Setter ofSolrFacetSearchKeywordRedirect.redirectattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.redirect with parameters of type SolrAbstractKeywordRedirectModel Constructor Description SolrFacetSearchKeywordRedirectModel(java.lang.String _keyword, LanguageModel _language, ItemModel _owner, SolrAbstractKeywordRedirectModel _redirect)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrFacetSearchKeywordRedirectModel(java.lang.String _keyword, LanguageModel _language, SolrAbstractKeywordRedirectModel _redirect)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SolrAbstractKeywordRedirectModel in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return SolrAbstractKeywordRedirectModel Modifier and Type Method Description SolrAbstractKeywordRedirectModelKeywordRedirectValue. getRedirect()Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type SolrAbstractKeywordRedirectModel Constructor Description KeywordRedirectValue(java.lang.String keyword, KeywordRedirectMatchType matchType, SolrAbstractKeywordRedirectModel redirect)Keyword redirect DTO
-