Uses of Class
com.hybris.cockpitng.core.config.impl.model.ContextSearchTerms
-
Packages that use ContextSearchTerms Package Description com.hybris.cockpitng.core.config.impl com.hybris.cockpitng.core.config.impl.model -
-
Uses of ContextSearchTerms in com.hybris.cockpitng.core.config.impl
Methods in com.hybris.cockpitng.core.config.impl that return ContextSearchTerms Modifier and Type Method Description protected ContextSearchTermsDefaultCockpitConfigurationService. createContextSearchTerms(java.util.Map<java.lang.String,java.util.List<java.lang.String>> resetState, java.util.Map<java.lang.String,java.lang.Integer> resetRelevance, ContextSearchRequest request)protected ContextSearchTermsDefaultCockpitConfigurationService. createSearchTerms(ContextSearchNodeRelevance relevance, ContextSearchRequest request)protected ContextSearchTermsDefaultCockpitConfigurationService. createUpdatedSearchTerms(ContextSearchTerms terms, ContextSearchNodeRelevance relevance, ContextSearchRequest updatedRequest)Methods in com.hybris.cockpitng.core.config.impl with parameters of type ContextSearchTerms Modifier and Type Method Description protected ContextSearchTermsDefaultCockpitConfigurationService. createUpdatedSearchTerms(ContextSearchTerms terms, ContextSearchNodeRelevance relevance, ContextSearchRequest updatedRequest) -
Uses of ContextSearchTerms in com.hybris.cockpitng.core.config.impl.model
Methods in com.hybris.cockpitng.core.config.impl.model with parameters of type ContextSearchTerms Modifier and Type Method Description java.util.Iterator<ContextSearchNode>ContextSearchProgress. expand(ContextSearchRequest request, ContextSearchTerms terms, NodeRelevance relevance)Expands current node with provided search needle.Constructors in com.hybris.cockpitng.core.config.impl.model with parameters of type ContextSearchTerms Constructor Description NodeIterator(ContextSearchRequest request, ContextSearchTerms terms, NodeRelevance relevance)
-