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 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 ClickHistory
SearchSession. getClickHistory(String indexUrl)
Retrieve the clich history for a specific result
-