Uses of Class
com.funnelback.publicui.search.model.collection.paramtransform.TransformRule
-
Packages that use TransformRule Package Description com.funnelback.publicui.search.model.collection Provides classes representing collections to search on.com.funnelback.publicui.search.model.collection.paramtransform -
-
Uses of TransformRule in com.funnelback.publicui.search.model.collection
Fields in com.funnelback.publicui.search.model.collection with type parameters of type TransformRule Modifier and Type Field Description private java.util.List<TransformRule>Collection.CollectionBuilder. parametersTransformsprivate java.util.List<TransformRule>Collection. parametersTransformsInternal use: List of query string parameters transformations, previously known as CGI Transforms in the Classic UI.Methods in com.funnelback.publicui.search.model.collection that return types with arguments of type TransformRule Modifier and Type Method Description java.util.List<TransformRule>Collection. getParametersTransforms()Internal use: List of query string parameters transformations, previously known as CGI Transforms in the Classic UI.Method parameters in com.funnelback.publicui.search.model.collection with type arguments of type TransformRule Modifier and Type Method Description Collection.CollectionBuilderCollection.CollectionBuilder. parametersTransforms(java.util.List<TransformRule> parametersTransforms)voidCollection. setParametersTransforms(java.util.List<TransformRule> parametersTransforms)Internal use: List of query string parameters transformations, previously known as CGI Transforms in the Classic UI.Constructor parameters in com.funnelback.publicui.search.model.collection with type arguments of type TransformRule Constructor Description Collection(java.lang.String id, com.funnelback.common.config.Config configuration, java.util.Map<java.lang.String,java.lang.String> quickLinksConfiguration, java.util.Map<java.lang.String,Profile> profiles, FacetedNavigationConfig facetedNavigationConfConfig, FacetedNavigationConfig facetedNavigationLiveConfig, java.lang.String[] metaComponents, java.util.List<TransformRule> parametersTransforms, java.util.Map<Collection.Hook,java.lang.Class<groovy.lang.Script>> hookScriptsClasses, java.lang.Class<?> cartProcessClass) -
Uses of TransformRule in com.funnelback.publicui.search.model.collection.paramtransform
Methods in com.funnelback.publicui.search.model.collection.paramtransform that return types with arguments of type TransformRule Modifier and Type Method Description static java.util.List<TransformRule>ParamTransformRuleFactory. buildRules(java.lang.String[] rules)Builds a list ofTransformRuleby parsing textual rules.
-