Uses of Class
com.funnelback.publicui.search.model.transaction.session.ClickHistory
-
Packages that use ClickHistory Package Description com.funnelback.publicui.search.model.transaction.session Provides classes related to session features (search user, search/click history, results shopping cart). -
-
Uses of ClickHistory in com.funnelback.publicui.search.model.transaction.session
Fields in com.funnelback.publicui.search.model.transaction.session with type parameters of type ClickHistory Modifier and Type Field Description private java.util.List<ClickHistory>
SearchSession. clickHistory
Click history of the user for the current collection.Methods in com.funnelback.publicui.search.model.transaction.session that return ClickHistory Modifier and Type Method Description static ClickHistory
ClickHistory. fromResult(Result r, java.util.Set<java.lang.String> metadataClassToRecord)
Builds aClickHistory
from aResult
ClickHistory
SearchSession. getClickHistory(java.lang.String indexUrl)
Retrieve the clich history for a specific resultMethods in com.funnelback.publicui.search.model.transaction.session that return types with arguments of type ClickHistory Modifier and Type Method Description java.util.List<ClickHistory>
SearchSession. getClickHistory()
Click history of the user for the current collection.
-