Uses of Class
com.funnelback.publicui.search.model.transaction.session.CartResult
-
Packages that use CartResult 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 CartResult in com.funnelback.publicui.search.model.transaction.session
Fields in com.funnelback.publicui.search.model.transaction.session with type parameters of type CartResult Modifier and Type Field Description private java.util.List<CartResult>
SearchSession. resultsCart
Results cart of the user for the current collectionMethods in com.funnelback.publicui.search.model.transaction.session that return CartResult Modifier and Type Method Description static CartResult
CartResult. from(CartResultDBModel dbmodel)
static CartResult
CartResult. fromResult(Result r)
Methods in com.funnelback.publicui.search.model.transaction.session that return types with arguments of type CartResult Modifier and Type Method Description java.util.List<CartResult>
SearchSession. getResultsCart()
Results cart of the user for the current collectionMethods in com.funnelback.publicui.search.model.transaction.session with parameters of type CartResult Modifier and Type Method Description static CartResultDBModel
CartResultDBModel. fromResult(java.lang.String searchedCollection, CartResult cartResult)
Builds aCartResultDBModel
from aResult
-